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=14845
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@6937 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 31, 2012
1 parent 57bfe45 commit 5927b8e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 30 January 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 31 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 @@ -93247,8 +93247,8 @@ <h4 id=other-elements,-attributes-and-apis><span class=secno>15.3.4 </span>Other

<p>The <dfn id=dom-hr-noshade title=dom-hr-noShade><code>noShade</code></dfn> IDL
attribute of the <code><a href=#the-hr-element>hr</a></code> element must <a href=#reflect>reflect</a>
the element's <code title=attr-input-noshade>noshade</code>
content attribute.</p>
the element's <code title=attr-hr-noshade><a href=#attr-hr-noshade>noshade</a></code> content
attribute.</p>

<hr><pre class=idl>partial interface <a href=#htmlhtmlelement>HTMLHtmlElement</a> {
attribute DOMString <a href=#dom-html-version title=dom-html-version>version</a>;
Expand Down
6 changes: 3 additions & 3 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 30 January 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 31 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 @@ -93247,8 +93247,8 @@ if (s = prompt('What is your name?')) {

<p>The <dfn id=dom-hr-noshade title=dom-hr-noShade><code>noShade</code></dfn> IDL
attribute of the <code><a href=#the-hr-element>hr</a></code> element must <a href=#reflect>reflect</a>
the element's <code title=attr-input-noshade>noshade</code>
content attribute.</p>
the element's <code title=attr-hr-noshade><a href=#attr-hr-noshade>noshade</a></code> content
attribute.</p>

<hr><pre class=idl>partial interface <a href=#htmlhtmlelement>HTMLHtmlElement</a> {
attribute DOMString <a href=#dom-html-version title=dom-html-version>version</a>;
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -108737,8 +108737,8 @@ if (s = prompt('What is your name?')) {

<p>The <dfn title="dom-hr-noShade"><code>noShade</code></dfn> IDL
attribute of the <code>hr</code> element must <span>reflect</span>
the element's <code title="attr-input-noshade">noshade</code>
content attribute.</p>
the element's <code title="attr-hr-noshade">noshade</code> content
attribute.</p>

<hr>

Expand Down

0 comments on commit 5927b8e

Please sign in to comment.