LibWeb/CSS: Remove unnecessary note about unicode-range parsing

I wrote this before implementing the parsing, and it ended-up not being
true.
This commit is contained in:
Sam Atkins 2025-04-04 16:00:05 +01:00
commit e8213bb86b
Notes: github-actions[bot] 2025-04-07 09:01:20 +00:00

View file

@ -98,7 +98,6 @@
}, },
"unicode-range": { "unicode-range": {
"initial": "U+0-10FFFF", "initial": "U+0-10FFFF",
"NOTE": "unicode-range has special parsing rules so it's parsed manually.",
"syntax": [ "syntax": [
"<unicode-range-token>#" "<unicode-range-token>#"
] ]