Aliaksandr Kalenik
|
0f75d0611f
LibWeb: Implement support for parsing CSS column-count 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 年之前 |
Andreas Kling
|
703c2bb06e
LibWeb: Add support for parsing `grid-auto-flow` CSS property
|
1 年之前 |
Andreas Kling
|
dea91afba7
LibWeb: Make HTMLElement.offset{Left,Top} work on inline elements
|
1 年之前 |
Andi Gallo
|
97512d0c76
LibWeb: Add table-layout CSS property
|
1 年之前 |
Aliaksandr Kalenik
|
b6ea4b002b
LibWeb: Add info about pseudo element type in Layout::Node
|
1 年之前 |
Sam Atkins
|
73fa58da34
LibWeb: Implement the CSS `outline-offset` property
|
1 年之前 |
Sam Atkins
|
fe7e797483
LibWeb: Implement the CSS `outline` property :^)
|
1 年之前 |
Sam Atkins
|
6038e36250
LibWeb: Add and use the "snap a length as a border width" algorithm
|
1 年之前 |
Sam Atkins
|
5ee1b7db7c
LibWeb: Convert BorderData::width to CSSPixels
|
1 年之前 |
Aliaksandr Kalenik
|
38edab09a0
LibWeb: Allow <svg> to act as a containing block
|
1 年之前 |
MacDue
|
30277f385c
LibWeb: Add an initial implementation of SVG `text-anchor`
|
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 年之前 |
Andreas Kling
|
510dfbb7e6
LibWeb: Update anonymous wrappers when applying style changes
|
2 年之前 |
FalseHonesty
|
110eeb8591
LibWeb: Support calc(...) in box-shadow's values of type Length
|
2 年之前 |
Andi Gallo
|
55f1a70577
LibWeb: Fix style updates for table box nodes
|
2 年之前 |
Andi Gallo
|
e28578363a
LibWeb: Get initial values for table box from CSS::InitialValues
|
2 年之前 |
Andi Gallo
|
396f1a977c
LibWeb: Add CSS support for border-spacing property
|
2 年之前 |
Andreas Kling
|
b6f3369b66
LibWeb: Fix spelling of non_anonymous_containing_block()
|
2 年之前 |
Aliaksandr Kalenik
|
147c3b3d97
LibWeb+WebContent: Forbid access to underlying type of CSSPixels
|
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 年之前 |
Luke Wilde
|
42a183720b
LibWeb/SVG: Support url() in the stroke attribute
|
2 年之前 |
stelar7
|
a5f2024afa
LibWeb: Resolve the `transition-delay` property
|
2 年之前 |
Simon Wanner
|
293ece2292
LibWeb: Support list-style-position
|
2 年之前 |
Sam Atkins
|
1160d8186b
LibWeb: Implement IntegerStyleValue, for holding `<integer>`
|
2 年之前 |
Sam Atkins
|
ad8565011c
LibWeb: Rename NumericStyleValue -> NumberStyleValue
|
2 年之前 |