Sam Atkins
|
06eb4a7557
LibWeb: Match math function values to properties in correct order
|
1 年之前 |
Andreas Kling
|
8f29bdb62c
LibWeb: Implement the CSS `revert` keyword
|
1 年之前 |
Andreas Kling
|
95097e47a7
LibWeb: Allow calc() values in image `sizes` attribute
|
1 年之前 |
Aliaksandr Kalenik
|
0e8a0a8191
LibWeb: Add support for "display: contents"
|
1 年之前 |
Andreas Kling
|
902e76baff
LibWeb: Ignore whitespace around easing function argument values
|
1 年之前 |
Aliaksandr Kalenik
|
a8587fe54e
LibWeb: Add support for "place-items" CSS property
|
1 年之前 |
Alan Kemp
|
3fd870a429
LibWeb: Create EdgeStyleValue for BackgroundPositionXY with no offset
|
2 年之前 |
Sam Atkins
|
8fc545992d
LibWeb: Use generated math-function-parsing code
|
2 年之前 |
Sam Atkins
|
136dc7a1c3
LibWeb: Extract CalculationNode::constant_type_from_string() function
|
2 年之前 |
Sam Atkins
|
e4a2bd7a44
LibWeb: Move RoundingMode to Enums.json
|
2 年之前 |
Andreas Kling
|
3194f10ad0
LibWeb: Explicitly instantiate a CSS parser template function
|
2 年之前 |
Ali Mohammad Pur
|
efa55673cd
Meta/CodeGenerators+LibWeb: Add support for 'easing-function' CSS values
|
2 年之前 |
Ali Mohammad Pur
|
dd073b2711
Meta/CodeGenerators+LibWeb: Implement parsing CSS easing functions
|
2 年之前 |
Ali Mohammad Pur
|
b00a23b0b6
LibWeb: Fix a spec link in CSS/Parser
|
2 年之前 |
Ali Mohammad Pur
|
d60d149e62
LibWeb: Move some static functions from CSS/Parser.cpp into a new file
|
2 年之前 |
Ali Mohammad Pur
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
2 年之前 |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 年之前 |
Timothy Flynn
|
aff81d318b
Everywhere: Run clang-format
|
2 年之前 |
Andreas Kling
|
5955a504e0
LibWeb: Allow font-family names to start with `-`
|
2 年之前 |
Andreas Kling
|
dfdb31f5b0
LibWeb: Accept MIME types starting with "application/font" for CSS fonts
|
2 年之前 |
Sam Atkins
|
f21a30e45f
LibWeb: Use CSSNumericType for CalculatedStyleValue resolved type
|
2 年之前 |
Sam Atkins
|
4d84080fdc
LibWeb: Implement "Determine the type of a calculation" algorithm
|
2 年之前 |
Andreas Kling
|
088cc4ea73
LibWeb: Parse CSS :host selector
|
2 年之前 |
Andreas Kling
|
6b3b056476
LibWeb: Support CSS font shorthand with up to 4 consecutive `normal`
|
2 年之前 |
Sam Atkins
|
8c50d5d248
LibWeb: Remove misleading log message about unimplemented functions
|
2 年之前 |
Sam Atkins
|
d0808e5d94
LibWeb: Correct `@font-face` debug log messages
|
2 年之前 |
FalseHonesty
|
110eeb8591
LibWeb: Support calc(...) in box-shadow's values of type Length
|
2 年之前 |
Aliaksandr Kalenik
|
a8211abc1e
LibWeb: Support CSS functions other than calc() for grid sizes
|
2 年之前 |
Andi Gallo
|
db121c7af1
LibWeb: Handle leading whitespace in grid-template-* block components
|
2 年之前 |
stelar7
|
d6db924d47
LibWeb: Implement CSS `rem()`
|
2 年之前 |