Hendiadyoin1
|
397d8b4aca
LibWeb: Use a switch-statement on the delimiter for MatchType selection
|
3 年之前 |
Hendiadyoin1
|
19cca57f8a
LibWeb: Condense Delim checks in Parser::parse_simple_selector
|
3 年之前 |
Hendiadyoin1
|
3f8347718c
LibWeb: Use a u32 for a delim tokens value
|
3 年之前 |
Sam Atkins
|
d60b3be29a
LibWeb: Implement the :focus-within selector
|
3 年之前 |
Andreas Kling
|
bdd42c9b0e
LibWeb: Add basic support for :lang() CSS selector
|
3 年之前 |
Simon Wanner
|
c4f46893f6
LibWeb: Add parsing support for the remaining transform functions
|
3 年之前 |
Sam Atkins
|
174a25db5b
LibWeb: Combine identical relative/regular selector parsing functions
|
3 年之前 |
Sam Atkins
|
5b0187477b
LibWeb: Implement `:nth-[last-]child(n of foo)` syntax
|
3 年之前 |
Sam Atkins
|
993653317c
LibWeb: Implement the :where() selector
|
3 年之前 |
Sam Atkins
|
c148ed50bb
LibWeb: Implement the :is() selector
|
3 年之前 |
Sam Atkins
|
5319e2ba8e
LibWeb: Parse forgiving selector-lists
|
3 年之前 |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 年之前 |
Simon Wanner
|
1ed5e79478
LibWeb: Fix resolving relative URLs in style sheets
|
3 年之前 |
Sam Atkins
|
1c18bb13a2
LibWeb: Move pseudo-element-from-string code into Selector
|
3 年之前 |
Sam Atkins
|
56a36da44e
LibWeb: Only try parsing valid types of media-feature values
|
3 年之前 |
Sam Atkins
|
fd47460141
LibWeb: Use ValueID for media-query identifiers
|
3 年之前 |
Sam Atkins
|
0371d33132
LibWeb+Meta: Stop discrete media-features from parsing as ranges
|
3 年之前 |
Sam Atkins
|
12561327d6
LibWeb: Use MediaFeatureIDs instead of Strings :^)
|
3 年之前 |
Sam Atkins
|
deea129b8c
LibWeb: Add Ratio type to MediaFeatureValue
|
3 年之前 |
Sam Atkins
|
5f93f1c161
LibWeb: Introduce and parse CSS Ratio type
|
3 年之前 |
Karol Kosek
|
0f7156ed81
LibWeb: Parse CSS `text-decoration-thickness` property
|
3 年之前 |
Sam Atkins
|
a57128467a
LibWeb: Implement :nth-of-type and :nth-last-of-type selectors :^)
|
3 年之前 |
Sam Atkins
|
817cd13d59
LibWeb: Implement the ::marker pseudo-element
|
3 年之前 |
Sam Atkins
|
caef4ec157
LibWeb: Move PseudoElement enum up a level
|
3 年之前 |
Sam Atkins
|
adaab23149
LibWeb: Parse the `content` property
|
3 年之前 |
Sam Atkins
|
fd2ef43cb4
LibWeb: Implement `<resolution>` as a media feature type
|
3 年之前 |
Sam Atkins
|
5c8ea81d21
LibWeb: Parse Angle/Frequency/Resolution/Time types
|
3 年之前 |
Sam Atkins
|
f76a541819
LibWeb: Move length-unit-from-string code into Length
|
3 年之前 |
Sam Atkins
|
608bfac2a9
LibWeb: Implement CSS Time class
|
3 年之前 |
Sam Atkins
|
0465abcfec
LibWeb: Implement CSS Resolution class
|
3 年之前 |