Psychpsyo
7757df5bb5
LibWeb: Implement CSS 'isolation' property
2025-01-13 11:07:55 +00:00
Gingeh
ce5cd012b9
LibWeb/CSS: Implement the color-scheme CSS property
2025-01-08 11:18:13 +00:00
Johan Dahlin
1c42d6831b
LibWeb: Style font-variant-* css properties
2024-12-17 19:07:13 +01:00
Andreas Kling
9a7c9286c4
LibWeb: Support individual scale
CSS property
2024-11-22 20:06:44 +01:00
Andreas Kling
66a821e731
LibWeb: Support individual translate
CSS property
2024-11-22 20:06:44 +01:00
Nico Weber
94b97aa365
LibWeb: Plumbing for svg stroke-dasharray
2024-11-21 18:56:45 +01:00
Nico Weber
6fc06f45c2
LibWeb: Plumbing for svg stroke-dashoffset
2024-11-20 15:57:37 +01:00
Aliaksandr Kalenik
96a35767b6
LibWeb: Implement mask-image
CSS property support
...
Implemented by reusing AddMask display list item that was initially
added for `background-clip` property.
Progress on flashlight effect on https://null.com/games/athena-crisis
2024-11-18 22:58:58 +01:00
Luke Wilde
a94282e0e8
LibWeb: Make CSSStyleDeclaration a legacy platform object with indices
...
CSSStyleDeclaration has an indexed property getter, which returns
properties associated with the object in the order they were specified
in.
2024-11-14 19:50:22 +01:00