mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:47:37 +00:00
LibWeb: Add CSS::UnicodeRange class
This corresponds to `<urange>` in CSS grammar.
This commit is contained in:
parent
802ccc210f
commit
1f7bf46061
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