2828 < div class =head >
2929 < h1 id =cssom > CSSOM</ h1 >
3030
31- < h2 class ="no-num no-toc " id =""> Editor's Draft 17 March 2010</ h2 >
31+ < h2 class ="no-num no-toc " id =""> Editor's Draft 18 March 2010</ h2 >
3232
3333 < dl >
3434 < dt > This Version:
3535
3636 < dd > < a
37- href ="http://www.w3.org/TR/2010/ED-cssom-20100317 / "> http://www.w3.org/TR/2010/ED-cssom-20100317 /</ a >
37+ href ="http://www.w3.org/TR/2010/ED-cssom-20100318 / "> http://www.w3.org/TR/2010/ED-cssom-20100318 /</ a >
3838
3939 < dt > Latest Version:
4040
@@ -875,7 +875,7 @@ <h3 id=serializing-selectors><span class=secno>5.2. </span>Serializing
875875 < p > If < var title =""> a</ var > is zero let the value be < var
876876 title =""> b</ var > < a href ="#serialize-a-css-value-component "
877877 title ="serialize a CSS value component "> serialized</ a > as
878- <number > .
878+ <integer > .
879879
880880 < li >
881881 < p > If < var title =""> a</ var > is one or minus one and < var
@@ -888,23 +888,23 @@ <h3 id=serializing-selectors><span class=secno>5.2. </span>Serializing
888888 (U+002B) if < var title =""> b</ var > is positive, followed by < var
889889 title =""> b</ var > < a href ="#serialize-a-css-value-component "
890890 title ="serialize a CSS value component "> serialized</ a > as
891- <number > .
891+ <integer > .
892892
893893 < li >
894894 < p > If < var title =""> b</ var > is zero let the value be < var
895895 title =""> a</ var > < a href ="#serialize-a-css-value-component "
896896 title ="serialize a CSS value component "> serialized</ a > as
897- <number > , followed by "< code title =""> n</ code > " (U+006E).
897+ <integer > , followed by "< code title =""> n</ code > " (U+006E).
898898
899899 < li >
900900 < p > Otherwise let the value be < var title =""> a</ var > < a
901901 href ="#serialize-a-css-value-component " title ="serialize a CSS value
902- component "> serialized</ a > as <number > , followed by "< code
902+ component "> serialized</ a > as <integer > , followed by "< code
903903 title =""> n</ code > " (U+006E), followed by "< code > +</ code > " (U+002B)
904904 if < var title =""> b</ var > is positive, followed by < var
905905 title =""> b</ var > < a href ="#serialize-a-css-value-component "
906906 title ="serialize a CSS value component "> serialized</ a > as
907- <number > .
907+ <integer > .
908908 </ ol >
909909
910910 < dt > < code title =""> :not()</ code >
@@ -1975,8 +1975,8 @@ <h4 id=the-cssrule-interface><span class=secno>6.4.2. </span>The <code
19751975};</ pre >
19761976
19771977 < p > The < dfn id =dom-cssrule-type
1978- title =dom-CSSRule-type > < code > type</ code > </ dfn > attribute, on getting, < em
1979- class =ct > must</ em > return the CSS rule type, as follows:
1978+ title =dom-CSSRule-type > < code > type</ code > </ dfn > attribute < em
1979+ class =ct > must</ em > return the < span > CSS rule</ span > type, as follows:
19801980
19811981 < dl >
19821982 < dt > < dfn id ="dom-cssrule-style_rule "
@@ -2138,32 +2138,31 @@ <h4 id=css-import-rule><span class=secno>6.4.4. </span>CSS <code
21382138};</ pre >
21392139
21402140 < p > The < dfn id =dom-cssimportrule-href
2141- title =dom-CSSImportRule-href > < code > href</ code > </ dfn > attribute, on
2142- getting, < em class =ct > must</ em > return the < a href ="#url "> URL</ a >
2143- specified by the < code > @import</ code > rule.
2141+ title =dom-CSSImportRule-href > < code > href</ code > </ dfn > attribute < em
2142+ class =ct > must</ em > return the < a href ="#url "> URL</ a > specified by the
2143+ < code > @import</ code > rule.
21442144
21452145 < p class =note > To get the resolved < a href ="#url "> URL</ a > use the < code
21462146 title =dom-StyleSheet-href > < a href ="#dom-stylesheet-href "> href</ a > </ code >
2147- attribute of the associated < code > < a
2148- href ="#cssstylesheet "> CSSStyleSheet</ a > </ code > object.
2147+ attribute of the associated < a href ="#style-sheet "> style sheet</ a > .
21492148
21502149 < p > The < dfn id =dom-cssimportrule-media
2151- title =dom-CSSImportRule-media > < code > media</ code > </ dfn > attribute, on
2152- getting, < em class =ct > must</ em > return the value of the < code
2150+ title =dom-CSSImportRule-media > < code > media</ code > </ dfn > attribute < em
2151+ class =ct > must</ em > return the value of the < code
21532152 title =dom-StyleSheet-media > < a
21542153 href ="#dom-stylesheet-media "> media</ a > </ code > attribute of the associated
2155- < code > < a href ="#cssstylesheet " > CSSStyleSheet </ a > </ code > object .
2154+ < a href ="#style-sheet " > style sheet </ a > .
21562155
21572156 < p > The < dfn id =dom-cssimportrule-stylesheet
2158- title =dom-CSSImportRule-stylesheet > < code > styleSheet</ code > </ dfn >
2159- attribute, on getting, < em class =ct > must</ em > return the associated
2160- < code > < a href =" #cssstylesheet " > CSSStyleSheet < /a > </ code > object .
2157+ title =dom-CSSImportRule-stylesheet > < code > styleSheet</ code > </ dfn > attribute
2158+ < em class =ct > must</ em > return the associated < a href =" #style-sheet " > style
2159+ sheet < /a > .
21612160
21622161 < p class =note > If loading of the style sheet fails its < code
21632162 title =dom-CSSStyleSheet-cssRules > < a
21642163 href ="#dom-cssstylesheet-cssrules "> cssRules</ a > </ code > list is simply
2165- empty. I.e. an < code > @import</ code > rule always has an associated < code > < a
2166- href ="#cssstylesheet " > CSSStyleSheet </ a > </ code > object .
2164+ empty. I.e. an < code > @import</ code > rule always has an associated < a
2165+ href ="#style-sheet " > style sheet </ a > .
21672166
21682167 < h4 id =css-media-rule > < span class =secno > 6.4.5. </ span > CSS < code
21692168 title =""> @media</ code > Rule</ h4 >
@@ -2180,16 +2179,16 @@ <h4 id=css-media-rule><span class=secno>6.4.5. </span>CSS <code
21802179};</ pre >
21812180
21822181 < p > The < dfn id =dom-cssmediarule-media
2183- title =dom-CSSMediaRule-media > < code > media</ code > </ dfn > attribute, on
2184- getting, < em class =ct > must</ em > return a < code > < a
2182+ title =dom-CSSMediaRule-media > < code > media</ code > </ dfn > attribute < em
2183+ class =ct > must</ em > return a < code > < a
21852184 href ="#medialist "> MediaList</ a > </ code > object for the list of media
21862185 queries specified with the < code title =""> @media</ code > rule.
21872186
21882187 < p > The < dfn id =dom-cssmediarule-cssrules
2189- title =dom-CSSMediaRule-cssRules > < code > cssRules</ code > </ dfn > attribute, on
2190- getting, < em class =ct > must</ em > return a < code > < a
2191- href ="#cssrulelist "> CSSRuleList</ a > </ code > object for the list of rules
2192- specified with the < code title =""> @media</ code > rule.
2188+ title =dom-CSSMediaRule-cssRules > < code > cssRules</ code > </ dfn > attribute < em
2189+ class =ct > must</ em > return a < code > < a
2190+ href ="#cssrulelist "> CSSRuleList</ a > </ code > object for the list of CSS
2191+ rules specified with the < code title =""> @media</ code > rule.
21932192
21942193 < p > The < dfn id =dom-cssmediarule-insertrule
21952194 title =dom-CSSMediaRule-insertRule > < code > insertRule(< var
@@ -2266,8 +2265,8 @@ <h4 id=css-page-rule><span class=secno>6.4.7. </span>CSS <code
22662265 </ ol >
22672266
22682267 < p > The < dfn id =csspagerule-style
2269- title =csspagerule-style > < code > style</ code > </ dfn > attribute, on getting,
2270- < em class =ct > must</ em > return a < code > < a
2268+ title =csspagerule-style > < code > style</ code > </ dfn > attribute < em
2269+ class =ct > must</ em > return a < code > < a
22712270 href ="#cssstyledeclaration "> CSSStyleDeclaration</ a > </ code > for the
22722271 < code > @page</ code > rule.
22732272
@@ -2280,18 +2279,18 @@ <h4 id=css-namespace-rule><span class=secno>6.4.8. </span>CSS <code
22802279 < pre
22812280 class =idl > interface < dfn id =cssnamespacerule > CSSNamespaceRule</ dfn > : < a href ="#cssrule "> CSSRule</ a > {
22822281 readonly attribute DOMString < a href ="#dom-cssnamespacerule-namespaceuri " title =dom-CSSNamespaceRule-namespaceURI > namespaceURI</ a > ;
2283- readonly attribute DOMString < a href ="#dom-cssnamespacerule-prefix " title =dom-CSSNamespaceRule-prefix > prefix</ a > ;
2282+ readonly attribute DOMString? < a href ="#dom-cssnamespacerule-prefix " title =dom-CSSNamespaceRule-prefix > prefix</ a > ;
22842283};</ pre >
22852284
22862285 < p > The < dfn id =dom-cssnamespacerule-namespaceuri
22872286 title =dom-CSSNamespaceRule-namespaceURI > < code > namespaceURI</ code > </ dfn >
2288- attribute, on getting, < em class =ct > must</ em > return the namespace of the
2287+ attribute < em class =ct > must</ em > return the namespace of the
22892288 < code > @namespace</ code > rule.
22902289
22912290 < p > The < dfn id =dom-cssnamespacerule-prefix
2292- title =dom-CSSNamespaceRule-prefix > < code > prefix</ code > </ dfn > attribute, on
2293- getting, < em class =ct > must</ em > return the prefix of the
2294- < code > @namespace </ code > rule or the empty string if there is no prefix.
2291+ title =dom-CSSNamespaceRule-prefix > < code > prefix</ code > </ dfn > attribute < em
2292+ class =ct > must</ em > return the prefix of the < code > @namespace </ code > rule
2293+ or the empty string if there is no prefix.
22952294
22962295 < h3 id =css-declaration-blocks > < span class =secno > 6.5. </ span > CSS Declaration
22972296 Blocks</ h3 >
@@ -2600,7 +2599,7 @@ <h4 id=the-cssstyledeclaration-interface><span class=secno>6.5.1.
26002599
26012600 < p > The < dfn id =dom-cssstyledeclaration-parentrule
26022601 title =dom-CSSStyleDeclaration-parentRule > < code > parentRule</ code > </ dfn >
2603- attribute, on getting, < em class =ct > must</ em > return the < code > < a
2602+ attribute < em class =ct > must</ em > return the < code > < a
26042603 href ="#cssrule "> CSSrule</ a > </ code > object the < code > < a
26052604 href ="#cssstyledeclaration "> CSSStyleDeclaration</ a > </ code > is object is
26062605 associated with or null if it is not associated with a < code > < a
0 commit comments