|
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 26 August 2013</h2> |
| 19 | + <h2 class="no-num no-toc" id="w3c-doctype">Editor's Draft 27 August 2013</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 26 August 2013 Editor's Draft of CSSOM. Please send comments to |
| 93 | +<p class="dontpublish">This is the 27 August 2013 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. |
@@ -1617,6 +1617,13 @@ <h4 id="requirements-on-user-agents-implementing-the-xml-stylesheet-processing-i |
1617 | 1617 | </li> |
1618 | 1618 | </ol> |
1619 | 1619 |
|
| 1620 | +<p>A style sheet referenced by an <a class="external" data-anolis-spec="xmlss" href="http://www.w3.org/TR/xml-stylesheet/#dt-xml-stylesheet">xml-stylesheet processing instruction</a> using the rules in this section, in the context of |
| 1621 | +the <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#document">Document</a></code> of an <a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-xhtml-syntax.html#xml-parser">XML parser</a> is said to be |
| 1622 | +<a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#a-style-sheet-that-is-blocking-scripts">a style sheet that is blocking scripts</a> if the <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#processinginstruction">ProcessingInstruction</a></code> |
| 1623 | +<a class="external" data-anolis-spec="dom" href="http://dom.spec.whatwg.org/#concept-node" title="concept-node">node</a> was created by that <code class="external" data-anolis-spec="dom"><a href="http://dom.spec.whatwg.org/#document">Document</a></code>'s parser, and the style sheet was |
| 1624 | +enabled when the node was created by the parser, and the <a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#style-sheet-ready">style sheet ready</a> flag is not yet set, and, the last time the |
| 1625 | +<a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#event-loop">event loop</a> reached step 1, the node was in that Document, and the user agent hasn't given up on that particular style sheet |
| 1626 | +yet. A user agent may give up on such a style sheet at any time. |
1620 | 1627 |
|
1621 | 1628 | <h4 id="requirements-on-user-agents-implementing-the-http-link-header"><span class="secno">6.3.5 </span>Requirements on User Agents Implementing the HTTP |
1622 | 1629 | <code title="">Link</code> Header</h4> |
@@ -1693,6 +1700,9 @@ <h4 id="requirements-on-user-agents-implementing-the-http-link-header"><span cla |
1693 | 1700 | </li> |
1694 | 1701 | </ol> |
1695 | 1702 |
|
| 1703 | +<p>A style sheet referenced by a HTTP <code title="">Link</code> header using the rules in this section is said to be <a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#a-style-sheet-that-is-blocking-scripts">a style sheet |
| 1704 | +that is blocking scripts</a> if the style sheet was enabled when created, and the <a class="external" data-anolis-spec="html" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#style-sheet-ready">style sheet ready</a> flag is not yet set, |
| 1705 | +and the user agent hasn't given up on that particular style sheet yet. A user agent may give up on such a style sheet at any time. |
1696 | 1706 |
|
1697 | 1707 | <h3 id="css-rules"><span class="secno">6.4 </span>CSS Rules</h3> |
1698 | 1708 |
|
|
0 commit comments