Sam Atkins
|
973f3c3642
LibWeb: Correct handling of negative step values in nth-foo() selectors
|
3 лет назад |
Sam Atkins
|
a57128467a
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
|
3 лет назад |
Andreas Kling
|
31508b2788
LibWeb: Make CSS :empty selector match empty text nodes as well
|
3 лет назад |
Sam Atkins
|
7eb7396f8b
LibWeb: Match styles for pseudo-elements
|
3 лет назад |
Andreas Kling
|
7c33a084fb
LibWeb: Support CSS :only-of-type selector
|
3 лет назад |
Andreas Kling
|
eec34ae0e9
LibWeb: Make :checked selector actually look at checkedness
|
3 лет назад |
Andreas Kling
|
05eb68d452
LibWeb: Make :root selector match <html> element only
|
3 лет назад |
Idan Horowitz
|
db32466499
LibWeb: Mark SelectorEngine matches-related functions as inline
|
3 лет назад |
Andreas Kling
|
ae301d2b02
LibWeb: Remove duplicate type checks in SelectorEngine
|
3 лет назад |
Nico Weber
|
b8dc3661ac
Libraries: Fix -Wunreachable-code warnings from clang
|
3 лет назад |
Sam Atkins
|
e2c32a6c65
Everywhere: Use my shiny new serenityos.org email :^)
|
3 лет назад |
Sam Atkins
|
3bd14941c7
LibWeb: Switch to new CSS Parser :^)
|
3 лет назад |
Sam Atkins
|
1b72766e4e
LibWeb: Fix issues with CSS attribute selector handling
|
4 лет назад |
Sam Atkins
|
6ea5d03f43
LibWeb: Bring Selector terminology in line with the CSS spec
|
4 лет назад |
Andreas Kling
|
d78a007b5d
LibWeb: Use split_view() in attribute selector matching
|
4 лет назад |
Sam Atkins
|
ffc81cbfad
LibWeb: Use Selectors instead of a String for :not() selectors
|
4 лет назад |
Sam Atkins
|
776b1f4548
LibWeb: Make CSS::Selector reference counted
|
4 лет назад |
Sam Atkins
|
8cae79cc8d
LibWeb: Add 'PseudoElement' as a CSS SimpleSelector::Type
|
4 лет назад |
Sam Atkins
|
4af7d41879
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
|
4 лет назад |
Sam Atkins
|
96b2356cbb
LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type
|
4 лет назад |
Sam Atkins
|
dadcb46344
LibWeb: Convert CSS Dump, Selector, & SelectorEngine to east const
|
4 лет назад |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 лет назад |
Sam Atkins
|
7fefe34797
LibWeb: Add remaining CSS AttributeMatchTypes
|
4 лет назад |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 лет назад |
Andreas Kling
|
ee3a73ddbb
AK: Rename downcast<T> => verify_cast<T>
|
4 лет назад |
Tobias Christiansen
|
820224bb48
LibWeb: Match the :not pseudoclass
|
4 лет назад |
Tobias Christiansen
|
b53dac6e88
LibWeb: Add support for more pseudoclasses
|
4 лет назад |
miere43
|
c4bd4cbd76
LibWeb: Implement :nth-last-child pseudo-class
|
4 лет назад |
miere43
|
aa83539d7b
LibWeb: Implement :nth-child pseudo-class
|
4 лет назад |
stelar7
|
55446172cb
LibWeb: Add selector support to the new CSSParser
|
4 лет назад |