Sam Atkins
|
8b57e56d66
LibWeb: Parse "none" value for box-shadow property
|
3 lat temu |
Sam Atkins
|
caac0706c2
LibWeb: Accept a Block token as the body of a CSS At-Rule
|
3 lat temu |
Brian Gianforcaro
|
027cbe6b89
LibWeb: Optimize CSS::StyleDeclaration for size
|
3 lat temu |
Nico Weber
|
b8dc3661ac
Libraries: Fix -Wunreachable-code warnings from clang
|
3 lat temu |
Sam Atkins
|
57a25139a5
LibWeb: Implement `@supports` rule :^)
|
3 lat temu |
Sam Atkins
|
b1f8a73a05
LibWeb: Parse CSS `Supports`
|
3 lat temu |
Sam Atkins
|
87a30418bf
LibWeb: Add CSS 'Supports' class
|
3 lat temu |
Ben Wiederhake
|
0db6ca4065
LibWeb: Resolve cyclic dependency between StyleSheet and ImportRule
|
3 lat temu |
Sam Atkins
|
bd648d082c
LibWeb: Parse media queries! :^)
|
3 lat temu |
Sam Atkins
|
2ed0f880ee
LibWeb: Add TokenStream::rewind_to_position()
|
3 lat temu |
Sam Atkins
|
c7cd489689
LibWeb: Parse `@media` rules into CSSMediaRule objects
|
3 lat temu |
Sam Atkins
|
9c5430b9ee
LibWeb: Make consume_a_qualified_rule() understand block tokens
|
3 lat temu |
Sam Atkins
|
5bbbdb81dc
LibWeb: Sketch out media-query parsing
|
3 lat temu |
Nico Weber
|
6c9bc18a79
Userland: Fix typos
|
3 lat temu |
Andreas Kling
|
198bb322ef
LibWeb: Fix null dereference when assigning an ImageStyleValue via JS
|
3 lat temu |
Andreas Kling
|
994e33b0f7
LibWeb: Implement most of CSSStyleRule.insertRule()
|
3 lat temu |
Sam Atkins
|
058d44dcae
LibWeb: Replace last couple of StyleValue casts with `as_foo()`
|
3 lat temu |
Sam Atkins
|
f574f538d2
LibWeb: Use property_accepts_value() for parsing text-decoration
|
3 lat temu |
Sam Atkins
|
4bc9b9eaaa
LibWeb: Use property_accepts_value() for overflow parsing
|
3 lat temu |
Sam Atkins
|
b08094bccc
LibWeb: Use property_accepts_value() for list style parsing
|
3 lat temu |
Sam Atkins
|
dcf70ab821
LibWeb: Use property_accepts_value() for font parsing
|
3 lat temu |
Sam Atkins
|
e262596ee1
LibWeb: Use property_accepts_value() for parsing flexbox properties
|
3 lat temu |
Sam Atkins
|
37e69fb286
LibWeb: Use property_accepts_value() when parsing borders
|
3 lat temu |
Sam Atkins
|
5213760e4b
LibWeb: Use property_accepts_value() for background parsing
|
3 lat temu |
Sam Atkins
|
35eb8b0dc2
LibWeb: Add better debug logging for CSS parsing errors
|
3 lat temu |
Sam Atkins
|
5d6a4c5fc2
LibWeb: Check parsed CSS values with property_accepts_value()
|
3 lat temu |
Sam Atkins
|
4a1dbb4f36
LibWeb: Move color identifier checking to StyleValue::is_color()
|
3 lat temu |
Sam Atkins
|
e40ea819d9
LibWeb: Prevent special-case CSS property parsing fallback
|
3 lat temu |
Tobias Christiansen
|
9ebfafafbe
LibWeb: Add transform property to the system
|
3 lat temu |
Sam Atkins
|
0053314dd1
LibWeb: Use initial values from Properties.json inside CSS Parser
|
3 lat temu |