Andreas Kling
|
4b2ac34725
LibWeb: Move the offset, margin and padding boxes into LayoutStyle
|
5 年之前 |
Andreas Kling
|
5744dd43c5
LibWeb: Remove default Length constructor and add make_auto()/make_px()
|
5 年之前 |
Andreas Kling
|
d0312f6208
LibWeb: Handle empty inputs to the CSS parser
|
5 年之前 |
Andreas Kling
|
483b371a7b
LibWeb: Parse and match the :visited pseudo-class (always fails)
|
5 年之前 |
Andreas Kling
|
bd33bfd120
LibWeb: Whine about unrecognized CSS properties in debug log
|
5 年之前 |
Andreas Kling
|
03da686aa2
LibWeb: Ignore backslashes (\) in attribute selectors
|
5 年之前 |
Andreas Kling
|
65c4e5cacf
LibWeb: Parse and match basic "contains" attribute selectors (~=)
|
5 年之前 |
Andreas Kling
|
731685468a
LibWeb: Start fleshing out support for relative CSS units
|
5 年之前 |
Andreas Kling
|
7ed80ae96c
LibWeb: Make the CSS parser a little more tolerant to invalid CSS
|
5 年之前 |
FalseHonesty
|
b352a6b59d
LibWeb: Implement vendor specific CSS color style for System Palette
|
5 年之前 |
Sergey Bugaev
|
c00076de82
LibWeb: Update the CSS prefix to -libweb
|
5 年之前 |
Linus Groh
|
7bfd24ca76
LibWeb: Support the :root pseudo class
|
5 年之前 |
Linus Groh
|
2f29e61203
LibWeb: Make CSS pseudo classes case-insensitive
|
5 年之前 |
Linus Groh
|
cbd746e3ec
LibWeb: Support "transparent" CSS color value
|
5 年之前 |
Linus Groh
|
57857cd8f6
LibWeb: Make parsing of most CSS values case-insensitive
|
5 年之前 |
Andreas Kling
|
5f9d80d8bc
LibWeb: Add basic support for CSS percentages
|
5 年之前 |
Linus Groh
|
673527d314
LibWeb: Ignore parsed pseudo-element selectors & empty complex selectors
|
5 年之前 |
Andreas Kling
|
6676f2c259
LibWeb: Don't emit a simple selector if nothing was consumed
|
5 年之前 |
Linus Groh
|
055e955a1c
LibWeb: Recognise :focus pseudo-class
|
5 年之前 |
Andreas Kling
|
1d468ed6d3
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
|
5 年之前 |
Andreas Kling
|
06aec9667e
LibWeb: Support more advanced selectors in document.querySelectorAll()
|
5 年之前 |
Andreas Kling
|
0f7bcd4111
LibWeb: Add naive support for document.querySelectorAll()
|
5 年之前 |
myphs
|
0891f860f7
LibWeb: Add CSS property 'border'
|
5 年之前 |
Andreas Kling
|
830a57c6b2
LibWeb: Rename directory LibHTML => LibWeb
|
5 年之前 |