mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 03:04:58 +00:00
6 lines
154 B
Text
6 lines
154 B
Text
interface CSSStyleRule {
|
|
|
|
attribute CSSOMString selectorText;
|
|
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
|
|
|
};
|