mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
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.
This commit is contained in:
committed by
Andreas Kling
parent
588a031e2d
commit
9b1ea4e2fc
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2019-2022, Andreas Kling <kling@serenityos.org>
|
||||
* Copyright (c) 2024, Tim Ledbetter <timledbetter@gmail.com>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user