Sam Atkins
|
a9620d8784
LibWeb: Implement the `:target` selector pseudo-class
|
1 year ago |
Sam Atkins
|
debf38ee9d
LibWeb: Add namespaces to Attribute selectors
|
1 year ago |
Sam Atkins
|
1858f06881
LibWeb: Add namespaces to Universal and TagName selectors
|
1 year ago |
Sam Atkins
|
14e6bae593
LibWeb: Implement the `:focus-visible` pseudo-class
|
1 year ago |
Sam Atkins
|
f6e4caf197
LibWeb: Implement the `:buffering` and `:stalled` pseudo-classes
|
1 year ago |
Sam Atkins
|
eb7cda1172
LibWeb: Implement the `:volume-locked` pseudo-class
|
1 year ago |
Sam Atkins
|
c8a51f232d
LibWeb: Implement the `:muted` pseudo-class
|
1 year ago |
Sam Atkins
|
7b4ae43b91
LibWeb: Implement the `:seeking` pseudo-class
|
1 year ago |
Sam Atkins
|
4df5e24926
LibWeb: Implement the `:playing` and `:paused` pseudo-classes
|
1 year ago |
Sam Atkins
|
a336fe4fc4
LibWeb: Include all pseudo-classes in SimpleSelector::serialize
|
1 year ago |
Andreas Kling
|
088cc4ea73
LibWeb: Parse CSS :host selector
|
2 years ago |
Gabriel Dinner-David
|
c9af6c87bf
LibWeb: Add ::selection to pseudo elements
|
2 years ago |
Luke Wilde
|
a744ae79ff
LibWeb: Implement the `:defined` pseudo class
|
2 years ago |
Simon Wanner
|
c8ebacb1c9
LibWeb: Support the :scope pseudo class
|
2 years ago |
Andreas Kling
|
a504ac3e2a
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
|
2 years ago |
Andreas Kling
|
8a48246ed1
Everywhere: Stop using NonnullRefPtrVector
|
2 years ago |
Sam Atkins
|
13d2111b74
LibWeb: Port Selector to new Strings
|
2 years ago |
Sam Atkins
|
85f3de6331
LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errors
|
2 years ago |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Luke Wilde
|
f984c70b20
LibWeb: Implement :lang pseudo class serialization
|
2 years ago |
Luke Wilde
|
1fbad9caaf
LibWeb: Recognise the ::placeholder pseudo element
|
2 years ago |
MacDue
|
b5febe538c
LibWeb: Parse the -webkit-progress-bar/value pseudo elements
|
2 years ago |
sin-ack
|
3f3f45580a
Everywhere: Add sv suffix to strings relying on StringView(char const*)
|
3 years ago |
Luke Wilde
|
d06785a8a4
LibWeb/CSS: Add :focus-within serialisation
|
3 years ago |
Luke Wilde
|
0ff66b6ed8
LibWeb/CSS: Add :nth-of-type and :nth-last-of-type serialisation
|
3 years ago |
Daniel Glazman
|
91e1383b85
LibWeb: Implement attribute selector case identifier
|
3 years ago |
Sam Atkins
|
31b24c2b29
LibWeb: Remove now-unused null values from Selector enums
|
3 years ago |
Sam Atkins
|
c0db19f63c
LibWeb: Use a Variant for SimpleSelector's contents
|
3 years ago |
Sam Atkins
|
5b0187477b
LibWeb: Implement `:nth-[last-]child(n of foo)` syntax
|
3 years ago |