Sam Atkins
|
34591549b1
LibWeb: Replace BorderRadiusShorthandStyleValue with ShorthandStyleValue
|
před 1 rokem |
Sam Atkins
|
34e0899ab0
LibWeb: Replace BackgroundStyleValue with ShorthandStyleValue
|
před 1 rokem |
Sam Atkins
|
9f4e057085
LibWeb: Fall back to computed values in ResolvedCSSStyleDeclaration
|
před 1 rokem |
Shannon Booth
|
f5efe9bb63
LibWeb: Port CSSStyleDeclaration from DeprecatedString to String
|
před 1 rokem |
Zaggy1024
|
607a398917
LibWeb: Store computed CSS font size as `CSSPixels`
|
před 1 rokem |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
před 1 rokem |
Andrew Kaster
|
da060eedb1
LibWeb: Create IdentifierStyleValue for fit-content size declarations
|
před 1 rokem |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
před 1 rokem |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
před 1 rokem |
Andreas Kling
|
25375bf1d5
LibWeb: Make Document::paintable() return a ViewportPaintable
|
před 1 rokem |
Andreas Kling
|
8bb275f2ea
LibWeb: Move painting logic from Layout::Viewport to ViewportPaintable
|
před 1 rokem |
Sam Atkins
|
81b9f3ec15
LibWeb: Make ResolvedCSSStyleDeclaration method infallible
|
před 1 rokem |
Sam Atkins
|
8a8cc18cf4
LibWeb: Make StyleValue constructors infallible
|
před 1 rokem |
Sam Atkins
|
0cda97b852
LibWeb: Add some more computed values for CSS properties
|
před 1 rokem |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
před 1 rokem |
Andi Gallo
|
97512d0c76
LibWeb: Add table-layout CSS property
|
před 1 rokem |
Sam Atkins
|
73fa58da34
LibWeb: Implement the CSS `outline-offset` property
|
před 1 rokem |
Sam Atkins
|
fe7e797483
LibWeb: Implement the CSS `outline` property :^)
|
před 1 rokem |
Aliaksandr Kalenik
|
f060f89220
LibWeb: Add support for justify-items property in CSS parser
|
před 2 roky |
Aliaksandr Kalenik
|
fedbb39e9e
LibWeb: Add support for justify-self property in CSS parser
|
před 2 roky |
FalseHonesty
|
110eeb8591
LibWeb: Support calc(...) in box-shadow's values of type Length
|
před 2 roky |
Andreas Kling
|
8648355783
LibWeb: Modernize handling of the CSS flex-basis property
|
před 2 roky |
Sam Atkins
|
cbf84152df
LibWeb: Resolve fill and stroke related CSS properties
|
před 2 roky |
Andi Gallo
|
940d9b98ae
LibWeb: Add support for table caption
|
před 2 roky |
Sam Atkins
|
6fd3b39bef
LibWeb: Parse `aspect-ratio` property
|
před 2 roky |
stelar7
|
a5f2024afa
LibWeb: Resolve the `transition-delay` property
|
před 2 roky |
Sam Atkins
|
8889635ba7
LibWeb: Remove int usage of NumberStyleValues
|
před 2 roky |
Sam Atkins
|
ad8565011c
LibWeb: Rename NumericStyleValue -> NumberStyleValue
|
před 2 roky |
Sam Atkins
|
af68bf862f
LibWeb: Resolve border[-color,-style,-width] properties
|
před 2 roky |
Sam Atkins
|
abdd4a8733
LibWeb: Add helper for creating resolved values for sided shorthands
|
před 2 roky |