[html5] r5503 - [e] (0) terminology clarification Fixing http://www.w3.org/Bugs/Public/show_bug. [...]

whatwg at whatwg.org whatwg at whatwg.org
Sat Sep 25 15:02:06 PDT 2010


Author: ianh
Date: 2010-09-25 15:02:04 -0700 (Sat, 25 Sep 2010)
New Revision: 5503

Modified:
   complete.html
   index
   source
Log:
[e] (0) terminology clarification
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10543

Modified: complete.html
===================================================================
--- complete.html	2010-09-25 21:34:39 UTC (rev 5502)
+++ complete.html	2010-09-25 22:02:04 UTC (rev 5503)
@@ -14040,10 +14040,10 @@
 
   <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
@@ -14496,8 +14496,9 @@
 
      <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>
 
@@ -81884,9 +81885,10 @@
        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
@@ -83314,9 +83316,9 @@
     <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
@@ -84238,8 +84240,8 @@
   <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>
 

Modified: index
===================================================================
--- index	2010-09-25 21:34:39 UTC (rev 5502)
+++ index	2010-09-25 22:02:04 UTC (rev 5503)
@@ -14017,10 +14017,10 @@
 
   <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
@@ -14473,8 +14473,9 @@
 
      <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>
 
@@ -77802,9 +77803,10 @@
        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
@@ -79232,9 +79234,9 @@
     <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
@@ -80156,8 +80158,8 @@
   <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>
 

Modified: source
===================================================================
--- source	2010-09-25 21:34:39 UTC (rev 5502)
+++ source	2010-09-25 22:02:04 UTC (rev 5503)
@@ -14837,10 +14837,10 @@
 
   <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
@@ -15358,8 +15358,9 @@
 
      <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>
 
@@ -93477,9 +93478,10 @@
        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
@@ -95054,9 +95056,9 @@
      <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
@@ -96120,8 +96122,8 @@
    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>
 




More information about the Commit-Watchers mailing list