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