@@ -1297,7 +1297,9 @@ <h4>The <code title="">LinkStyle</code> Interface</h4>
12971297 < span > style sheet owner node</ span >
12981298 implements the < code > LinkStyle</ code > interface.</ p >
12991299
1300- < pre class ="idl "> interface < dfn > LinkStyle</ dfn > {
1300+ < p class ="XXX "> Also [Supplemental]?</ p >
1301+
1302+ < pre class ="idl "> [NoInterfaceObject] interface < dfn > LinkStyle</ dfn > {
13011303 readonly attribute < span > StyleSheet</ span > < span title ="linkstyle-sheet "> sheet</ span > ;
13021304};</ pre >
13031305
@@ -1337,7 +1339,7 @@ <h4>Requirements on specifications</h4>
13371339
13381340 < h4 > Requirements on User Agents Implementing the
13391341 < span title =""> < code > xml-stylesheet</ code > processing instruction</ span > </ h4 >
1340-
1342+
13411343 <!-- XXX ref, one day -->
13421344
13431345 <!-- XXX load/error events, reparse -->
@@ -1590,7 +1592,7 @@ <h4>The <code title="">CSSRule</code> Interface</h4>
15901592 const unsigned short < span title ="dom-CSSRule-MEDIA_RULE "> MEDIA_RULE</ span > = 4;
15911593 const unsigned short < span title ="dom-CSSRule-FONT_FACE_RULE "> FONT_FACE_RULE</ span > = 5;
15921594 const unsigned short < span title ="dom-CSSRule-PAGE_RULE "> PAGE_RULE</ span > = 6;
1593- const unsigned short < span title ="dom-CSSRule-NAMESPACE_RULE "> NAMESPACE_RULE</ span > = 8 ;
1595+ const unsigned short < span title ="dom-CSSRule-NAMESPACE_RULE "> NAMESPACE_RULE</ span > = 10 ;
15941596 readonly attribute unsigned short < span title ="dom-CSSRule-type "> type</ span > ;
15951597
15961598 // Parsing and serialization
@@ -1618,13 +1620,13 @@ <h4>The <code title="">CSSRule</code> Interface</h4>
16181620 < dd > The object is a < code > CSSFontFaceRule</ code > .</ dd >
16191621 < dt > < dfn id ="dom-cssrule-page_rule " title ="dom-CSSRule-PAGE_RULE "> < code > PAGE_RULE</ code > </ dfn > (numeric value 6)</ dt >
16201622 < dd > The object is a < code > CSSPageRule</ code > .</ dd >
1621- < dt > < dfn id ="dom-cssrule-namespace_rule " title ="dom-CSSRule-NAMESPACE_RULE "> < code > NAMESPACE_RULE</ code > </ dfn > (numeric value 8 )</ dt >
1623+ < dt > < dfn id ="dom-cssrule-namespace_rule " title ="dom-CSSRule-NAMESPACE_RULE "> < code > NAMESPACE_RULE</ code > </ dfn > (numeric value 10 )</ dt >
16221624 < dd > The object is a < code > CSSNamespaceRule</ code > .</ dd >
16231625 </ dl >
16241626
16251627 < p class ="note "> Constants with values 0 and 2 have been obsoleted by this
16261628 specification. They might be re-allocated in the future. 7 is reserved for
1627- < code > @color-profile</ code > .</ p >
1629+ < code > @color-profile</ code > . 8 and 9 are reserved for CSS animation. </ p >
16281630
16291631
16301632 < p > The
0 commit comments