Skip to content

Commit

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

git-svn-id: http://svn.whatwg.org/webapps@8290 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 18, 2013
1 parent 3a14607 commit c4b1037
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions complete.html
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 15 November 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 November 2013</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 @@ -10692,8 +10692,8 @@ <h5 id=the-translate-attribute><span class=secno>3.2.5.4 </span>The <code title=
<li><code title="">placeholder</code> on <code title=attr-input-placeholder><a href=#attr-input-placeholder>input</a></code> and
<code title=attr-textarea-placeholder><a href=#attr-textarea-placeholder>textarea</a></code> elements</li>
<li><code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> on <code><a href=#the-iframe-element>iframe</a></code> elements; must be parsed and recursively processed</li>
<li><code title=attr-style><a href=#the-style-attribute>style</a></code> on <a href=#html-elements>HTML elements</a> elements; must be parsed and recursively processed (e.g. for the values of 'content' properties)</li>
<li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a> elements</li>
<li><code title=attr-style><a href=#the-style-attribute>style</a></code> on <a href=#html-elements>HTML elements</a>; must be parsed and recursively processed (e.g. for the values of 'content' properties)</li>
<li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a></li>
<!-- <input value> is excluded since we can't predict if it interferes with server-side processing -->
</ul><p>Other specifications may define other attributes that are also <a href=#translatable-attributes>translatable
attributes</a>. For example, ARIA would define the <code title=attr-aria-label>aria-label</code> attribute as translatable.</p>
Expand Down Expand Up @@ -10936,7 +10936,7 @@ <h5 id=the-dir-attribute><span class=secno>3.2.5.6 </span>The <dfn title=attr-di
<code title=attr-track-label><a href=#attr-track-label>track</a></code> elements</li>
<li><code title="">placeholder</code> on <code title=attr-input-placeholder><a href=#attr-input-placeholder>input</a></code> and
<code title=attr-textarea-placeholder><a href=#attr-textarea-placeholder>textarea</a></code> elements</li>
<li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a> elements</li>
<li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a></li>
</ul><hr><dl class=domintro><dt><var title="">document</var> . <code title=dom-dir><a href=#dom-dir>dir</a></code> [ = <var title="">value</var> ]</dt>
<dd>
<p>Returns <a href=#the-html-element-0>the <code>html</code> element</a>'s <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute's value, if any.</p>
Expand Down
8 changes: 4 additions & 4 deletions index
Expand Up @@ -298,7 +298,7 @@

<header class=head id=head><p><a href=http://www.whatwg.org/ class=logo><img width=101 src=/images/logo alt=WHATWG height=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 15 November 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 18 November 2013</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 @@ -10692,8 +10692,8 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre> <!-- DO NOT REWR
<li><code title="">placeholder</code> on <code title=attr-input-placeholder><a href=#attr-input-placeholder>input</a></code> and
<code title=attr-textarea-placeholder><a href=#attr-textarea-placeholder>textarea</a></code> elements</li>
<li><code title=attr-iframe-srcdoc><a href=#attr-iframe-srcdoc>srcdoc</a></code> on <code><a href=#the-iframe-element>iframe</a></code> elements; must be parsed and recursively processed</li>
<li><code title=attr-style><a href=#the-style-attribute>style</a></code> on <a href=#html-elements>HTML elements</a> elements; must be parsed and recursively processed (e.g. for the values of 'content' properties)</li>
<li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a> elements</li>
<li><code title=attr-style><a href=#the-style-attribute>style</a></code> on <a href=#html-elements>HTML elements</a>; must be parsed and recursively processed (e.g. for the values of 'content' properties)</li>
<li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a></li>
<!-- <input value> is excluded since we can't predict if it interferes with server-side processing -->
</ul><p>Other specifications may define other attributes that are also <a href=#translatable-attributes>translatable
attributes</a>. For example, ARIA would define the <code title=attr-aria-label>aria-label</code> attribute as translatable.</p>
Expand Down Expand Up @@ -10936,7 +10936,7 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre> <!-- DO NOT REWR
<code title=attr-track-label><a href=#attr-track-label>track</a></code> elements</li>
<li><code title="">placeholder</code> on <code title=attr-input-placeholder><a href=#attr-input-placeholder>input</a></code> and
<code title=attr-textarea-placeholder><a href=#attr-textarea-placeholder>textarea</a></code> elements</li>
<li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a> elements</li>
<li><code title=attr-title><a href=#attr-title>title</a></code> on all <a href=#html-elements>HTML elements</a></li>
</ul><hr><dl class=domintro><dt><var title="">document</var> . <code title=dom-dir><a href=#dom-dir>dir</a></code> [ = <var title="">value</var> ]</dt>
<dd>
<p>Returns <a href=#the-html-element-0>the <code>html</code> element</a>'s <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute's value, if any.</p>
Expand Down
6 changes: 3 additions & 3 deletions source
Expand Up @@ -10603,8 +10603,8 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre> <!-- DO NOT REWRAP THIS L
<li><code data-x="">placeholder</code> on <code data-x="attr-input-placeholder">input</code> and
<code data-x="attr-textarea-placeholder">textarea</code> elements</li>
<li><code data-x="attr-iframe-srcdoc">srcdoc</code> on <code>iframe</code> elements; must be parsed and recursively processed</li>
<li><code data-x="attr-style">style</code> on <span>HTML elements</span> elements; must be parsed and recursively processed (e.g. for the values of 'content' properties)</li>
<li><code data-x="attr-title">title</code> on all <span>HTML elements</span> elements</li>
<li><code data-x="attr-style">style</code> on <span>HTML elements</span>; must be parsed and recursively processed (e.g. for the values of 'content' properties)</li>
<li><code data-x="attr-title">title</code> on all <span>HTML elements</span></li>
<!-- <input value> is excluded since we can't predict if it interferes with server-side processing -->
</ul>

Expand Down Expand Up @@ -10898,7 +10898,7 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre> <!-- DO NOT REWRAP THIS L
<code data-x="attr-track-label">track</code> elements</li>
<li><code data-x="">placeholder</code> on <code data-x="attr-input-placeholder">input</code> and
<code data-x="attr-textarea-placeholder">textarea</code> elements</li>
<li><code data-x="attr-title">title</code> on all <span>HTML elements</span> elements</li>
<li><code data-x="attr-title">title</code> on all <span>HTML elements</span></li>
</ul>

<hr>
Expand Down

0 comments on commit c4b1037

Please sign in to comment.