Sam Atkins
4e73ad50df
LibWeb/CSS: Process style properties from CSSNestedDeclarations rules
...
These are created when a style rule has properties listed after another
rule. For example:
```css
.test {
--a: 1;
--b: 1;
--c: 1;
.thing {
/* ... */
}
/* These are after a rule (.thing) so they're wrapped in a
CSSNestedDeclarations: */
--d: 1;
--e: 1;
--f: 1;
}
```
They're treated like a nested style rule with the exact same selectors
as their containing style rule.
(cherry picked from commit e4245dc39e68d9376dfb2344c78119a938533319)
2024-11-18 09:48:28 -05:00
..
2024-11-18 09:48:28 -05:00
2024-11-18 09:07:51 -05:00
2024-07-28 16:44:00 -04:00
2024-10-20 22:24:57 -04:00
2024-10-20 22:24:57 -04:00
2024-04-27 18:29:35 -04:00
2024-04-09 09:13:06 +02:00
2024-11-10 21:19:33 -05:00
2024-10-10 10:08:59 -04:00
2024-10-20 22:24:57 -04:00
2024-10-20 22:24:57 -04:00
2024-10-29 21:42:09 -04:00
2024-07-28 13:31:02 -04:00
2024-07-28 13:31:02 -04:00
2024-11-17 22:08:57 -05:00
2024-11-04 13:15:58 -05:00
2024-11-04 13:15:58 -05:00
2024-11-10 21:19:33 -05:00
2024-10-20 21:09:21 -04:00
2024-10-20 21:09:21 -04:00
2024-02-28 22:14:58 +01:00
2024-10-26 09:29:16 -04:00
2024-05-08 10:39:16 +02:00
2024-10-20 21:09:21 -04:00
2024-10-20 21:09:21 -04:00
2024-11-15 23:10:03 -05:00
2024-03-18 14:06:28 -04:00
2024-05-19 16:24:11 +02:00
2024-06-26 23:07:42 +02:00
2024-06-26 23:07:42 +02:00
2024-06-26 23:07:42 +02:00
2024-06-26 23:07:42 +02:00
2024-06-26 23:07:42 +02:00
2024-10-31 08:56:58 -04:00
2024-10-20 21:09:21 -04:00
2024-10-20 21:09:21 -04:00
2024-10-31 08:56:58 -04:00
2024-10-20 21:09:21 -04:00
2024-10-20 21:09:21 -04:00
2024-11-14 17:46:06 -05:00
2024-02-28 22:14:58 +01:00
2024-03-16 16:35:54 +01:00
2024-01-18 14:00:06 +01:00
2024-11-18 09:48:28 -05:00
2024-11-18 09:48:28 -05:00
2024-11-18 09:48:28 -05:00
2024-10-26 09:29:16 -04:00
2024-11-18 09:48:28 -05:00
2024-11-18 09:48:28 -05:00
2024-11-18 09:48:28 -05:00
2024-10-20 21:09:21 -04:00
2024-11-10 10:46:01 -05:00
2024-11-08 21:51:25 -05:00
2024-06-26 23:07:42 +02:00
2024-11-18 09:48:28 -05:00
2024-11-18 09:48:28 -05:00
2024-11-17 22:08:57 -05:00
2024-11-18 09:48:28 -05:00
2024-11-18 09:48:28 -05:00
2024-02-24 21:59:28 +01:00
2024-10-26 09:29:16 -04:00
2024-10-31 21:51:50 -04:00
2024-03-16 16:35:54 +01:00
2024-02-28 22:14:58 +01:00
2024-11-04 13:15:58 -05:00
2024-11-04 13:15:58 -05:00
2024-11-10 21:19:33 -05:00
2024-11-09 07:29:52 -05:00
2024-11-08 07:45:02 -05:00
2024-10-11 10:12:33 -04:00
2024-10-26 09:29:16 -04:00
2024-11-11 19:30:05 -05:00
2024-05-14 12:31:10 -06:00
2024-11-11 19:30:05 -05:00
2024-11-11 19:30:05 -05:00
2024-06-08 14:08:14 -04:00
2024-10-20 22:24:57 -04:00
2024-10-20 22:24:57 -04:00
2024-10-27 16:58:12 -04:00
2024-07-28 07:31:47 -04:00
2024-11-04 13:15:58 -05:00
2024-11-04 13:15:58 -05:00
2024-10-31 21:51:50 -04:00
2024-10-20 22:24:57 -04:00
2024-11-08 22:31:31 -05:00
2024-10-20 22:24:57 -04:00
2024-11-17 15:35:22 -05:00
2024-07-28 14:12:04 -04:00
2024-10-10 10:08:59 -04:00
2024-10-10 10:08:59 -04:00
2024-11-17 15:35:22 -05:00
2024-11-13 19:32:02 -05:00
2024-03-16 16:35:54 +01:00
2024-10-26 09:29:16 -04:00
2024-10-26 09:29:16 -04:00
2024-08-13 15:42:19 -04:00
2024-10-20 22:24:57 -04:00
2024-09-27 23:31:40 -04:00
2024-09-27 23:31:40 -04:00
2024-09-28 07:57:00 -04:00
2024-09-28 07:57:00 -04:00
2024-10-29 21:42:09 -04:00
2024-11-17 22:08:57 -05:00
2024-07-21 11:10:11 -04:00
2024-03-03 19:50:25 +01:00
2024-11-12 19:57:55 -05:00
2024-10-11 10:12:33 -04:00
2024-11-08 21:51:25 -05:00
2024-11-08 21:51:25 -05:00
2024-05-27 17:24:51 -06:00
2024-05-27 17:24:51 -06:00
2024-05-27 17:24:51 -06:00
2024-04-27 18:29:35 -04:00
2024-04-03 10:09:58 +01:00
2024-04-03 10:09:58 +01:00
2024-11-18 09:48:28 -05:00
2024-11-18 09:48:28 -05:00
2024-11-18 09:48:28 -05:00
2024-10-31 09:47:47 -04:00
2024-03-03 19:50:25 +01:00
2023-12-10 17:32:04 +01:00
2024-10-20 22:24:57 -04:00
2024-10-20 22:24:57 -04:00
2024-11-18 09:48:28 -05:00
2024-11-18 09:48:28 -05:00
2024-10-10 10:08:59 -04:00
2024-10-10 10:08:59 -04:00
2024-11-12 10:45:53 -05:00
2024-11-04 13:15:58 -05:00
2024-10-10 10:08:59 -04:00
2024-10-10 10:08:59 -04:00
2024-04-29 08:10:38 +02:00
2024-04-29 08:10:38 +02:00
2024-04-29 08:10:38 +02:00
2024-11-15 23:10:03 -05:00
2024-11-15 23:10:03 -05:00
2024-11-16 14:12:55 -05:00
2024-10-11 20:25:41 -04:00
2024-04-05 08:14:19 +02:00
2024-11-17 22:08:57 -05:00
2024-10-20 22:24:57 -04:00
2024-10-20 22:24:57 -04:00
2024-02-21 19:38:17 +01:00
2024-01-10 09:48:25 +01:00
2024-01-10 09:48:25 +01:00
2024-03-16 16:35:54 +01:00