Files
ladybird/Libraries/LibWeb/CSS
Sam Atkins fbcaa8edde LibWeb/CSS: Make CSSImportRule.media return its own MediaList
...instead of returning the one from its associated style sheet.

This reverts 848a250b29 where I made
`CSSImportRule.media` nullable.

CSSImportRule may not have an associated style sheet, because of not
matching a supports condition, or just failing to load the URL.
Regardless of whether we do or not, the expected (non-spec) behaviour
is that we should return a MediaList always, which matches the media
queries specified on the `@import` rule.
2025-12-08 13:30:53 +00:00
..
2025-11-23 09:43:24 +01:00
2025-11-23 09:43:24 +01:00
2024-12-28 05:39:32 -08:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-09-24 12:27:05 +01:00
2025-11-12 18:30:16 +01:00
2025-11-23 09:43:24 +01:00
2025-11-23 09:43:24 +01:00
2025-08-23 16:04:36 -06:00