We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8434a1 commit dd684e1Copy full SHA for dd684e1
css-properties-values-api/Overview.bs
@@ -1195,10 +1195,10 @@ The {{CSSPropertyRule}} interface represents an ''@property'' rule.
1195
<pre class='idl' export>
1196
[Exposed=Window]
1197
interface CSSPropertyRule : CSSRule {
1198
- readonly attribute CSSOMString name;
1199
- readonly attribute CSSOMString syntax;
1200
- readonly attribute boolean inherits;
1201
- readonly attribute CSSOMString? initialValue;
+ readonly attribute CSSOMString name;
+ readonly attribute CSSOMString syntax;
+ readonly attribute boolean inherits;
+ readonly attribute CSSOMString? initialValue;
1202
};
1203
</pre>
1204
0 commit comments