mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
LibWeb: Add CSS::UnicodeRange class
This corresponds to `<urange>` in CSS grammar.
This commit is contained in:
parent
802ccc210f
commit
1f7bf46061
Notes:
sideshowbarker
2024-07-17 14:17:34 +09:00
Author: https://github.com/AtkinsSJ
Commit: 1f7bf46061
Pull-request: https://github.com/SerenityOS/serenity/pull/13407
Reviewed-by: https://github.com/trflynn89
2 changed files with 44 additions and 0 deletions
|
@ -89,6 +89,7 @@ class Time;
|
|||
class TimePercentage;
|
||||
class TimeStyleValue;
|
||||
class TransformationStyleValue;
|
||||
class UnicodeRange;
|
||||
class UnresolvedStyleValue;
|
||||
class UnsetStyleValue;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue