[html5] r6671 - [e] (0) correctness in index Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?i [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Oct 12 12:11:23 PDT 2011


Author: ianh
Date: 2011-10-12 12:11:22 -0700 (Wed, 12 Oct 2011)
New Revision: 6671

Modified:
   complete.html
   index
   source
Log:
[e] (0) correctness in index
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13899

Modified: complete.html
===================================================================
--- complete.html	2011-10-12 19:08:16 UTC (rev 6670)
+++ complete.html	2011-10-12 19:11:22 UTC (rev 6671)
@@ -99753,7 +99753,7 @@
     <tr><th> <code title="">action</code>
      <td> <code title=attr-fs-action><a href=#attr-fs-action>form</a></code>
      <td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
-     <td> <a href=#valid-url-potentially-surrounded-by-spaces>Valid URL potentially surrounded by spaces</a>
+     <td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
     <tr><th> <code title="">alt</code>
      <td> <code title=attr-area-alt><a href=#attr-area-alt>area</a></code>;
           <code title=attr-img-alt><a href=#attr-img-alt>img</a></code>;
@@ -99935,7 +99935,7 @@
      <td> <code title=attr-fs-formaction><a href=#attr-fs-formaction>button</a></code>;
           <code title=attr-fs-formaction><a href=#attr-fs-formaction>input</a></code>
      <td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
-     <td> <a href=#valid-url-potentially-surrounded-by-spaces>Valid URL potentially surrounded by spaces</a>
+     <td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
     <tr><th> <code title="">formenctype</code>
      <td> <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>button</a></code>;
           <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>input</a></code>

Modified: index
===================================================================
--- index	2011-10-12 19:08:16 UTC (rev 6670)
+++ index	2011-10-12 19:11:22 UTC (rev 6671)
@@ -99753,7 +99753,7 @@
     <tr><th> <code title="">action</code>
      <td> <code title=attr-fs-action><a href=#attr-fs-action>form</a></code>
      <td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
-     <td> <a href=#valid-url-potentially-surrounded-by-spaces>Valid URL potentially surrounded by spaces</a>
+     <td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
     <tr><th> <code title="">alt</code>
      <td> <code title=attr-area-alt><a href=#attr-area-alt>area</a></code>;
           <code title=attr-img-alt><a href=#attr-img-alt>img</a></code>;
@@ -99935,7 +99935,7 @@
      <td> <code title=attr-fs-formaction><a href=#attr-fs-formaction>button</a></code>;
           <code title=attr-fs-formaction><a href=#attr-fs-formaction>input</a></code>
      <td> <a href=#url>URL</a> to use for <a href=#form-submission>form submission</a>
-     <td> <a href=#valid-url-potentially-surrounded-by-spaces>Valid URL potentially surrounded by spaces</a>
+     <td> <a href=#valid-non-empty-url-potentially-surrounded-by-spaces>Valid non-empty URL potentially surrounded by spaces</a>
     <tr><th> <code title="">formenctype</code>
      <td> <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>button</a></code>;
           <code title=attr-fs-formenctype><a href=#attr-fs-formenctype>input</a></code>

Modified: source
===================================================================
--- source	2011-10-12 19:08:16 UTC (rev 6670)
+++ source	2011-10-12 19:11:22 UTC (rev 6671)
@@ -113338,7 +113338,7 @@
      <th> <code title="">action</code>
      <td> <code title="attr-fs-action">form</code>
      <td> <span>URL</span> to use for <span>form submission</span>
-     <td> <span>Valid URL potentially surrounded by spaces</span>
+     <td> <span>Valid non-empty URL potentially surrounded by spaces</span>
     <tr>
      <th> <code title="">alt</code>
      <td> <code title="attr-area-alt">area</code>;
@@ -113556,7 +113556,7 @@
      <td> <code title="attr-fs-formaction">button</code>;
           <code title="attr-fs-formaction">input</code>
      <td> <span>URL</span> to use for <span>form submission</span>
-     <td> <span>Valid URL potentially surrounded by spaces</span>
+     <td> <span>Valid non-empty URL potentially surrounded by spaces</span>
     <tr>
      <th> <code title="">formenctype</code>
      <td> <code title="attr-fs-formenctype">button</code>;




More information about the Commit-Watchers mailing list