Sam Atkins
3a235e9050
LibWeb/CSS: Parse @page bleed, marks, page-orientation
descriptors
...
These don't have WPT tests so I've added some myself.
2025-05-15 09:53:29 +01:00
Sam Atkins
9415bffd9b
LibWeb/CSS: Parse @page size
descriptor
2025-05-15 09:53:29 +01:00
Sam Atkins
aaf07ae30d
LibWeb: Add basic implementation of @page
...
This doesn't support selectors, and the only descriptors for now are for
margins.
2025-05-15 09:53:29 +01:00
Sam Atkins
e8213bb86b
LibWeb/CSS: Remove unnecessary note about unicode-range parsing
...
I wrote this before implementing the parsing, and it ended-up not being
true.
2025-04-07 10:00:21 +01:00
Sam Atkins
fd4f4f425d
LibWeb: Generate DescriptorID enum
...
Add a new JSON file describing at-rule descriptors, and then use it to
generate a DescriptorID enum, and code to check if it's accepted in a
given at-rule.
2025-04-04 10:40:32 +01:00