Sam Atkins
|
d60b3be29a
LibWeb: Implement the :focus-within selector
|
3 tahun lalu |
Andreas Kling
|
bdd42c9b0e
LibWeb: Add basic support for :lang() CSS selector
|
3 tahun lalu |
Sam Atkins
|
5b0187477b
LibWeb: Implement `:nth-[last-]child(n of foo)` syntax
|
3 tahun lalu |
Sam Atkins
|
993653317c
LibWeb: Implement the :where() selector
|
3 tahun lalu |
Sam Atkins
|
c148ed50bb
LibWeb: Implement the :is() selector
|
3 tahun lalu |
Andreas Kling
|
68f75ab98e
LibWeb: :checked should only match inputs in checkbox/radio type state
|
3 tahun lalu |
Sam Atkins
|
973f3c3642
LibWeb: Correct handling of negative step values in nth-foo() selectors
|
3 tahun lalu |
Sam Atkins
|
a57128467a
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
|
3 tahun lalu |
Andreas Kling
|
31508b2788
LibWeb: Make CSS :empty selector match empty text nodes as well
|
3 tahun lalu |
Sam Atkins
|
7eb7396f8b
LibWeb: Match styles for pseudo-elements
|
3 tahun lalu |
Andreas Kling
|
7c33a084fb
LibWeb: Support CSS :only-of-type selector
|
3 tahun lalu |
Andreas Kling
|
eec34ae0e9
LibWeb: Make :checked selector actually look at checkedness
|
3 tahun lalu |
Andreas Kling
|
05eb68d452
LibWeb: Make :root selector match <html> element only
|
3 tahun lalu |
Idan Horowitz
|
db32466499
LibWeb: Mark SelectorEngine matches-related functions as inline
|
3 tahun lalu |
Andreas Kling
|
ae301d2b02
LibWeb: Remove duplicate type checks in SelectorEngine
|
3 tahun lalu |
Nico Weber
|
b8dc3661ac
Libraries: Fix -Wunreachable-code warnings from clang
|
3 tahun lalu |
Sam Atkins
|
e2c32a6c65
Everywhere: Use my shiny new serenityos.org email :^)
|
3 tahun lalu |
Sam Atkins
|
3bd14941c7
LibWeb: Switch to new CSS Parser :^)
|
3 tahun lalu |
Sam Atkins
|
1b72766e4e
LibWeb: Fix issues with CSS attribute selector handling
|
3 tahun lalu |
Sam Atkins
|
6ea5d03f43
LibWeb: Bring Selector terminology in line with the CSS spec
|
4 tahun lalu |
Andreas Kling
|
d78a007b5d
LibWeb: Use split_view() in attribute selector matching
|
4 tahun lalu |
Sam Atkins
|
ffc81cbfad
LibWeb: Use Selectors instead of a String for :not() selectors
|
4 tahun lalu |
Sam Atkins
|
776b1f4548
LibWeb: Make CSS::Selector reference counted
|
4 tahun lalu |
Sam Atkins
|
8cae79cc8d
LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type
|
4 tahun lalu |
Sam Atkins
|
4af7d41879
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
|
4 tahun lalu |
Sam Atkins
|
96b2356cbb
LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type
|
4 tahun lalu |
Sam Atkins
|
dadcb46344
LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const
|
4 tahun lalu |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 tahun lalu |
Sam Atkins
|
7fefe34797
LibWeb: Add remaining CSS AttributeMatchTypes
|
4 tahun lalu |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 tahun lalu |