Aliaksandr Kalenik
|
2cb0039a13
LibGfx+LibWeb: Produce font cascade list in CSS font matching algorithm
|
1 年之前 |
Aliaksandr Kalenik
|
af13bd8af0
LibWeb: Remove unused `StyleProperties::clone()` function
|
1 年之前 |
Tobias Christiansen
|
d00c7e55a5
LibWeb: Add plumbing for the new 'object-position' property
|
1 年之前 |
Tobias Christiansen
|
6602b1ddb1
LibWeb: Rename "position" enum to "positioning"
|
1 年之前 |
Sam Atkins
|
642ad80960
LibWeb: Make CSS Transformation struct a proper class
|
1 年之前 |
MacDue
|
479451498b
LibWeb: Implement `mask-type` CSS property
|
1 年之前 |
Sam Atkins
|
9e99368694
LibWeb: Track quote-nesting level while building the layout tree
|
1 年之前 |
Sam Atkins
|
d431aeed04
LibWeb: Repeat last available quote-type, instead of looping them all
|
1 年之前 |
Sam Atkins
|
f0a4baabc7
LibWeb: Support quotes in `content` values
|
1 年之前 |
Sam Atkins
|
dc7a52957e
LibWeb: Parse and compute CSS `quotes` property
|
1 年之前 |
Sam Atkins
|
ff02de4ad0
LibWeb: Serialize StringStyleValue with quotes
|
1 年之前 |
Sam Atkins
|
6476dea898
LibWeb: Implement the `math-depth` CSS property
|
1 年之前 |
MacDue
|
71baa8c31a
LibWeb: Add CSSPixels::nearest_value_for(FloatingPoint)
|
1 年之前 |
MacDue
|
360c0eb509
LibWeb: Remove implicit conversion from float and double to CSSPixels
|
1 年之前 |
Sam Atkins
|
7fe97ee6c5
LibWeb: Make StyleValue::to_string() infallible
|
1 年之前 |
Andreas Kling
|
703c2bb06e
LibWeb: Add support for parsing `grid-auto-flow` CSS property
|
1 年之前 |
Andi Gallo
|
97512d0c76
LibWeb: Add table-layout CSS property
|
1 年之前 |
Sam Atkins
|
fe7e797483
LibWeb: Implement the CSS `outline` property :^)
|
1 年之前 |
Tobias Christiansen
|
5fc6bff582
LibWeb: Add 'object-fit' property
|
1 年之前 |
MacDue
|
9997f46593
LibWeb: Resolve currentColor when used for SVG gradient <stop>s
|
1 年之前 |
MacDue
|
30277f385c
LibWeb: Add an initial implementation of SVG `text-anchor`
|
2 年之前 |
Andreas Kling
|
3ec9fd0aae
LibWeb: Resolve calc() values in CSS transform
|
2 年之前 |
Aliaksandr Kalenik
|
f060f89220
LibWeb: Add support for justify-items property in CSS parser
|
2 年之前 |
Aliaksandr Kalenik
|
fedbb39e9e
LibWeb: Add support for justify-self property in CSS parser
|
2 年之前 |
Sam Atkins
|
f21a30e45f
LibWeb: Use CSSNumericType for CalculatedStyleValue resolved type
|
2 年之前 |
FalseHonesty
|
110eeb8591
LibWeb: Support calc(...) in box-shadow's values of type Length
|
2 年之前 |
Andreas Kling
|
8648355783
LibWeb: Modernize handling of the CSS flex-basis property
|
2 年之前 |
stelar7
|
4436ab0cb1
LibWeb: Handle calculated `vertical-align`
|
2 年之前 |
Andi Gallo
|
396f1a977c
LibWeb: Add CSS support for border-spacing property
|
2 年之前 |
MacDue
|
377ff0ac26
LibWeb: Implement SVG `fill-rule` attribute
|
2 年之前 |