[html5] r7251 - [e] (0) Fix some typos or copypasta. Fixing https://www.w3.org/Bugs/Public/show_ [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 22 22:17:01 PDT 2012
Author: ianh
Date: 2012-08-22 22:16:59 -0700 (Wed, 22 Aug 2012)
New Revision: 7251
Modified:
complete.html
index
source
Log:
[e] (0) Fix some typos or copypasta.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16008
Affected topics: HTML Syntax and Parsing
Modified: complete.html
===================================================================
--- complete.html 2012-08-22 00:43:32 UTC (rev 7250)
+++ complete.html 2012-08-23 05:16:59 UTC (rev 7251)
@@ -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 — Last Updated 22 August 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>
@@ -91562,7 +91562,7 @@
<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>
Modified: index
===================================================================
--- index 2012-08-22 00:43:32 UTC (rev 7250)
+++ index 2012-08-23 05:16:59 UTC (rev 7251)
@@ -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 — Last Updated 22 August 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — 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>
@@ -91562,7 +91562,7 @@
<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>
Modified: source
===================================================================
--- source 2012-08-22 00:43:32 UTC (rev 7250)
+++ source 2012-08-23 05:16:59 UTC (rev 7251)
@@ -106437,7 +106437,7 @@
<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>
More information about the Commit-Watchers
mailing list