[html5] r8162 - [e] (0) Typo in namespace in example. Fixing https://www.w3.org/Bugs/Public/show [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 3 10:33:11 PDT 2013
Author: ianh
Date: 2013-09-03 10:33:09 -0700 (Tue, 03 Sep 2013)
New Revision: 8162
Modified:
complete.html
index
source
Log:
[e] (0) Typo in namespace in example.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23135
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2013-09-01 22:17:03 UTC (rev 8161)
+++ complete.html 2013-09-03 17:33:09 UTC (rev 8162)
@@ -256,7 +256,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 — Last Updated 1 September 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 3 September 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>
@@ -9371,9 +9371,9 @@
directionality</a> of the inner-most <code><a href=#the-span-element>span</a></code> element is '<a href=#concept-rtl title=concept-rtl>rtl</a>', inherited from the <code><a href=#the-div-element>div</a></code> element indirectly through
the "<code title="">bogus</code>" element.</p>
- <pre class=bad><div xmlns="http://www.w3.org/1999/html" dir="rtl">
+ <pre class=bad><div xmlns="http://www.w3.org/1999/xhtml" dir="rtl">
<bogus xmlns="http://example.net/ns" dir="ltr">
- <span xmlns="http://www.w3.org/1999/html">
+ <span xmlns="http://www.w3.org/1999/xhtml">
</span>
</bogus>
</div></pre>
Modified: index
===================================================================
--- index 2013-09-01 22:17:03 UTC (rev 8161)
+++ index 2013-09-03 17:33:09 UTC (rev 8162)
@@ -256,7 +256,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 — Last Updated 1 September 2013</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 3 September 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>
@@ -9371,9 +9371,9 @@
directionality</a> of the inner-most <code><a href=#the-span-element>span</a></code> element is '<a href=#concept-rtl title=concept-rtl>rtl</a>', inherited from the <code><a href=#the-div-element>div</a></code> element indirectly through
the "<code title="">bogus</code>" element.</p>
- <pre class=bad><div xmlns="http://www.w3.org/1999/html" dir="rtl">
+ <pre class=bad><div xmlns="http://www.w3.org/1999/xhtml" dir="rtl">
<bogus xmlns="http://example.net/ns" dir="ltr">
- <span xmlns="http://www.w3.org/1999/html">
+ <span xmlns="http://www.w3.org/1999/xhtml">
</span>
</bogus>
</div></pre>
Modified: source
===================================================================
--- source 2013-09-01 22:17:03 UTC (rev 8161)
+++ source 2013-09-03 17:33:09 UTC (rev 8162)
@@ -9214,9 +9214,9 @@
title="concept-rtl">rtl</span>', inherited from the <code>div</code> element indirectly through
the "<code title="">bogus</code>" element.</p>
- <pre class="bad"><div xmlns="http://www.w3.org/1999/html" dir="rtl">
+ <pre class="bad"><div xmlns="http://www.w3.org/1999/xhtml" dir="rtl">
<bogus xmlns="http://example.net/ns" dir="ltr">
- <span xmlns="http://www.w3.org/1999/html">
+ <span xmlns="http://www.w3.org/1999/xhtml">
</span>
</bogus>
</div></pre>
More information about the Commit-Watchers
mailing list