Skip to content

Commit

Permalink
[e] (0) Make these sentences make sense...
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=13567
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6907 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 23, 2012
1 parent 5d5db8d commit 098685e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -240,7 +240,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 20 January 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 23 January 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 @@ -46663,9 +46663,9 @@ <h6 id="image-button-state-(type=image)"><span class=secno>4.10.7.1.20 </span><d
<hr></div>

<p>The <dfn id=attr-input-alt title=attr-input-alt><code>alt</code></dfn> attribute
provides the textual label for the alternative button for users and
user agents who cannot use the image. The <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code> attribute must also be present,
and must contain a non-empty string.</p>
provides the textual label for the button for users and user agents
who cannot use the image. The <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code> attribute must be present, and
must contain a non-empty string.</p>

<p>The <code><a href=#the-input-element>input</a></code> element supports <a href=#dimension-attributes>dimension
attributes</a>.</p>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -240,7 +240,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 20 January 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 23 January 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 @@ -46663,9 +46663,9 @@ interface <dfn id=htmlformelement>HTMLFormElement</dfn> : <a href=#htmlelement>H
<hr></div>

<p>The <dfn id=attr-input-alt title=attr-input-alt><code>alt</code></dfn> attribute
provides the textual label for the alternative button for users and
user agents who cannot use the image. The <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code> attribute must also be present,
and must contain a non-empty string.</p>
provides the textual label for the button for users and user agents
who cannot use the image. The <code title=attr-input-alt><a href=#attr-input-alt>alt</a></code> attribute must be present, and
must contain a non-empty string.</p>

<p>The <code><a href=#the-input-element>input</a></code> element supports <a href=#dimension-attributes>dimension
attributes</a>.</p>
Expand Down
8 changes: 4 additions & 4 deletions source
Expand Up @@ -54336,10 +54336,10 @@ interface <dfn>HTMLFormElement</dfn> : <span>HTMLElement</span> {
</div>

<p>The <dfn title="attr-input-alt"><code>alt</code></dfn> attribute
provides the textual label for the alternative button for users and
user agents who cannot use the image. The <code
title="attr-input-alt">alt</code> attribute must also be present,
and must contain a non-empty string.</p>
provides the textual label for the button for users and user agents
who cannot use the image. The <code
title="attr-input-alt">alt</code> attribute must be present, and
must contain a non-empty string.</p>

<p>The <code>input</code> element supports <span>dimension
attributes</span>.</p>
Expand Down

0 comments on commit 098685e

Please sign in to comment.