mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-01 03:47:48 +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;
|
|
|
|
};
|