Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) terminology clarification
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10543

git-svn-id: http://svn.whatwg.org/webapps@5503 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 25, 2010
1 parent eef3ed5 commit 976826f
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 42 deletions.
30 changes: 16 additions & 14 deletions complete.html
Expand Up @@ -14040,10 +14040,10 @@ <h4 id=styling><span class=secno>4.2.7 </span><dfn title="styling processing mod

<p>A style sheet in the context of the <code><a href=#document>Document</a></code> of an
<a href=#html-parser>HTML parser</a> or <a href=#xml-parser>XML parser</a> is said to be
<dfn id=a-style-sheet-blocking-scripts>a style sheet blocking scripts</dfn> if the element was created
by that <code><a href=#document>Document</a></code>'s parser, and the element is either a
<code><a href=#the-style-element>style</a></code> element or a <code><a href=#the-link-element>link</a></code> element that was
an <a href=#link-type-stylesheet title=rel-stylesheet>external resource link that
<dfn id=a-style-sheet-that-is-blocking-scripts>a style sheet that is blocking scripts</dfn> if the element was
created by that <code><a href=#document>Document</a></code>'s parser, and the element is
either a <code><a href=#the-style-element>style</a></code> element or a <code><a href=#the-link-element>link</a></code> element
that was an <a href=#link-type-stylesheet title=rel-stylesheet>external resource link that
contributes to the styling processing model</a> when the element
was created by the parser, and the element's style sheet was enabled
when the element was created by the parser, and the element's
Expand Down Expand Up @@ -14496,8 +14496,9 @@ <h4 id=script><span class=secno>4.3.1 </span>The <dfn><code>script</code></dfn>

<dt id=script-processing-style-delayed>If the element does not
have a <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute, but
there is <a href=#a-style-sheet-blocking-scripts>a style sheet blocking scripts</a>, and the
element has been flagged as <a href=#parser-inserted>"parser-inserted"</a></dt>
there is <a href=#a-style-sheet-that-is-blocking-scripts>a style sheet that is blocking scripts</a>, and
the element has been flagged as
<a href=#parser-inserted>"parser-inserted"</a></dt>

<dd>

Expand Down Expand Up @@ -81884,9 +81885,10 @@ <h5 id=the-before-head-insertion-mode><span class=secno>12.2.5.6 </span>The "<df
for this instance of the <a href=#html-parser>HTML parser</a>, such that
the <a href=#event-loop>event loop</a> will not run <a href=#concept-task title=concept-task>tasks</a> that invoke the <a href=#tokenization title=tokenization>tokenizer</a>.</li>

<li><p><a href=#spin-the-event-loop>Spin the event loop</a> until there is no <a href=#a-style-sheet-blocking-scripts title="a style sheet blocking scripts">style sheet blocking
scripts</a> and <var title="">the script</var>'s
<a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag is set.</li>
<li><p><a href=#spin-the-event-loop>Spin the event loop</a> until there is no <a href=#a-style-sheet-that-is-blocking-scripts title="a style sheet that is blocking scripts">style sheet that
is blocking scripts</a> and <var title="">the script</var>'s
<a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag is
set.</li>

<li><p>Unblock the <a href=#tokenization title=tokenization>tokenizer</a>
for this instance of the <a href=#html-parser>HTML parser</a>, such that
Expand Down Expand Up @@ -83314,9 +83316,9 @@ <h4 id=the-end><span class=secno>12.2.6 </span>The end</h4>
<ol><li><p><a href=#spin-the-event-loop>Spin the event loop</a> until the first
<code><a href=#script>script</a></code> in the <a href=#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of scripts that will
execute when the document has finished parsing</a> has its
<a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag set <em>and</em> there
is no <a href=#a-style-sheet-blocking-scripts title="a style sheet blocking scripts">style sheet
blocking scripts</a>.</li>
<a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag set <em>and</em>
there is no <a href=#a-style-sheet-that-is-blocking-scripts title="a style sheet that is blocking
scripts">style sheet that is blocking scripts</a>.</li>

<li><p><a href=#executing-a-script-block title="executing a script block">Execute</a> the
first <code><a href=#script>script</a></code> in the <a href=#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of scripts that will
Expand Down Expand Up @@ -84238,8 +84240,8 @@ <h3 id=parsing-xhtml-documents><span class=secno>13.2 </span>Parsing XHTML docum
<ol><li><p>Block this instance of the <a href=#xml-parser>XML parser</a>, such
that the <a href=#event-loop>event loop</a> will not run <a href=#concept-task title=concept-task>tasks</a> that invoke it.</li>

<li><p><a href=#spin-the-event-loop>Spin the event loop</a> until there is no <a href=#a-style-sheet-blocking-scripts title="a style sheet blocking scripts">style sheet blocking
scripts</a> and the <a href=#pending-parsing-blocking-script>pending parsing-blocking
<li><p><a href=#spin-the-event-loop>Spin the event loop</a> until there is no <a href=#a-style-sheet-that-is-blocking-scripts title="a style sheet that is blocking scripts">style sheet that is
blocking scripts</a> and the <a href=#pending-parsing-blocking-script>pending parsing-blocking
script</a>'s <a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag is
set.</li>

Expand Down
30 changes: 16 additions & 14 deletions index
Expand Up @@ -14017,10 +14017,10 @@ c-end = "--&gt;"</pre>

<p>A style sheet in the context of the <code><a href=#document>Document</a></code> of an
<a href=#html-parser>HTML parser</a> or <a href=#xml-parser>XML parser</a> is said to be
<dfn id=a-style-sheet-blocking-scripts>a style sheet blocking scripts</dfn> if the element was created
by that <code><a href=#document>Document</a></code>'s parser, and the element is either a
<code><a href=#the-style-element>style</a></code> element or a <code><a href=#the-link-element>link</a></code> element that was
an <a href=#link-type-stylesheet title=rel-stylesheet>external resource link that
<dfn id=a-style-sheet-that-is-blocking-scripts>a style sheet that is blocking scripts</dfn> if the element was
created by that <code><a href=#document>Document</a></code>'s parser, and the element is
either a <code><a href=#the-style-element>style</a></code> element or a <code><a href=#the-link-element>link</a></code> element
that was an <a href=#link-type-stylesheet title=rel-stylesheet>external resource link that
contributes to the styling processing model</a> when the element
was created by the parser, and the element's style sheet was enabled
when the element was created by the parser, and the element's
Expand Down Expand Up @@ -14473,8 +14473,9 @@ c-end = "--&gt;"</pre>

<dt id=script-processing-style-delayed>If the element does not
have a <code title=attr-script-src><a href=#attr-script-src>src</a></code> attribute, but
there is <a href=#a-style-sheet-blocking-scripts>a style sheet blocking scripts</a>, and the
element has been flagged as <a href=#parser-inserted>"parser-inserted"</a></dt>
there is <a href=#a-style-sheet-that-is-blocking-scripts>a style sheet that is blocking scripts</a>, and
the element has been flagged as
<a href=#parser-inserted>"parser-inserted"</a></dt>

<dd>

Expand Down Expand Up @@ -77802,9 +77803,10 @@ document.body.appendChild(text);
for this instance of the <a href=#html-parser>HTML parser</a>, such that
the <a href=#event-loop>event loop</a> will not run <a href=#concept-task title=concept-task>tasks</a> that invoke the <a href=#tokenization title=tokenization>tokenizer</a>.</li>

<li><p><a href=#spin-the-event-loop>Spin the event loop</a> until there is no <a href=#a-style-sheet-blocking-scripts title="a style sheet blocking scripts">style sheet blocking
scripts</a> and <var title="">the script</var>'s
<a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag is set.</li>
<li><p><a href=#spin-the-event-loop>Spin the event loop</a> until there is no <a href=#a-style-sheet-that-is-blocking-scripts title="a style sheet that is blocking scripts">style sheet that
is blocking scripts</a> and <var title="">the script</var>'s
<a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag is
set.</li>

<li><p>Unblock the <a href=#tokenization title=tokenization>tokenizer</a>
for this instance of the <a href=#html-parser>HTML parser</a>, such that
Expand Down Expand Up @@ -79232,9 +79234,9 @@ document.body.appendChild(text);
<ol><li><p><a href=#spin-the-event-loop>Spin the event loop</a> until the first
<code><a href=#script>script</a></code> in the <a href=#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of scripts that will
execute when the document has finished parsing</a> has its
<a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag set <em>and</em> there
is no <a href=#a-style-sheet-blocking-scripts title="a style sheet blocking scripts">style sheet
blocking scripts</a>.</li>
<a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag set <em>and</em>
there is no <a href=#a-style-sheet-that-is-blocking-scripts title="a style sheet that is blocking
scripts">style sheet that is blocking scripts</a>.</li>

<li><p><a href=#executing-a-script-block title="executing a script block">Execute</a> the
first <code><a href=#script>script</a></code> in the <a href=#list-of-scripts-that-will-execute-when-the-document-has-finished-parsing>list of scripts that will
Expand Down Expand Up @@ -80156,8 +80158,8 @@ document.body.appendChild(text);
<ol><li><p>Block this instance of the <a href=#xml-parser>XML parser</a>, such
that the <a href=#event-loop>event loop</a> will not run <a href=#concept-task title=concept-task>tasks</a> that invoke it.</li>

<li><p><a href=#spin-the-event-loop>Spin the event loop</a> until there is no <a href=#a-style-sheet-blocking-scripts title="a style sheet blocking scripts">style sheet blocking
scripts</a> and the <a href=#pending-parsing-blocking-script>pending parsing-blocking
<li><p><a href=#spin-the-event-loop>Spin the event loop</a> until there is no <a href=#a-style-sheet-that-is-blocking-scripts title="a style sheet that is blocking scripts">style sheet that is
blocking scripts</a> and the <a href=#pending-parsing-blocking-script>pending parsing-blocking
script</a>'s <a href=#ready-to-be-parser-executed>"ready to be parser-executed"</a> flag is
set.</li>

Expand Down
30 changes: 16 additions & 14 deletions source
Expand Up @@ -14837,10 +14837,10 @@ c-end = "-->"</pre>

<p>A style sheet in the context of the <code>Document</code> of an
<span>HTML parser</span> or <span>XML parser</span> is said to be
<dfn>a style sheet blocking scripts</dfn> if the element was created
by that <code>Document</code>'s parser, and the element is either a
<code>style</code> element or a <code>link</code> element that was
an <span title="rel-stylesheet">external resource link that
<dfn>a style sheet that is blocking scripts</dfn> if the element was
created by that <code>Document</code>'s parser, and the element is
either a <code>style</code> element or a <code>link</code> element
that was an <span title="rel-stylesheet">external resource link that
contributes to the styling processing model</span> when the element
was created by the parser, and the element's style sheet was enabled
when the element was created by the parser, and the element's
Expand Down Expand Up @@ -15358,8 +15358,9 @@ c-end = "-->"</pre>

<dt id="script-processing-style-delayed">If the element does not
have a <code title="attr-script-src">src</code> attribute, but
there is <span>a style sheet blocking scripts</span>, and the
element has been flagged as <span>"parser-inserted"</span></dt>
there is <span>a style sheet that is blocking scripts</span>, and
the element has been flagged as
<span>"parser-inserted"</span></dt>

<dd>

Expand Down Expand Up @@ -93477,9 +93478,10 @@ document.body.appendChild(text);
title="tokenization">tokenizer</span>.</p></li>

<li><p><span>Spin the event loop</span> until there is no <span
title="a style sheet blocking scripts">style sheet blocking
scripts</span> and <var title="">the script</var>'s
<span>"ready to be parser-executed"</span> flag is set.</p></li>
title="a style sheet that is blocking scripts">style sheet that
is blocking scripts</span> and <var title="">the script</var>'s
<span>"ready to be parser-executed"</span> flag is
set.</p></li>

<li><p>Unblock the <span title="tokenization">tokenizer</span>
for this instance of the <span>HTML parser</span>, such that
Expand Down Expand Up @@ -95054,9 +95056,9 @@ document.body.appendChild(text);
<li><p><span>Spin the event loop</span> until the first
<code>script</code> in the <span>list of scripts that will
execute when the document has finished parsing</span> has its
<span>"ready to be parser-executed"</span> flag set <em>and</em> there
is no <span title="a style sheet blocking scripts">style sheet
blocking scripts</span>.</p></li>
<span>"ready to be parser-executed"</span> flag set <em>and</em>
there is no <span title="a style sheet that is blocking
scripts">style sheet that is blocking scripts</span>.</p></li>

<li><p><span title="executing a script block">Execute</span> the
first <code>script</code> in the <span>list of scripts that will
Expand Down Expand Up @@ -96120,8 +96122,8 @@ document.body.appendChild(text);
title="concept-task">tasks</span> that invoke it.</p></li>

<li><p><span>Spin the event loop</span> until there is no <span
title="a style sheet blocking scripts">style sheet blocking
scripts</span> and the <span>pending parsing-blocking
title="a style sheet that is blocking scripts">style sheet that is
blocking scripts</span> and the <span>pending parsing-blocking
script</span>'s <span>"ready to be parser-executed"</span> flag is
set.</p></li>

Expand Down

0 comments on commit 976826f

Please sign in to comment.