Sam Atkins
|
ffc81cbfad
LibWeb: Use Selectors instead of a String for :not() selectors
|
4 years ago |
Sam Atkins
|
776b1f4548
LibWeb: Make CSS::Selector reference counted
|
4 years ago |
Sam Atkins
|
4af7d41879
LibWeb: Add 'PseudoClass' as a CSS SimpleSelector::Type
|
4 years ago |
Sam Atkins
|
96b2356cbb
LibWeb: Add 'Attribute' as a CSS SimpleSelector::Type
|
4 years ago |
Sam Atkins
|
004ae453d1
LibWeb: Add context to new CSS parser, and deprecate the old one
|
4 years ago |
Sam Atkins
|
7fefe34797
LibWeb: Add remaining CSS AttributeMatchTypes
|
4 years ago |
Max Wipfli
|
9cc35d1ba3
AK: Implement String::find_any_of() and StringView::find_any_of()
|
4 years ago |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 years ago |
Tobias Christiansen
|
6d3361f077
LibWeb: Fix logic issue when parsing CSS custom properties
|
4 years ago |
Tobias Christiansen
|
af4d80af4d
LibWeb: Add parsing for NumericStyleValue
|
4 years ago |
Tobias Christiansen
|
3ede1d08f5
LibWeb: Avoid unnecessary String copy in parsing CSS custom properties
|
4 years ago |
Tobias Christiansen
|
c4588a2cde
LibWeb: Add parsing for custom properties
|
4 years ago |
Tobias Christiansen
|
0d7169b91a
LibWeb: Store custom properties in CSSStyleDeclaration
|
4 years ago |
Tobias Christiansen
|
1ab82afee6
LibWeb: Add :not pseudoclass to the CSS parser
|
4 years ago |
Andreas Kling
|
de395a3df2
AK+Everywhere: Consolidate String::index_of() and String::find()
|
4 years ago |
Tobias Christiansen
|
b53dac6e88
LibWeb: Add support for more pseudoclasses
|
4 years ago |
Tobias Christiansen
|
66ad739934
LibWeb: Ignore vendor-specific CSS properties
|
4 years ago |
Gunnar Beutner
|
53d0150827
AK+Userland: Remove nullability feature for the ByteBuffer type
|
4 years ago |
miere43
|
c4bd4cbd76
LibWeb: Implement :nth-last-child pseudo-class
|
4 years ago |
miere43
|
aa83539d7b
LibWeb: Implement :nth-child pseudo-class
|
4 years ago |
miere43
|
1e0e8b27c0
LibWeb: Allow white space inside pseudo-class arguments
|
4 years ago |
Brian Gianforcaro
|
4022d3cb75
LibWeb: Use SourceLocation for DeprecatedCSSParser logging.
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Linus Groh
|
2b0c361d04
Everywhere: Fix a bunch of typos
|
4 years ago |
Egor Ananyin
|
d5eb09adc2
LibWeb: Parse border-style correctly
|
4 years ago |
Andreas Kling
|
1d065aa51b
LibWeb: Support the :last-of-type CSS selector :^)
|
4 years ago |
Andreas Kling
|
0eb9a9dd13
LibWeb: Support the :first-of-type CSS selector :^)
|
4 years ago |
Andreas Kling
|
21bc5fdec3
LibWeb: Don't interpreter invalid CSS pseudo-classes as '*' selector
|
4 years ago |
Andreas Kling
|
0759f54bd3
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
|
4 years ago |
Andreas Kling
|
16cde3f14a
LibWeb: Rename CSSParser => DeprecatedCSSParser
|
4 years ago |