Files
serenity/Userland/Libraries/LibWeb/CSS
Tim Ledbetter d5cddd4696 LibWeb: Unset stylesheet properties when removing from a StyleSheetList
Previously, the parent CSS stylesheet, owner node and owner CSS rule
properties were not unset when removing a sheet from a StyleSheetList.

This change moves the methods for adding and removing sheets to and
from a StyleSheetList, directly into the StyleSheetList class and
ensures they are called as required by the CSSOM specification.
2024-04-16 07:41:33 +02:00
..
2023-11-11 08:51:51 +01:00
2023-11-11 08:51:51 +01:00
2023-09-11 17:03:22 +01:00