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=16008
Affected topics: HTML Syntax and Parsing

git-svn-id: http://svn.whatwg.org/webapps@7251 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 23, 2012
1 parent a3d619a commit aff8fe1
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 @@ -246,7 +246,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 22 August 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 23 August 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 @@ -91562,7 +91562,7 @@ <h5 id=creating-and-inserting-elements><span class=secno>12.2.5.1 </span>Creatin
<p>The interface appropriate for an element in the <a href=#html-namespace-0>HTML
namespace</a> that is not defined in this specification (or
<a href=#other-applicable-specifications>other applicable specifications</a>) is
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code>. Element in other namespaces whose
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code>. Elements in other namespaces whose
interface is not defined by that namespace's specification must use
the interface <code><a href=#element>Element</a></code>.</p>

Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -246,7 +246,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 22 August 2012</h2>
<h2 class="no-num no-toc">Living Standard &mdash; Last Updated 23 August 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 @@ -91562,7 +91562,7 @@ document.body.appendChild(text);
<p>The interface appropriate for an element in the <a href=#html-namespace-0>HTML
namespace</a> that is not defined in this specification (or
<a href=#other-applicable-specifications>other applicable specifications</a>) is
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code>. Element in other namespaces whose
<code><a href=#htmlunknownelement>HTMLUnknownElement</a></code>. Elements in other namespaces whose
interface is not defined by that namespace's specification must use
the interface <code><a href=#element>Element</a></code>.</p>

Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -106437,7 +106437,7 @@ document.body.appendChild(text);
<p>The interface appropriate for an element in the <span>HTML
namespace</span> that is not defined in this specification (or
<span>other applicable specifications</span>) is
<code>HTMLUnknownElement</code>. Element in other namespaces whose
<code>HTMLUnknownElement</code>. Elements in other namespaces whose
interface is not defined by that namespace's specification must use
the interface <code>Element</code>.</p>

Expand Down

0 comments on commit aff8fe1

Please sign in to comment.