Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) forgot to fix the index (again) when removing form='' from <p…
…rogress> and <meter>.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16138
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7305 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 31, 2012
1 parent f8c7a29 commit 47c659f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions complete.html
Expand Up @@ -102439,8 +102439,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<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>
Expand Down Expand Up @@ -102560,8 +102559,7 @@ <h3 class=no-num id=elements-1>Elements</h3>
<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>
Expand Down
6 changes: 2 additions & 4 deletions index
Expand Up @@ -102439,8 +102439,7 @@ if (s = prompt('What is your name?')) {
<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>
Expand Down Expand Up @@ -102560,8 +102559,7 @@ if (s = prompt('What is your name?')) {
<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>
Expand Down
6 changes: 2 additions & 4 deletions source
Expand Up @@ -119667,8 +119667,7 @@ if (s = prompt('What is your name?')) {
<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>

Expand Down Expand Up @@ -119821,8 +119820,7 @@ if (s = prompt('What is your name?')) {
<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>

Expand Down

0 comments on commit 47c659f

Please sign in to comment.