Sam Atkins
|
f21a30e45f
LibWeb: Use CSSNumericType for CalculatedStyleValue resolved type
|
2 years ago |
FalseHonesty
|
110eeb8591
LibWeb: Support calc(...) in box-shadow's values of type Length
|
2 years ago |
Andreas Kling
|
8648355783
LibWeb: Modernize handling of the CSS flex-basis property
|
2 years ago |
stelar7
|
4436ab0cb1
LibWeb: Handle calculated `vertical-align`
|
2 years ago |
Andi Gallo
|
396f1a977c
LibWeb: Add CSS support for border-spacing property
|
2 years ago |
MacDue
|
377ff0ac26
LibWeb: Implement SVG `fill-rule` attribute
|
2 years ago |
Andi Gallo
|
940d9b98ae
LibWeb: Add support for table caption
|
2 years ago |
Simon Wanner
|
293ece2292
LibWeb: Support list-style-position
|
2 years ago |
Sam Atkins
|
1160d8186b
LibWeb: Implement IntegerStyleValue, for holding `<integer>`
|
2 years ago |
Sam Atkins
|
ad8565011c
LibWeb: Rename NumericStyleValue -> NumberStyleValue
|
2 years ago |
Andreas Kling
|
966058d693
LibWeb: Support `line-height: calc(...)` values that resolve to number
|
2 years ago |
stelar7
|
344f37986f
LibWeb: Allow calculated values in transform
|
2 years ago |
Ali Mohammad Pur
|
b7e3a68bfc
LibWeb: Keep track of CSS property source declarations
|
2 years ago |
Sam Atkins
|
e8a946c674
LibWeb: Remove StyleValue::has/to_length()
|
2 years ago |
Sam Atkins
|
5cbf6eb930
LibWeb: Remove StyleValue::has/to_integer()
|
2 years ago |
Sam Atkins
|
4ecf0b7768
LibWeb: Remove StyleValue::has/to_number()
|
2 years ago |
Sam Atkins
|
5f755d721e
LibWeb: Remove StyleValue::has_rect()
|
2 years ago |
Andreas Kling
|
09eb3ef405
LibWeb: Add fit-content as a valid size value for CSS width
|
2 years ago |
Aliaksandr Kalenik
|
6e0601a63e
LibWeb/CSS: Implement parsing of grid-auto-columns and grid-auto-rows
|
2 years ago |
MacDue
|
00cda96e2d
LibWeb: Implement SVG opacity properties
|
2 years ago |
Andreas Kling
|
2e13f65ff4
LibWeb: Support flex-basis: calc(...)
|
2 years ago |
Andreas Kling
|
da768e7c46
LibWeb: Don't crash on unresolvable line-height: calc() value
|
2 years ago |
Emil Militzer
|
31e1be0438
LibWeb: Support multi-keyword syntax for CSS display property
|
2 years ago |
martinfalisse
|
bebf4363db
LibWeb: Change name of GridTrackSizeListStyleValue
|
2 years ago |
Sam Atkins
|
0679b4e0b9
LibWeb: Wrap font metrics into a struct
|
2 years ago |
MacDue
|
297d8eebcd
LibWeb: Add stop-color as a CSS property
|
2 years ago |
Andreas Kling
|
7465362fe7
LibWeb: Clamp CSS z-index to the range of a 32-bit integer
|
2 years ago |
Sam Atkins
|
6bf5371124
LibWeb: Properly handle `auto` in StyleProperties::length_percentage()
|
2 years ago |
Sam Atkins
|
53a4a31af2
LibWeb: Remove CalculatedStyleValue from Length
|
2 years ago |
Sam Atkins
|
62a8cf2bb8
LibWeb: Let CSS::Size contain a CalculatedStyleValue
|
2 years ago |