Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=20292
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7570 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Dec 7, 2012
1 parent fa8d6fe commit e7805da
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 @@ -248,7 +248,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 December 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -76326,7 +76326,7 @@ <h4 id=focus-management><span class=secno>8.4.2 </span>Focus management</h4>
<li>The element is not <a href=#concept-element-disabled title=concept-element-disabled>disabled</a>.</li>

</ul><p>In addition, each shape that is generated for an <code><a href=#the-area-element>area</a></code> element, any
user-agent-provided interface components of <span title="media elements">media elements</span>
user-agent-provided interface components of <a href=#media-element title="media element">media elements</a>
(e.g. a play button), and distinct user interface components of form controls (e.g. "up" and
"down" buttons on an <code title=attr-input-type-number><a href="#number-state-(type=number)">&lt;input type=number&gt;</a></code> spin
control), should be <a href=#focusable>focusable</a>, unless platform conventions dictate otherwise or
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -248,7 +248,7 @@

<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 5 December 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 7 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
Expand Down Expand Up @@ -76326,7 +76326,7 @@ interface <dfn id=imagebitmapfactories>ImageBitmapFactories</dfn> {
<li>The element is not <a href=#concept-element-disabled title=concept-element-disabled>disabled</a>.</li>

</ul><p>In addition, each shape that is generated for an <code><a href=#the-area-element>area</a></code> element, any
user-agent-provided interface components of <span title="media elements">media elements</span>
user-agent-provided interface components of <a href=#media-element title="media element">media elements</a>
(e.g. a play button), and distinct user interface components of form controls (e.g. "up" and
"down" buttons on an <code title=attr-input-type-number><a href="#number-state-(type=number)">&lt;input type=number&gt;</a></code> spin
control), should be <a href=#focusable>focusable</a>, unless platform conventions dictate otherwise or
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -89186,7 +89186,7 @@ interface <dfn>ImageBitmapFactories</dfn> {
</ul>

<p>In addition, each shape that is generated for an <code>area</code> element, any
user-agent-provided interface components of <span title="media elements">media elements</span>
user-agent-provided interface components of <span title="media element">media elements</span>
(e.g. a play button), and distinct user interface components of form controls (e.g. "up" and
"down" buttons on an <code title="attr-input-type-number">&lt;input type=number></code> spin
control), should be <span>focusable</span>, unless platform conventions dictate otherwise or
Expand Down

0 comments on commit e7805da

Please sign in to comment.