mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
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:
parent
5609649098
commit
e8213bb86b
Notes:
github-actions[bot]
2025-04-07 09:01:20 +00:00
Author: https://github.com/AtkinsSJ
Commit: e8213bb86b
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4224
1 changed files with 0 additions and 1 deletions
|
@ -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>#"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue