MacDue
|
dc58b5f418
LibWeb: Add CSS `mask` property and make it form a stacking context
|
1 年之前 |
Sam Atkins
|
dc7a52957e
LibWeb: Parse and compute CSS `quotes` property
|
1 年之前 |
Sam Atkins
|
6476dea898
LibWeb: Implement the `math-depth` CSS property
|
1 年之前 |
Sam Atkins
|
6045143d39
LibWeb: Parse the `math-shift` and `math-style` CSS properties
|
1 年之前 |
Sam Atkins
|
125d161b3f
LibWeb: Move `<display-foo>` definitions into Enums.json
|
1 年之前 |
Zaggy1024
|
607a398917
LibWeb: Store computed CSS font size as `CSSPixels`
|
1 年之前 |
Aliaksandr Kalenik
|
0f75d0611f
LibWeb: Implement support for parsing CSS column-count property
|
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
|
73fa58da34
LibWeb: Implement the CSS `outline-offset` property
|
1 年之前 |
Sam Atkins
|
fe7e797483
LibWeb: Implement the CSS `outline` property :^)
|
1 年之前 |
Tobias Christiansen
|
5fc6bff582
LibWeb: Add 'object-fit' property
|
1 年之前 |
Sam Atkins
|
5ee1b7db7c
LibWeb: Convert BorderData::width to CSSPixels
|
1 年之前 |
MacDue
|
30277f385c
LibWeb: Add an initial implementation of SVG `text-anchor`
|
1 年之前 |
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 年之前 |
Ali Mohammad Pur
|
06c6c40df9
LibWeb+LibJS: Move some code around to make CSS/Parser parse faster
|
2 年之前 |
Andreas Kling
|
510dfbb7e6
LibWeb: Update anonymous wrappers when applying style changes
|
2 年之前 |
Andreas Kling
|
8648355783
LibWeb: Modernize handling of the CSS flex-basis property
|
2 年之前 |
Andi Gallo
|
52956d355c
LibWeb: Make border-collapse actually inherited
|
2 年之前 |
Andi Gallo
|
396f1a977c
LibWeb: Add CSS support for border-spacing property
|
2 年之前 |
Sam Atkins
|
af51095fe2
LibWeb: Stop making ComputedValues::stroke_width() optional
|
2 年之前 |
MacDue
|
377ff0ac26
LibWeb: Implement SVG `fill-rule` attribute
|
2 年之前 |
Andi Gallo
|
940d9b98ae
LibWeb: Add support for table caption
|
2 年之前 |
Sam Atkins
|
6fd3b39bef
LibWeb: Parse `aspect-ratio` property
|
2 年之前 |
Aliaksandr Kalenik
|
3b3ade0b8d
LibWeb: Use none as initial value for grid-template-column/rows
|
2 年之前 |
Andreas Kling
|
0c2fcffba3
LibWeb: Make text-shadow inherited in CSS::ComputedValues
|
2 年之前 |
stelar7
|
a5f2024afa
LibWeb: Resolve the `transition-delay` property
|
2 年之前 |
Simon Wanner
|
293ece2292
LibWeb: Support list-style-position
|
2 年之前 |
stelar7
|
421559d725
LibWeb: Change calc node representation from float to double
|
2 年之前 |