[html5] r8626 - [e] (0) typo in parser (magic baloo?) Fixing https://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri May 9 15:12:05 PDT 2014


Author: ianh
Date: 2014-05-09 15:12:01 -0700 (Fri, 09 May 2014)
New Revision: 8626

Modified:
   complete.html
   index
   source
Log:
[e] (0) typo in parser (magic baloo?)
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=25648
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2014-05-09 17:45:11 UTC (rev 8625)
+++ complete.html	2014-05-09 22:12:01 UTC (rev 8626)
@@ -92567,7 +92567,7 @@
     <!-- fake <input> -->
     <p><a href=#insert-an-html-element>Insert an HTML element</a> for an "input" start tag token with all the attributes
     from the "isindex" token except "name", "action", and "prompt", and with an attribute named
-    "name" with the value "isindex". (This creates an <code><a href=#the-input-element>input</a></code> element with the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute set to the magic balue "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>".) Immediately pop the <a href=#current-node>current node</a> off
+    "name" with the value "isindex". (This creates an <code><a href=#the-input-element>input</a></code> element with the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute set to the magic value "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>".) Immediately pop the <a href=#current-node>current node</a> off
     the <a href=#stack-of-open-elements>stack of open elements</a>.</p>
 
     <!-- fake text -->

Modified: index
===================================================================
--- index	2014-05-09 17:45:11 UTC (rev 8625)
+++ index	2014-05-09 22:12:01 UTC (rev 8626)
@@ -92567,7 +92567,7 @@
     <!-- fake <input> -->
     <p><a href=#insert-an-html-element>Insert an HTML element</a> for an "input" start tag token with all the attributes
     from the "isindex" token except "name", "action", and "prompt", and with an attribute named
-    "name" with the value "isindex". (This creates an <code><a href=#the-input-element>input</a></code> element with the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute set to the magic balue "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>".) Immediately pop the <a href=#current-node>current node</a> off
+    "name" with the value "isindex". (This creates an <code><a href=#the-input-element>input</a></code> element with the <code title=attr-fe-name><a href=#attr-fe-name>name</a></code> attribute set to the magic value "<code title=attr-fe-name-isindex><a href=#attr-fe-name-isindex>isindex</a></code>".) Immediately pop the <a href=#current-node>current node</a> off
     the <a href=#stack-of-open-elements>stack of open elements</a>.</p>
 
     <!-- fake text -->

Modified: source
===================================================================
--- source	2014-05-09 17:45:11 UTC (rev 8625)
+++ source	2014-05-09 22:12:01 UTC (rev 8626)
@@ -102145,7 +102145,7 @@
     <p><span>Insert an HTML element</span> for an "input" start tag token with all the attributes
     from the "isindex" token except "name", "action", and "prompt", and with an attribute named
     "name" with the value "isindex". (This creates an <code>input</code> element with the <code
-    data-x="attr-fe-name">name</code> attribute set to the magic balue "<code
+    data-x="attr-fe-name">name</code> attribute set to the magic value "<code
     data-x="attr-fe-name-isindex">isindex</code>".) Immediately pop the <span>current node</span> off
     the <span>stack of open elements</span>.</p>
 



More information about the Commit-Watchers mailing list