File tree 1 file changed +1
-13
lines changed
css-properties-values-api
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:
964
964
965
965
If the above conditions are not met, the ''@property'' rule is invalid.
966
966
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
-
979
967
The <dfn interface>CSSPropertyRule</dfn> interface {#the-css-property-rule-interface}
980
968
-----------------------------------------------------------------------------
981
969
@@ -1002,7 +990,7 @@ interface CSSPropertyRule : CSSRule {
1002
990
1003
991
<dt> <dfn>inherits</dfn>
1004
992
<dd>
1005
- The inherits descriptor associated withthe ''@property'' rule.
993
+ The inherits descriptor associated with the ''@property'' rule.
1006
994
1007
995
<dt> <dfn>initialValue</dfn>
1008
996
<dd>
You can’t perform that action at this time.
0 commit comments