|
16 | 16 | <h1>CSS Object Model (CSSOM)</h1> |
17 | 17 |
|
18 | 18 |
|
19 | | - <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 28 April 2014</h2> |
| 19 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 30 April 2014</h2> |
20 | 20 |
|
21 | 21 | <dl> |
22 | 22 |
|
@@ -90,7 +90,7 @@ <h2 class="no-num no-toc" id="sotd">Status of This Document</h2> |
90 | 90 | can be found in the |
91 | 91 | <a href="http://www.w3.org/TR/">W3C technical reports index at http://www.w3.org/TR/.</a></em> |
92 | 92 |
|
93 | | -<p class="dontpublish">This is the 28 April 2014 Editor's Draft of CSSOM. Please send comments to |
| 93 | +<p class="dontpublish">This is the 30 April 2014 Editor's Draft of CSSOM. Please send comments to |
94 | 94 | <a href="mailto:www-style@w3.org?subject=%5Bcssom%5D%20">www-style@w3.org</a> |
95 | 95 | (<a href="http://lists.w3.org/Archives/Public/www-style/">archived</a>) |
96 | 96 | with <samp>[cssom]</samp> at the start of the subject line. |
@@ -328,8 +328,7 @@ <h3 id="common-serializing-idioms"><span class="secno">3.1 </span>Common Seriali |
328 | 328 | <ul> |
329 | 329 | <li>If the character is NULL (U+0000), then <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a> an |
330 | 330 | <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#invalidcharactererror">InvalidCharacterError</a></code> exception and terminate these steps.</li> |
331 | | - <li>If the character is in the range [\1-\1f] (U+0001 to U+001F) or |
332 | | - [\7f-\9f] (U+007F to U+009F), then the character |
| 331 | + <li>If the character is in the range [\1-\1f] (U+0001 to U+001F), then the character |
333 | 332 | <a href="#escape-a-character-as-code-point" title="escape a character as code point">escaped as code point</a>.</li> |
334 | 333 | <li>If the character is the first character and is in the range [0-9] |
335 | 334 | (U+0030 to U+0039), then the character |
@@ -358,8 +357,8 @@ <h3 id="common-serializing-idioms"><span class="secno">3.1 </span>Common Seriali |
358 | 357 | <ul> |
359 | 358 | <li>If the character is NULL (U+0000), then <a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-throw" title="concept-throw">throw</a> an |
360 | 359 | <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#invalidcharactererror">InvalidCharacterError</a></code> exception and terminate these steps.</li> |
361 | | - <li>If the character is in the range [\1-\1f] (U+0001 to U+001F) or [\7f-\9f] (U+007F to |
362 | | - U+009F), the character <a href="#escape-a-character-as-code-point" title="escape a character as code point">escaped as code point</a>.</li> |
| 360 | + <li>If the character is in the range [\1-\1f] (U+0001 to U+001F), the character |
| 361 | + <a href="#escape-a-character-as-code-point" title="escape a character as code point">escaped as code point</a>.</li> |
363 | 362 | <li>If the character is '"' (U+0022) or "<code title="">\</code>" |
364 | 363 | (U+005C), the <a href="#escape-a-character" title="escape a character">escaped</a> character.</li> |
365 | 364 | <li>Otherwise, the character itself.</li> |
|
0 commit comments