Andreas Kling
66618a666b
LibWeb: Implement CSSStyleDeclaration.{set,remove}Property close to spec
...
We already had setProperty() but it was full of ad-hoc idiosyncracies.
This patch aligns setProperty() with the CSSOM spec and also implements
removeProperty() since that's actually needed by setProperty() now.
Some things fixed by this:
- We now support the "priority" parameter to setProperty()
- Element "style" attributes now update to reflect CSSOM mutations
2022-04-11 21:10:07 +02:00
..
2022-04-09 23:48:18 +02:00
2022-04-04 23:44:04 +01:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-28 22:25:25 +02:00
2022-03-28 22:25:25 +02:00
2022-03-28 22:25:25 +02:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-30 18:43:07 +02:00
2022-04-01 21:24:45 +01:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-28 22:25:25 +02:00
2022-03-28 22:25:25 +02:00
2022-03-17 17:23:49 +00:00
2022-04-11 21:10:07 +02:00
2022-04-11 21:10:07 +02:00
2022-04-11 21:10:07 +02:00
2022-03-17 17:23:49 +00:00
2022-04-01 21:24:45 +01:00
2022-03-30 18:43:07 +02:00
2022-03-30 18:43:07 +02:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-26 01:35:39 +00:00
2022-04-07 21:20:14 +02:00
2022-04-07 21:20:14 +02:00
2022-03-16 22:07:53 +01:00
2022-04-09 23:48:18 +02:00
2022-04-01 21:24:45 +01:00
2022-03-16 22:07:53 +01:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-30 00:57:15 +02:00
2022-03-22 15:47:36 +01:00
2022-03-17 17:23:49 +00:00
2022-03-17 17:23:49 +00:00
2022-03-31 01:10:47 +02:00
2022-03-22 15:47:36 +01:00
2022-04-03 23:12:13 +02:00
2022-04-02 18:40:32 +02:00
2022-04-01 21:24:45 +01:00
2022-03-07 13:42:25 +01:00
2022-04-11 21:10:07 +02:00
2022-04-11 21:10:07 +02:00
2022-03-08 00:30:30 +01:00
2022-03-08 00:30:30 +01:00
2022-03-29 18:53:20 +02:00
2022-03-29 18:53:20 +02:00
2022-04-01 21:24:45 +01:00
2022-04-10 12:40:07 +02:00
2022-04-08 21:27:35 +02:00
2022-04-09 23:48:18 +02:00
2022-04-09 23:48:18 +02:00
2022-03-09 19:56:08 +01:00
2022-03-09 19:56:08 +01:00
2022-04-08 21:27:35 +02:00
2022-03-29 16:35:46 +02:00
2022-04-04 00:03:15 +02:00
2022-04-07 21:20:14 +02:00
2022-03-30 18:43:07 +02:00
2022-04-07 21:20:14 +02:00
2022-04-07 21:20:14 +02:00