Files
ladybird/Userland/Libraries/LibWeb/CSS/CSSStyleSheet.cpp
Tim Ledbetter 9b1ea4e2fc LibWeb: Add CSSStyleSheet.ownerRule attribute
This returns the `CSSImportRule` corresponding to the `@import` at-rule
that imported the stylesheet into the document. If the stylesheet
wasn't imported then this property is null.
2024-02-24 21:59:28 +01:00

6.6 KiB