[html5] r8676 - [e] (0) PARSER: remove a nonsense phrase in the form end tag handling Affected t [...]
whatwg at whatwg.org
whatwg at whatwg.org
Thu Jun 12 11:02:24 PDT 2014
Author: ianh
Date: 2014-06-12 11:02:22 -0700 (Thu, 12 Jun 2014)
New Revision: 8676
Modified:
complete.html
index
source
Log:
[e] (0) PARSER: remove a nonsense phrase in the form end tag handling
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2014-06-12 16:51:57 UTC (rev 8675)
+++ complete.html 2014-06-12 18:02:22 UTC (rev 8676)
@@ -92333,8 +92333,7 @@
<ol><li><p>Let <var title="">node</var> be the element that the <a href=#form-element-pointer><code title="">form</code>
element pointer</a> is set to, or null if it is not set to an element.</li>
- <li><p>Set the <a href=#form-element-pointer><code title="">form</code> element pointer</a> to null. Otherwise, let
- <var title="">node</var> be null.</li>
+ <li><p>Set the <a href=#form-element-pointer><code title="">form</code> element pointer</a> to null.</li>
<li><p>If <var title="">node</var> is null or if the <a href=#stack-of-open-elements>stack of open elements</a> does
not <a href=#has-an-element-in-scope title="has an element in scope">have <var title="">node</var> in scope</a>, then
Modified: index
===================================================================
--- index 2014-06-12 16:51:57 UTC (rev 8675)
+++ index 2014-06-12 18:02:22 UTC (rev 8676)
@@ -92333,8 +92333,7 @@
<ol><li><p>Let <var title="">node</var> be the element that the <a href=#form-element-pointer><code title="">form</code>
element pointer</a> is set to, or null if it is not set to an element.</li>
- <li><p>Set the <a href=#form-element-pointer><code title="">form</code> element pointer</a> to null. Otherwise, let
- <var title="">node</var> be null.</li>
+ <li><p>Set the <a href=#form-element-pointer><code title="">form</code> element pointer</a> to null.</li>
<li><p>If <var title="">node</var> is null or if the <a href=#stack-of-open-elements>stack of open elements</a> does
not <a href=#has-an-element-in-scope title="has an element in scope">have <var title="">node</var> in scope</a>, then
Modified: source
===================================================================
--- source 2014-06-12 16:51:57 UTC (rev 8675)
+++ source 2014-06-12 18:02:22 UTC (rev 8676)
@@ -101879,8 +101879,7 @@
<li><p>Let <var data-x="">node</var> be the element that the <span><code data-x="">form</code>
element pointer</span> is set to, or null if it is not set to an element.</p></li>
- <li><p>Set the <span><code data-x="">form</code> element pointer</span> to null. Otherwise, let
- <var data-x="">node</var> be null.</p></li>
+ <li><p>Set the <span><code data-x="">form</code> element pointer</span> to null.</p></li>
<li><p>If <var data-x="">node</var> is null or if the <span>stack of open elements</span> does
not <span data-x="has an element in scope">have <var data-x="">node</var> in scope</span>, then
More information about the Commit-Watchers
mailing list