Andreas Kling
18c54d8d40
LibJS: Make Cell::initialize() return void
...
Stop worrying about tiny OOMs.
Work towards #20405
2023-08-08 07:39:11 +02:00
Andreas Kling
5a74486b59
LibWeb: Rename DOM::Element::parse_attribute() => attribute_changed()
...
This is a first step towards merging attribute change and removal
notifications into a single function.
2023-07-03 19:04:45 +02:00
MacDue
00cda96e2d
LibWeb: Implement SVG opacity properties
...
This implements the stop-opacity, fill-opacity, and stroke-opacity
properties (in CSS). This replaces the existing more ad-hoc
fill-opacity attribute handling.
2023-05-20 08:52:19 +02:00
Andreas Kling
70db40c9b0
LibWeb: Don't include Layout/Node.h from DOM/Element.h
...
This required moving the CSS::StyleProperty destruct out of line.
2023-05-08 09:29:44 +02:00
MacDue
b19d2634f6
LibWeb: Implement SVGStopElement (<stop>)
...
This is used to specify the color/position of color stops for SVG
gradients.
2023-04-28 09:42:28 +02:00