Andreas Kling
3d36e4d944
LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"
...
The original name was based on the window.getComputedStyle() API.
However, "Computed" in "getComputedStyle" is actually a misnomer that
the platform is stuck with due to backwards compatibility.
What getComputedStyle() returns is actually a mix of computed and used
values. The spec calls it the "resolved" values. So let's call this
declaration subclass "ResolvedCSSStyleDeclaration" to match.
2021-09-24 15:01:49 +02:00
..
2021-09-02 09:12:17 +02:00
2021-09-09 21:25:10 +02:00
2021-09-02 09:12:17 +02:00
2021-09-02 09:12:17 +02:00
2021-09-09 21:25:10 +02:00
2021-09-02 09:12:17 +02:00
2021-09-16 01:39:47 +02:00
2021-09-06 02:36:04 +02:00
2021-09-06 02:18:53 +02:00
2021-09-09 21:25:10 +02:00
2021-09-06 02:18:41 +02:00
2021-09-06 02:18:41 +02:00
2021-09-22 20:33:06 +02:00
2021-09-22 20:33:06 +02:00
2021-09-22 20:33:06 +02:00
2021-09-09 21:25:10 +02:00
2021-09-06 02:18:41 +02:00
2021-09-14 02:09:18 +02:00
2021-09-22 15:37:50 +02:00
2021-09-24 15:01:49 +02:00
2021-09-22 20:33:06 +02:00
2021-09-22 20:33:06 +02:00
2021-09-18 01:39:59 +02:00
2021-09-09 21:25:10 +02:00
2021-09-19 15:39:40 +02:00
2021-09-19 01:43:27 +02:00
2021-09-21 15:25:17 +02:00
2021-09-14 02:09:18 +02:00
2021-09-16 01:39:47 +02:00
2021-09-13 12:54:24 +02:00
2021-09-16 17:17:13 +02:00
2021-09-16 17:17:13 +02:00
2021-09-22 20:33:06 +02:00
2021-09-22 20:33:06 +02:00
2021-09-08 11:14:29 +02:00
2021-09-08 11:14:29 +02:00
2021-09-09 21:25:10 +02:00
2021-09-14 02:09:18 +02:00
2021-09-14 02:09:18 +02:00
2021-09-14 02:09:18 +02:00
2021-09-09 21:25:10 +02:00
2021-09-06 02:18:41 +02:00
2021-09-06 02:18:41 +02:00
2021-09-24 15:01:49 +02:00
2021-09-22 16:40:24 +02:00