Skip to content

Commit 70b9382

Browse files
committed
[css-properties-values-api] Remove the addition of a CSSRule constant, since we're no longer using that mechanism.
1 parent e5b3348 commit 70b9382

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

css-properties-values-api/Overview.bs

+1-13
Original file line numberDiff line numberDiff line change
@@ -964,18 +964,6 @@ the following conditions must be met for the the ''@property'' rule to be valid:
964964

965965
If 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-
979967
The <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>

0 commit comments

Comments
 (0)