hixie: terminology clarification (whatwg r5503)

hixie: terminology clarification (whatwg r5503)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4393&r2=1.4394&f=h
http://html5.org/tools/web-apps-tracker?from=5502&to=5503

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4393
retrieving revision 1.4394
diff -u -d -r1.4393 -r1.4394
--- Overview.html 25 Sep 2010 21:34:44 -0000 1.4393
+++ Overview.html 25 Sep 2010 22:02:10 -0000 1.4394
@@ -12182,10 +12182,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
@@ -12597,8 +12597,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>
 
@@ -59019,9 +59020,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
@@ -60446,9 +60448,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
@@ -61334,8 +61336,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>

Received on Saturday, 25 September 2010 22:02:56 UTC