Andreas Kling
|
1f008c95b6
LibWeb: Move CSS classes into the Web::CSS namespace
|
5 years ago |
Andreas Kling
|
11ff9d0f17
LibWeb: Move DOM classes into the Web::DOM namespace
|
5 years ago |
Andreas Kling
|
5a7e57457e
LibWeb: Add a dedicated function for parsing HTML length values
|
5 years ago |
Andreas Kling
|
7d3c8d066f
LibWeb: Support "pt" length units :^)
|
5 years ago |
Andreas Kling
|
38d6cc8598
LibWeb: Convert uppercase selector tag names to lowercase internally
|
5 years ago |
Andreas Kling
|
9e642827fc
LibWeb: Don't tolerate unit-less lengths (except 0) in standards mode
|
5 years ago |
Andreas Kling
|
3fefc7f3e9
LibWeb: Tweak CSS parser to swallow backslash-escaped characters
|
5 years ago |
Andreas Kling
|
4b2ac34725
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
|
5 years ago |
Andreas Kling
|
5744dd43c5
LibWeb: Remove default Length constructor and add make_auto()/make_px()
|
5 years ago |
Andreas Kling
|
d0312f6208
LibWeb: Handle empty inputs to the CSS parser
|
5 years ago |
Andreas Kling
|
483b371a7b
LibWeb: Parse and match the :visited pseudo-class (always fails)
|
5 years ago |
Andreas Kling
|
bd33bfd120
LibWeb: Whine about unrecognized CSS properties in debug log
|
5 years ago |
Andreas Kling
|
03da686aa2
LibWeb: Ignore backslashes (\) in attribute selectors
|
5 years ago |
Andreas Kling
|
65c4e5cacf
LibWeb: Parse and match basic "contains" attribute selectors (~=)
|
5 years ago |
Andreas Kling
|
731685468a
LibWeb: Start fleshing out support for relative CSS units
|
5 years ago |
Andreas Kling
|
7ed80ae96c
LibWeb: Make the CSS parser a little more tolerant to invalid CSS
|
5 years ago |
FalseHonesty
|
b352a6b59d
LibWeb: Implement vendor specific CSS color style for System Palette
|
5 years ago |
Sergey Bugaev
|
c00076de82
LibWeb: Update the CSS prefix to -libweb
|
5 years ago |
Linus Groh
|
7bfd24ca76
LibWeb: Support the :root pseudo class
|
5 years ago |
Linus Groh
|
2f29e61203
LibWeb: Make CSS pseudo classes case-insensitive
|
5 years ago |
Linus Groh
|
cbd746e3ec
LibWeb: Support "transparent" CSS color value
|
5 years ago |
Linus Groh
|
57857cd8f6
LibWeb: Make parsing of most CSS values case-insensitive
|
5 years ago |
Andreas Kling
|
5f9d80d8bc
LibWeb: Add basic support for CSS percentages
|
5 years ago |
Linus Groh
|
673527d314
LibWeb: Ignore parsed pseudo-element selectors & empty complex selectors
|
5 years ago |
Andreas Kling
|
6676f2c259
LibWeb: Don't emit a simple selector if nothing was consumed
|
5 years ago |
Linus Groh
|
055e955a1c
LibWeb: Recognise :focus pseudo-class
|
5 years ago |
Andreas Kling
|
1d468ed6d3
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
|
5 years ago |
Andreas Kling
|
06aec9667e
LibWeb: Support more advanced selectors in document.querySelectorAll()
|
5 years ago |
Andreas Kling
|
0f7bcd4111
LibWeb: Add naive support for document.querySelectorAll()
|
5 years ago |
myphs
|
0891f860f7
LibWeb: Add CSS property 'border'
|
5 years ago |