mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-02 04:17:17 +02:00
7 lines
154 B
Plaintext
7 lines
154 B
Plaintext
interface CSSStyleRule {
|
|
|
|
attribute CSSOMString selectorText;
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
|
|
|
};
|