[html5] r7305 - [e] (0) forgot to fix the index (again) when removing form='' from <progress> an [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 31 16:50:42 PDT 2012


Author: ianh
Date: 2012-08-31 16:50:41 -0700 (Fri, 31 Aug 2012)
New Revision: 7305

Modified:
   complete.html
   index
   source
Log:
[e] (0) forgot to fix the index (again) when removing form='' from <progress> and <meter>.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16138
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-08-31 23:46:27 UTC (rev 7304)
+++ complete.html	2012-08-31 23:50:41 UTC (rev 7305)
@@ -102439,8 +102439,7 @@
          <code title=attr-meter-max><a href=#attr-meter-max>max</a></code>;
          <code title=attr-meter-low><a href=#attr-meter-low>low</a></code>;
          <code title=attr-meter-high><a href=#attr-meter-high>high</a></code>;
-         <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code>;
-         <code title=attr-fae-form><a href=#attr-fae-form>form</a></code></td>
+         <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code></td>
      <td><code><a href=#htmlmeterelement>HTMLMeterElement</a></code></td>
     <tr><th><code><a href=#the-nav-element>nav</a></code></th>
      <td>Section with navigational links</td>
@@ -102560,8 +102559,7 @@
      <td><a href=#phrasing-content title="Phrasing content">phrasing</a>*</td>
      <td><a href=#global-attributes title="global attributes">globals</a>;
          <code title=attr-progress-value><a href=#attr-progress-value>value</a></code>;
-         <code title=attr-progress-max><a href=#attr-progress-max>max</a></code>;
-         <code title=attr-fae-form><a href=#attr-fae-form>form</a></code></td>
+         <code title=attr-progress-max><a href=#attr-progress-max>max</a></code></td>
      <td><code><a href=#htmlprogresselement>HTMLProgressElement</a></code></td>
     <tr><th><code><a href=#the-q-element>q</a></code></th>
      <td>Quotation</td>

Modified: index
===================================================================
--- index	2012-08-31 23:46:27 UTC (rev 7304)
+++ index	2012-08-31 23:50:41 UTC (rev 7305)
@@ -102439,8 +102439,7 @@
          <code title=attr-meter-max><a href=#attr-meter-max>max</a></code>;
          <code title=attr-meter-low><a href=#attr-meter-low>low</a></code>;
          <code title=attr-meter-high><a href=#attr-meter-high>high</a></code>;
-         <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code>;
-         <code title=attr-fae-form><a href=#attr-fae-form>form</a></code></td>
+         <code title=attr-meter-optimum><a href=#attr-meter-optimum>optimum</a></code></td>
      <td><code><a href=#htmlmeterelement>HTMLMeterElement</a></code></td>
     <tr><th><code><a href=#the-nav-element>nav</a></code></th>
      <td>Section with navigational links</td>
@@ -102560,8 +102559,7 @@
      <td><a href=#phrasing-content title="Phrasing content">phrasing</a>*</td>
      <td><a href=#global-attributes title="global attributes">globals</a>;
          <code title=attr-progress-value><a href=#attr-progress-value>value</a></code>;
-         <code title=attr-progress-max><a href=#attr-progress-max>max</a></code>;
-         <code title=attr-fae-form><a href=#attr-fae-form>form</a></code></td>
+         <code title=attr-progress-max><a href=#attr-progress-max>max</a></code></td>
      <td><code><a href=#htmlprogresselement>HTMLProgressElement</a></code></td>
     <tr><th><code><a href=#the-q-element>q</a></code></th>
      <td>Quotation</td>

Modified: source
===================================================================
--- source	2012-08-31 23:46:27 UTC (rev 7304)
+++ source	2012-08-31 23:50:41 UTC (rev 7305)
@@ -119667,8 +119667,7 @@
          <code title="attr-meter-max">max</code>;
          <code title="attr-meter-low">low</code>;
          <code title="attr-meter-high">high</code>;
-         <code title="attr-meter-optimum">optimum</code>;
-         <code title="attr-fae-form">form</code></td>
+         <code title="attr-meter-optimum">optimum</code></td>
      <td><code>HTMLMeterElement</code></td>
     </tr>
 
@@ -119821,8 +119820,7 @@
      <td><span title="Phrasing content">phrasing</span>*</td>
      <td><span title="global attributes">globals</span>;
          <code title="attr-progress-value">value</code>;
-         <code title="attr-progress-max">max</code>;
-         <code title="attr-fae-form">form</code></td>
+         <code title="attr-progress-max">max</code></td>
      <td><code>HTMLProgressElement</code></td>
     </tr>
 




More information about the Commit-Watchers mailing list