Skip to content

Commit

Permalink
[e] (0) Typo in namespace in example.
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=23135
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@8162 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 3, 2013
1 parent 0fed2f9 commit 3d8d4d5
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 @@ -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 &mdash; Last Updated 1 September 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -9371,9 +9371,9 @@ <h4 id=global-attributes><span class=secno>3.2.3 </span><dfn>Global attributes</
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>&lt;div xmlns="http://www.w3.org/1999/html" dir="rtl"&gt;
<pre class=bad>&lt;div xmlns="http://www.w3.org/1999/xhtml" dir="rtl"&gt;
&lt;bogus xmlns="http://example.net/ns" dir="ltr"&gt;
&lt;span xmlns="http://www.w3.org/1999/html"&gt;
&lt;span xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;/span&gt;
&lt;/bogus&gt;
&lt;/div&gt;</pre>
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -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 &mdash; Last Updated 1 September 2013</h2>
<h2 class="no-num no-toc">Living Standard &mdash; 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>
Expand Down Expand Up @@ -9371,9 +9371,9 @@ interface <dfn id=htmlunknownelement>HTMLUnknownElement</dfn> : <a href=#htmlele
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>&lt;div xmlns="http://www.w3.org/1999/html" dir="rtl"&gt;
<pre class=bad>&lt;div xmlns="http://www.w3.org/1999/xhtml" dir="rtl"&gt;
&lt;bogus xmlns="http://example.net/ns" dir="ltr"&gt;
&lt;span xmlns="http://www.w3.org/1999/html"&gt;
&lt;span xmlns="http://www.w3.org/1999/xhtml"&gt;
&lt;/span&gt;
&lt;/bogus&gt;
&lt;/div&gt;</pre>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -9214,9 +9214,9 @@ interface <dfn>HTMLUnknownElement</dfn> : <span>HTMLElement</span> { };</pre>
title="concept-rtl">rtl</span>', inherited from the <code>div</code> element indirectly through
the "<code title="">bogus</code>" element.</p>

<pre class="bad">&lt;div xmlns="http://www.w3.org/1999/html" dir="rtl">
<pre class="bad">&lt;div xmlns="http://www.w3.org/1999/xhtml" dir="rtl">
&lt;bogus xmlns="http://example.net/ns" dir="ltr">
&lt;span xmlns="http://www.w3.org/1999/html">
&lt;span xmlns="http://www.w3.org/1999/xhtml">
&lt;/span>
&lt;/bogus>
&lt;/div></pre>
Expand Down

0 comments on commit 3d8d4d5

Please sign in to comment.