|
21 | 21 | <link href="https://www.w3.org/StyleSheets/TR/W3C-ED" rel="stylesheet"> |
22 | 22 | </head> |
23 | 23 | <body class="draft"> |
| 24 | + |
24 | 25 | <div class="head"> |
25 | 26 |
|
26 | 27 | <!--begin-logo--> |
|
31 | 32 | <h1 id="cssom">CSS Object Model (CSSOM)</h1> |
32 | 33 |
|
33 | 34 |
|
34 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 21 May 2013</h2> |
| 35 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 22 May 2013</h2> |
35 | 36 |
|
36 | 37 | <dl> |
37 | 38 |
|
@@ -94,7 +95,7 @@ <h2 class="no-num no-toc" id="sotd">Status of this Document</h2> |
94 | 95 | can be found in the |
95 | 96 | <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em> |
96 | 97 |
|
97 | | - <p class="dontpublish">This is the 21 May 2013 Editor's Draft of CSSOM. Please send comments to |
| 98 | + <p class="dontpublish">This is the 22 May 2013 Editor's Draft of CSSOM. Please send comments to |
98 | 99 | <a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a> |
99 | 100 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
100 | 101 | with <samp>[cssom]</samp> at the start of the subject line. |
@@ -424,9 +425,9 @@ <h3 id="serializing-media-queries"><span class="secno">4.2 </span>Serializing Me |
424 | 425 | <p>Then, for each media feature:</p> |
425 | 426 |
|
426 | 427 | <ol> |
427 | | - <li>Append a "<code>(</code>" (U+0028), followed by the media feature |
| 428 | + <li><p>Append a "<code>(</code>" (U+0028), followed by the media feature |
428 | 429 | name, <a class="external" href="http://dom.spec.whatwg.org/#converted-to-ascii-lowercase">converted to ASCII lowercase</a>, |
429 | | - to <var>s</var>.<p></li> |
| 430 | + to <var>s</var>.</li> |
430 | 431 |
|
431 | 432 | <li><p>If a value is given append a "<code>:</code>" (U+003A), followed |
432 | 433 | by a single SPACE (U+0020), followed by the |
@@ -1911,7 +1912,7 @@ <h4 id="the-cssmediarule-interface"><span class="secno">6.4.6 </span>The <code t |
1911 | 1912 | <pre class="idl">interface <dfn id="cssmediarule">CSSMediaRule</dfn> : <a href="#cssrule">CSSRule</a> { |
1912 | 1913 | [PutForwards=mediaText] readonly attribute <a href="#medialist">MediaList</a> <a href="#dom-cssmediarule-media" title="dom-CSSMediaRule-media">media</a>; |
1913 | 1914 | readonly attribute <a href="#cssrulelist">CSSRuleList</a> <a href="#dom-cssmediarule-cssrules" title="dom-CSSMediaRule-cssRules">cssRules</a>; |
1914 | | - unsigned long <a href="#dom-cssmediarule-insertrule" title="dom-CSSMediaRule-insertRule">insertRule</a>(DOMString rule, in unsigned long index); |
| 1915 | + unsigned long <a href="#dom-cssmediarule-insertrule" title="dom-CSSMediaRule-insertRule">insertRule</a>(DOMString rule, unsigned long index); |
1915 | 1916 | void <a href="#dom-cssmediarule-deleterule" title="dom-CSSMediaRule-deleteRule">deleteRule</a>(unsigned long index); |
1916 | 1917 | };</pre> |
1917 | 1918 |
|
|
0 commit comments