Sam Atkins
|
0805060e5e
LibWeb: Speed up CSS namespace checking
|
1 year ago |
Jonah
|
60e35f2a97
LibWeb: Rough implementation of CSS namespace rule
|
1 year ago |
Andreas Kling
|
8f29bdb62c
LibWeb: Implement the CSS `revert` keyword
|
1 year ago |
Andreas Kling
|
13d5d47b56
LibWeb: Implement the CSS `all` property
|
1 year ago |
Aliaksandr Kalenik
|
a8587fe54e
LibWeb: Add support for "place-items" CSS property
|
1 year ago |
Andreas Kling
|
1470e60800
LibWeb: Add logical CSS properties for insets
|
1 year ago |
Ali Mohammad Pur
|
0c14698028
LibWeb: Fully implement CSS animation-timing-function
|
2 years ago |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
2 years ago |
Sam Atkins
|
f21a30e45f
LibWeb: Use CSSNumericType for CalculatedStyleValue resolved type
|
2 years ago |
Andreas Kling
|
1b55ff6f4c
LibWeb: Expand CSS var() inside calc() paren blocks
|
2 years ago |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
2 years ago |
Hendiadyoin1
|
eeb15fc10b
LibWeb: Stop lying about string types
|
2 years ago |
Sam Atkins
|
7a2c8d30b9
LibWeb: Allow `auto` as `animation-duration` and make that the default
|
2 years ago |
Andreas Kling
|
2c16e8371f
LibWeb: Add naive support for {margin,padding}-{block,inline}
|
2 years ago |
Andreas Kling
|
abd6380cce
LibWeb: Add CSS logical property aliases for margin and padding sides
|
2 years ago |
Andreas Kling
|
7115446995
LibWeb: Support font-size: calc()
|
2 years ago |
Sam Atkins
|
8889635ba7
LibWeb: Remove int usage of NumberStyleValues
|
2 years ago |
Sam Atkins
|
ad8565011c
LibWeb: Rename NumericStyleValue -> NumberStyleValue
|
2 years ago |
FalseHonesty
|
dcead6f5eb
LibWeb: Add support for parsing place-content shorthand CSS property
|
2 years ago |
stelar7
|
421559d725
LibWeb: Change calc node representation from float to double
|
2 years ago |
Andi Gallo
|
e48074e401
LibWeb: Make font selection closer to specification
|
2 years ago |
FalseHonesty
|
cabfb7867c
LibWeb: Add support for parsing 'inset' shorthand CSS property
|
2 years ago |
Andreas Kling
|
5857f24bc8
LibWeb: Only update style for the element being animated by CSS
|
2 years ago |
Ali Mohammad Pur
|
3ed26e9af8
LibWeb: Respect the CSS animation-direction property for animations
|
2 years ago |
Ali Mohammad Pur
|
19c92fa354
LibWeb: Respect the animation-fill-mode CSS property
|
2 years ago |
Ali Mohammad Pur
|
2e71263c5c
LibWeb: Make sure finished animations are not restarted
|
2 years ago |
Ali Mohammad Pur
|
e90752cc21
LibWeb: Add preliminary support for CSS animations
|
2 years ago |
Ali Mohammad Pur
|
b7e3a68bfc
LibWeb: Keep track of CSS property source declarations
|
2 years ago |
Ali Mohammad Pur
|
279924242d
LibWeb: Add CSS CompositeStyleValue
|
2 years ago |
Sam Atkins
|
e8a946c674
LibWeb: Remove StyleValue::has/to_length()
|
2 years ago |