Skip to content

Commit

Permalink
[e] (0) Fix typo in autocomplete table
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=26215
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8693 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 19, 2014
1 parent d8c6447 commit 373cebb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -290,7 +290,7 @@
</style><link rel=stylesheet href=status.css><body onload=init()>
<header id=head class="head with-buttons">
<p><a href=//www.whatwg.org/ class=logo><img src=/images/logo width=101 alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>18 July 2014</span></h2></hgroup>
<hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>19 July 2014</span></h2></hgroup>
<nav>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -40102,7 +40102,7 @@ <h6 id=autofilling-form-controls:-the-autocomplete-attribute>4.10.19.8.1 Autofil
<td>Free-form text, no newlines
<td>
<td><a href=#control-group-text id=autofilling-form-controls:-the-autocomplete-attribute:control-group-text-14>Text</a>
<tr><td colspan=4>"<dfn id=attr-fe-autocomplete-address-level3><code>address-level2</code></dfn>"
<tr><td colspan=4>"<dfn id=attr-fe-autocomplete-address-level3><code>address-level3</code></dfn>"
<td>The <a href=#more-on-address-levels>third administrative level</a>, in addresses with
three or more administrative levels
<td>Free-form text, no newlines
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -290,7 +290,7 @@
</style><link rel=stylesheet href=status.css><body onload=init()>
<header id=head class="head with-buttons">
<p><a href=//www.whatwg.org/ class=logo><img src=/images/logo width=101 alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>18 July 2014</span></h2></hgroup>
<hgroup><h1 class=allcaps>HTML</h1><h2 id=living-standard-—-last-updated-[date:-01-jan-1901] class="no-num no-toc">Living Standard — Last Updated <span class=pubdate>19 July 2014</span></h2></hgroup>
<nav>
<div>
<a href=//whatwg.org/html><span><strong>Multipage Version</strong> <code>whatwg.org/html</code></span></a>
Expand Down Expand Up @@ -40102,7 +40102,7 @@ MIT Room 32-G524
<td>Free-form text, no newlines
<td>
<td><a href=#control-group-text id=autofilling-form-controls:-the-autocomplete-attribute:control-group-text-14>Text</a>
<tr><td colspan=4>"<dfn id=attr-fe-autocomplete-address-level3><code>address-level2</code></dfn>"
<tr><td colspan=4>"<dfn id=attr-fe-autocomplete-address-level3><code>address-level3</code></dfn>"
<td>The <a href=#more-on-address-levels>third administrative level</a>, in addresses with
three or more administrative levels
<td>Free-form text, no newlines
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -51694,7 +51694,7 @@ MIT Room 32-G524
<td>
<td><span data-x="Control Group Text">Text</span>
<tr>
<td colspan=4>"<dfn><code data-x="attr-fe-autocomplete-address-level3">address-level2</code></dfn>"
<td colspan=4>"<dfn><code data-x="attr-fe-autocomplete-address-level3">address-level3</code></dfn>"
<td>The <a href="#more-on-address-levels">third administrative level</a>, in addresses with
three or more administrative levels
<td>Free-form text, no newlines
Expand Down

0 comments on commit 373cebb

Please sign in to comment.