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 سال پیش |
Sam Atkins
|
bd79c303f6
LibWeb: Implement CSS Frequency class
|
3 سال پیش |
Sam Atkins
|
355d1936f2
LibWeb: Implement CSS Angle class
|
3 سال پیش |
Sam Atkins
|
7880718fa8
LibWeb: Implement `@supports selector(.foo)`
|
3 سال پیش |