Aliaksandr Kalenik
|
30b636e90b
LibWeb: Add "position: sticky" support
|
10 months ago |
Samuel Fry
|
23b4367c9c
LibWeb: Support parsing column-span
|
10 months ago |
Samuel Fry
|
c113d3fae9
LibWeb: Support parsing column-width
|
10 months ago |
Sam Atkins
|
6a74b01644
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
10 months ago |
Sam Atkins
|
9559f0f123
LibWeb: Rename IdentifierStyleValue -> CSSKeywordValue
|
10 months ago |
Sam Atkins
|
0e3487b9ab
LibWeb: Rename StyleValue -> CSSStyleValue
|
10 months ago |
BenJilks
|
82989554ab
LibWeb: Use reverse direction on flex containers with `rtl` direction
|
11 months ago |
Tobias Christiansen
|
794069b3cf
LibWeb: Add plumbing for new "text-overflow" CSS property
|
11 months ago |
Sam Atkins
|
017d6c3314
LibWeb: Implement counter-[increment,reset,set] properties
|
11 months ago |
Sam Atkins
|
6f2f91d1f5
LibWeb: Stop computing `content` in `NodeWithStyle::apply_style()`
|
11 months ago |
Edwin Hoksberg
|
020b20d817
LibWeb: Support content-visibility css
|
1 year ago |
Colin Reeder
|
449f81bfbe
LibWeb: Add support for -webkit-text-fill-color
|
1 year ago |
MacDue
|
517379ff80
LibWeb: Resolve `basic-shape` clip-paths
|
1 year ago |
MacDue
|
6c9069fa5d
LibWeb: Implement the SVG `clip-rule` attribute
|
1 year ago |
Tim Ledbetter
|
c57d395a48
LibWeb: Use `IterationDecision` in single level Node iteration methods
|
1 year ago |
Andreas Kling
|
40a914ce1a
LibWeb: Use static position for abspos box axes with auto insets
|
1 year ago |
Shannon Booth
|
c3217754f1
LibWeb: Remove a bunch of calls to `to_byte_string`
|
1 year ago |
MacDue
|
03f957dc79
LibWeb: Add the `clip-path` property and resolve it for SVG elements
|
1 year ago |
MacDue
|
4f78ddd6a2
LibWeb: Setup computed values for SVG geometry properties
|
1 year ago |
Zac Brannelly
|
4a3680cafc
LibWeb/CSS: Add "text" into list of possible "background-box" values
|
1 year ago |
Aliaksandr Kalenik
|
8d9e20cb03
LibWeb: Parse the CSS scrollbar-width property
|
1 year ago |
Aliaksandr Kalenik
|
a0dc9584de
LibWeb: Add "object-position" CSS property into ComputedValues
|
1 year ago |
Aliaksandr Kalenik
|
677a00ed92
LibWeb: Add "object-fit" CSS property into ComputedValues
|
1 year ago |
Tim Ledbetter
|
588a031e2d
LibWeb: Clamp calculated border width values to zero
|
1 year ago |
MacDue
|
b10f58a1fe
LibWeb: Support `x` and `y` attributes on nested SVGs
|
1 year ago |
Andreas Kling
|
ad7e6878fe
LibWeb: Allocate CSS::ComputedValues objects on the heap
|
1 year ago |
Sam Atkins
|
391cfdc085
LibWeb: Parse the CSS transform-box property
|
1 year ago |
Aliaksandr Kalenik
|
7c2713c14f
LibWeb: Move set_needs_display() from layout node to paintable
|
1 year ago |
Aliaksandr Kalenik
|
814bed33b4
LibWeb: Move box_type_agnostic_position() from layout node to paintable
|
1 year ago |
Aliaksandr Kalenik
|
2960bf4ec8
LibWeb: Make inline paintables own their fragments
|
1 year ago |