Sam Atkins
870f24f181
LibWeb/CSS: Add basic implementation of CSSMarginRule
...
This is a bit under-specced, specifically there's no definition of
CSSMarginDescriptors so I've gone with CSSStyleProperties for now. Gets
us 17 WPT subtests.
2025-05-16 11:01:39 +01:00
Sam Atkins
aa9fa88428
LibWeb/CSS: Treat at-rule names insensitively to determine context type
...
`@MeDiA` is entirely valid.
2025-05-16 11:01:39 +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
763b1b0ee2
LibWeb/CSS: Move RuleContext type out of Parser.h
...
This was previously internal to the Parser, but we'd like to pass it in
from outside.
2025-04-23 10:55:45 +01:00