Tim Ledbetter
88d35c547c
LibWeb/CSS: Implement the caret-color property
2025-03-09 19:36:29 +01:00
Tommy van der Vorst
056205aa76
LibWeb/CSS: Treat 'mask' as a longhand property
...
Before this change, an element masked with 'mask-image: url(...)' would
show the mask, but 'mask: url(...)' would not. On e.g. dialogic.nl it
would show white boxes instead of the actual images in the top
navigation bar. We still do not support many of the other mask
properties, but with this change at least the masks show up in both
cases.
2025-03-05 12:10:02 +00:00
Psychpsyo
c0eb072645
LibWeb: Add CSS view-transition-name
2025-02-22 14:52:13 +00:00
Glenn Skrzypczak
0fe30886f5
LibWeb/CSS: Implement mix-blend-mode
...
This adds support for the `mix-blend-mode` CSS property.
2025-02-05 11:26:58 +00:00
Luke Wilde
010cdd8f90
LibWeb/CSS: Implement the ({min,max}-)block-size properties
...
These are heavily used by morrisons.com, using them in place of the
usual properties these map to.
2025-01-31 14:18:21 +01:00
Psychpsyo
67ed676831
LibWeb: Implement CSS 'contain' property
2025-01-28 11:24:40 +00:00
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