[html5] r8165 - [e] (0) Tighten up the parser definitions. Affected topics: HTML Syntax and Parsing

whatwg at whatwg.org whatwg at whatwg.org
Tue Sep 3 10:59:41 PDT 2013


Author: ianh
Date: 2013-09-03 10:59:39 -0700 (Tue, 03 Sep 2013)
New Revision: 8165

Modified:
   complete.html
   index
   source
Log:
[e] (0) Tighten up the parser definitions.
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2013-09-03 17:52:37 UTC (rev 8164)
+++ complete.html	2013-09-03 17:59:39 UTC (rev 8165)
@@ -86657,7 +86657,7 @@
    reached.)</li>
 
   </ol><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-scope title="has an element in scope">have an
-  element in scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific scope</a> consisting of the
+  element in scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific scope</a> consisting of the
   following element types:</p>
 
   <ul class=brief><li><code><a href=#the-applet-element>applet</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
@@ -86679,7 +86679,7 @@
    <li><code title="">desc</code> in the <a href=#svg-namespace>SVG namespace</a></li>
    <li><code title="">title</code> in the <a href=#svg-namespace>SVG namespace</a></li>
   </ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-list-item-scope title="has an element in list item
-  scope">have an element in list item scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
+  scope">have an element in list item scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific
   scope</a> consisting of the following element types:</p>
 
   <ul class=brief><li>All the element types listed above for the <i><a href=#has-an-element-in-scope>has an element
@@ -86687,21 +86687,21 @@
    <li><code><a href=#the-ol-element>ol</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
    <li><code><a href=#the-ul-element>ul</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
   </ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-button-scope title="has an element in button
-  scope">have an element in button scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
+  scope">have an element in button scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific
   scope</a> consisting of the following element types:</p>
 
   <ul class=brief><li>All the element types listed above for the <i><a href=#has-an-element-in-scope>has an element
    in scope</a></i> algorithm.</li>
    <li><code><a href=#the-button-element>button</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
   </ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-table-scope title="has an element in table
-  scope">have an element in table scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
+  scope">have an element in table scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific
   scope</a> consisting of the following element types:</p>
 
   <ul class=brief><li><code><a href=#the-html-element>html</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
    <li><code><a href=#the-table-element>table</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
    <li><code><a href=#the-template-element>template</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
   </ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-select-scope title="has an element in select
-  scope">have an element in select scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
+  scope">have an element in select scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific
   scope</a> consisting of all element types <em>except</em> the following:</p>
 
   <ul class=brief><!--<li><code>select</code> in the <span>HTML namespace</span></li>--><li><code><a href=#the-optgroup-element>optgroup</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>

Modified: index
===================================================================
--- index	2013-09-03 17:52:37 UTC (rev 8164)
+++ index	2013-09-03 17:59:39 UTC (rev 8165)
@@ -86657,7 +86657,7 @@
    reached.)</li>
 
   </ol><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-scope title="has an element in scope">have an
-  element in scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific scope</a> consisting of the
+  element in scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific scope</a> consisting of the
   following element types:</p>
 
   <ul class=brief><li><code><a href=#the-applet-element>applet</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
@@ -86679,7 +86679,7 @@
    <li><code title="">desc</code> in the <a href=#svg-namespace>SVG namespace</a></li>
    <li><code title="">title</code> in the <a href=#svg-namespace>SVG namespace</a></li>
   </ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-list-item-scope title="has an element in list item
-  scope">have an element in list item scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
+  scope">have an element in list item scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific
   scope</a> consisting of the following element types:</p>
 
   <ul class=brief><li>All the element types listed above for the <i><a href=#has-an-element-in-scope>has an element
@@ -86687,21 +86687,21 @@
    <li><code><a href=#the-ol-element>ol</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
    <li><code><a href=#the-ul-element>ul</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
   </ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-button-scope title="has an element in button
-  scope">have an element in button scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
+  scope">have an element in button scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific
   scope</a> consisting of the following element types:</p>
 
   <ul class=brief><li>All the element types listed above for the <i><a href=#has-an-element-in-scope>has an element
    in scope</a></i> algorithm.</li>
    <li><code><a href=#the-button-element>button</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
   </ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-table-scope title="has an element in table
-  scope">have an element in table scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
+  scope">have an element in table scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific
   scope</a> consisting of the following element types:</p>
 
   <ul class=brief><li><code><a href=#the-html-element>html</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li> <!-- (This can only happen if the <var title="">node</var> is the topmost node of the <span>stack of open elements</span>, and prevents the next step from being invoked if there are no more elements in the stack.) -->
    <li><code><a href=#the-table-element>table</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
    <li><code><a href=#the-template-element>template</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>
   </ul><p>The <a href=#stack-of-open-elements>stack of open elements</a> is said to <dfn id=has-an-element-in-select-scope title="has an element in select
-  scope">have an element in select scope</dfn> when it <a href=#has-an-element-in-the-specific-scope>has an element in the specific
+  scope">have an element in select scope</dfn> when it <a href=#has-an-element-in-the-specific-scope title="has an element in the specific scope">has that element in the specific
   scope</a> consisting of all element types <em>except</em> the following:</p>
 
   <ul class=brief><!--<li><code>select</code> in the <span>HTML namespace</span></li>--><li><code><a href=#the-optgroup-element>optgroup</a></code> in the <a href=#html-namespace-0>HTML namespace</a></li>

Modified: source
===================================================================
--- source	2013-09-03 17:52:37 UTC (rev 8164)
+++ source	2013-09-03 17:59:39 UTC (rev 8165)
@@ -96712,7 +96712,7 @@
   </ol>
 
   <p>The <span>stack of open elements</span> is said to <dfn title="has an element in scope">have an
-  element in scope</dfn> when it <span>has an element in the specific scope</span> consisting of the
+  element in scope</dfn> when it <span title="has an element in the specific scope">has that element in the specific scope</span> consisting of the
   following element types:</p>
 
   <ul class="brief">
@@ -96737,7 +96737,7 @@
   </ul>
 
   <p>The <span>stack of open elements</span> is said to <dfn title="has an element in list item
-  scope">have an element in list item scope</dfn> when it <span>has an element in the specific
+  scope">have an element in list item scope</dfn> when it <span title="has an element in the specific scope">has that element in the specific
   scope</span> consisting of the following element types:</p>
 
   <ul class="brief">
@@ -96748,7 +96748,7 @@
   </ul>
 
   <p>The <span>stack of open elements</span> is said to <dfn title="has an element in button
-  scope">have an element in button scope</dfn> when it <span>has an element in the specific
+  scope">have an element in button scope</dfn> when it <span title="has an element in the specific scope">has that element in the specific
   scope</span> consisting of the following element types:</p>
 
   <ul class="brief">
@@ -96758,7 +96758,7 @@
   </ul>
 
   <p>The <span>stack of open elements</span> is said to <dfn title="has an element in table
-  scope">have an element in table scope</dfn> when it <span>has an element in the specific
+  scope">have an element in table scope</dfn> when it <span title="has an element in the specific scope">has that element in the specific
   scope</span> consisting of the following element types:</p>
 
   <ul class="brief">
@@ -96768,7 +96768,7 @@
   </ul>
 
   <p>The <span>stack of open elements</span> is said to <dfn title="has an element in select
-  scope">have an element in select scope</dfn> when it <span>has an element in the specific
+  scope">have an element in select scope</dfn> when it <span title="has an element in the specific scope">has that element in the specific
   scope</span> consisting of all element types <em>except</em> the following:</p>
 
   <ul class="brief">




More information about the Commit-Watchers mailing list