Andreas Kling
|
abd6380cce
LibWeb: Add CSS logical property aliases for margin and padding sides
|
2 年之前 |
Andreas Kling
|
7115446995
LibWeb: Support font-size: calc()
|
2 年之前 |
Sam Atkins
|
8889635ba7
LibWeb: Remove int usage of NumberStyleValues
|
2 年之前 |
Sam Atkins
|
ad8565011c
LibWeb: Rename NumericStyleValue -> NumberStyleValue
|
2 年之前 |
FalseHonesty
|
dcead6f5eb
LibWeb: Add support for parsing place-content shorthand CSS property
|
2 年之前 |
stelar7
|
421559d725
LibWeb: Change calc node representation from float to double
|
2 年之前 |
Andi Gallo
|
e48074e401
LibWeb: Make font selection closer to specification
|
2 年之前 |
FalseHonesty
|
cabfb7867c
LibWeb: Add support for parsing 'inset' shorthand CSS property
|
2 年之前 |
Andreas Kling
|
5857f24bc8
LibWeb: Only update style for the element being animated by CSS
|
2 年之前 |
Ali Mohammad Pur
|
3ed26e9af8
LibWeb: Respect the CSS animation-direction property for animations
|
2 年之前 |
Ali Mohammad Pur
|
19c92fa354
LibWeb: Respect the animation-fill-mode CSS property
|
2 年之前 |
Ali Mohammad Pur
|
2e71263c5c
LibWeb: Make sure finished animations are not restarted
|
2 年之前 |
Ali Mohammad Pur
|
e90752cc21
LibWeb: Add preliminary support for CSS animations
|
2 年之前 |
Ali Mohammad Pur
|
b7e3a68bfc
LibWeb: Keep track of CSS property source declarations
|
2 年之前 |
Ali Mohammad Pur
|
279924242d
LibWeb: Add CSS CompositeStyleValue
|
2 年之前 |
Sam Atkins
|
e8a946c674
LibWeb: Remove StyleValue::has/to_length()
|
2 年之前 |
Karthik Karanth
|
733b74af7c
LibWeb: Support min-inline-size & max-inline-size
|
2 年之前 |
Aliaksandr Kalenik
|
ab5b89eb95
LibWeb: Add basic parsing of grid shorthand CSS property
|
2 年之前 |
Andreas Kling
|
9c8da4374d
LibWeb: Try failed font lookups again without weight and slope
|
2 年之前 |
Andreas Kling
|
38b2cba6a2
LibWeb: Honor font-weight and font-style when using downloaded fonts
|
2 年之前 |
Andreas Kling
|
be10360350
LibWeb: Move resolution of font weights and slopes to StyleValue
|
2 年之前 |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 年之前 |
Andreas Kling
|
10ceacf5fb
LibWeb: Honor the font-size even if the font-family is not found
|
2 年之前 |
Andreas Kling
|
71d5dc510e
LibWeb: Resolve CSS variables if present in SVG presentation attributes
|
2 年之前 |
Andreas Kling
|
fb722e69f3
LibWeb: Resolve CSS custom properties on pseudo elements
|
2 年之前 |
Andreas Kling
|
4005793e79
LibWeb: Handle CSS "color: currentcolor"
|
2 年之前 |
Andreas Kling
|
3f4de06fc2
LibWeb: Cache the root element font metrics when calculating them
|
2 年之前 |
Andreas Kling
|
70db40c9b0
LibWeb: Don't include Layout/Node.h from DOM/Element.h
|
2 年之前 |
Andreas Kling
|
3e62ab996d
LibWeb: Put debug spam about unimplemented calc() expansion behind flag
|
2 年之前 |
Sam Atkins
|
f4d8a24fe4
LibWeb: Propagate errors from parse_css_value and property_initial_value
|
2 年之前 |