ladybird/Userland
Sam Atkins a703aad082 LibWeb/CSS: Reject invalid rules and declarations during parsing
This implements the `is_valid_in_the_current_context()` methods by
maintaining a stack of contexts, such as whether we're inside a style
rule, or an `@media` block, or the condition of a `@supports` rule.
2024-11-07 15:11:24 +01:00
..
Libraries LibWeb/CSS: Reject invalid rules and declarations during parsing 2024-11-07 15:11:24 +01:00
Services WebContent: Serialize the document element's outer HTML for WebDriver 2024-11-06 20:44:19 -05:00
Utilities LibGfx: Fix 24bit BMPs being transparent and send them as RGBx to Skia 2024-11-07 12:27:00 +01:00