Jelle Raaijmakers
8aef896b11
LibWeb: Rework <fieldset> and <legend> rendering
...
We were misaligning <fieldset>'s bounds, painting and <legend> layout in
many cases. This reworks both the layout and painting code to the point
where we render many cases practically identical to Firefox and Chrome.
2026-03-04 20:39:01 +01:00
Psychpsyo
9b8120d8e8
Meta: Disallow links to single-page HTML spec
2025-02-05 16:04:50 -07:00
Andreas Kling
74469a0c1f
LibWeb: Make CSS::ComputedProperties GC-allocated
2024-12-22 10:12:49 +01:00
Andreas Kling
c1cad8fa0e
LibWeb: Rename CSS::StyleProperties => CSS::ComputedProperties
...
Now that StyleProperties is only used to hold computed properties, let's
name it ComputedProperties.
2024-12-22 10:12:49 +01:00
Kostya Farber
81f8866606
LibWeb: Lay out the fieldset's rendered legend
2024-11-29 12:36:52 +00:00
Aliaksandr Kalenik
c47d19d05a
LibWeb: Update LegendBox and FieldSetBox to use GC namespace
...
Fixes broken build.
2024-11-19 14:51:42 +01:00
Kostya Farber
a820308a02
LibWeb: Add layout objects for fieldset and legend
...
Add the boilerplate code for the layout objects that represent the
`<fieldset>` and `<legend>` elements. Using these, we can make progress
towards laying out these two elements per the spec at
https://html.spec.whatwg.org/multipage/rendering.html#the-fieldset-and-legend-elements .
2024-11-19 14:31:03 +01:00