[html5] r7619 - [e] (0) Remove unused label to reduce confusion. Fixing https://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Sun Dec 30 12:22:05 PST 2012


Author: ianh
Date: 2012-12-30 12:22:04 -0800 (Sun, 30 Dec 2012)
New Revision: 7619

Modified:
   complete.html
   index
   source
Log:
[e] (0) Remove unused label to reduce confusion.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20517
Affected topics: HTML Syntax and Parsing

Modified: complete.html
===================================================================
--- complete.html	2012-12-30 20:19:46 UTC (rev 7618)
+++ complete.html	2012-12-30 20:22:04 UTC (rev 7619)
@@ -87889,7 +87889,7 @@
    and <var title="">attribute value</var> be the empty
    string.</li>
 
-   <li><p><i>Attribute name</i>: Process the byte at <var title="">position</var> as follows:</p>
+   <li><p>Process the byte at <var title="">position</var> as follows:</p>
 
     <dl class=switch><dt>If it is 0x3D (ASCII =), and the <var title="">attribute
      name</var> is longer than the empty string</dt>

Modified: index
===================================================================
--- index	2012-12-30 20:19:46 UTC (rev 7618)
+++ index	2012-12-30 20:22:04 UTC (rev 7619)
@@ -87889,7 +87889,7 @@
    and <var title="">attribute value</var> be the empty
    string.</li>
 
-   <li><p><i>Attribute name</i>: Process the byte at <var title="">position</var> as follows:</p>
+   <li><p>Process the byte at <var title="">position</var> as follows:</p>
 
     <dl class=switch><dt>If it is 0x3D (ASCII =), and the <var title="">attribute
      name</var> is longer than the empty string</dt>

Modified: source
===================================================================
--- source	2012-12-30 20:19:46 UTC (rev 7618)
+++ source	2012-12-30 20:22:04 UTC (rev 7619)
@@ -101996,8 +101996,7 @@
    and <var title="">attribute value</var> be the empty
    string.</p></li>
 
-   <li><p><i>Attribute name</i>: Process the byte at <var
-   title="">position</var> as follows:</p>
+   <li><p>Process the byte at <var title="">position</var> as follows:</p>
 
     <dl class="switch">
 




More information about the Commit-Watchers mailing list