File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
css-properties-values-api Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -964,18 +964,6 @@ the following conditions must be met for the the ''@property'' rule to be valid:
964964
965965If the above conditions are not met, the ''@property'' rule is invalid.
966966
967-
968- Extensions to the {{CSSRule}} interface {#extensions-to-css-rule-interface}
969- ------------------------------------------------------------------------------------
970-
971- The {{CSSRule}} interface is extended as follows:
972-
973- <pre class='idl'>
974- partial interface CSSRule {
975- const unsigned short PROPERTY_RULE = 18;
976- };
977- </pre>
978-
979967The <dfn interface>CSSPropertyRule</dfn> interface {#the-css-property-rule-interface}
980968-----------------------------------------------------------------------------
981969
@@ -1002,7 +990,7 @@ interface CSSPropertyRule : CSSRule {
1002990
1003991 <dt> <dfn>inherits</dfn>
1004992 <dd>
1005- The inherits descriptor associated withthe ''@property'' rule.
993+ The inherits descriptor associated with the ''@property'' rule.
1006994
1007995 <dt> <dfn>initialValue</dfn>
1008996 <dd>
You can’t perform that action at this time.
0 commit comments