Skip to content

Commit

Permalink
[e] (0) Fix markup error in example DOM tree.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@4143 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 15, 2009
1 parent 49454c1 commit f50e6e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 3 additions & 2 deletions complete.html
Expand Up @@ -110,7 +110,7 @@

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 14 October 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 15 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -9010,7 +9010,7 @@ <h5 id=transparent-content-models><span class=secno>3.2.5.2 </span>Transparent c
<a href=#transparent>transparent</a>. To see if its contents are conforming,
therefore, the element is replaced by its contents:</p>

<ul class=domTree><li class=t1><code><a href=#the-p-element>p</a></code><ul><li class=t3><code>#text</code>: <span title="">Hello </span><li class=t1><code><a href=#the-em-element>em</a></code><ul><li class=t3><code>#text</code>: <span title="">wonderful</span><li class=t3><code>#text</code>: <span title=""> world</span></ul><li class=t3><code>#text</code>: <span title="">!</span></ul></ul><p>Since that is conforming, the contents of the <code><a href=#the-a-element>a</a></code> are
<ul class=domTree><li class=t1><code><a href=#the-p-element>p</a></code><ul><li class=t3><code>#text</code>: <span title="">Hello </span><li class=t1><code><a href=#the-em-element>em</a></code><ul><li class=t3><code>#text</code>: <span title="">wonderful</span></ul><li class=t3><code>#text</code>: <span title=""> world</span><li class=t3><code>#text</code>: <span title="">!</span></ul></ul><p>Since that is conforming, the contents of the <code><a href=#the-a-element>a</a></code> are
conforming in the original fragment.</p>

</div>
Expand Down Expand Up @@ -85652,6 +85652,7 @@ <h2 class=no-num id=references>References</h2><!--REFS-->
Franck 'Shift' Qu&eacute;lain,
Frank Barchard,
&#40284;&#39164;&#25991;&#25935; (Fumitoshi Ukai),
Futomi Hatano,
Gareth Rees,
Garrett Smith,
Geoffrey Garen,
Expand Down
5 changes: 3 additions & 2 deletions index
Expand Up @@ -111,7 +111,7 @@

<header class=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5</h1>
<h2 class="no-num no-toc">Draft Standard &mdash; 14 October 2009</h2>
<h2 class="no-num no-toc">Draft Standard &mdash; 15 October 2009</h2>
</hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
Expand Down Expand Up @@ -8839,7 +8839,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<a href=#transparent>transparent</a>. To see if its contents are conforming,
therefore, the element is replaced by its contents:</p>

<ul class=domTree><li class=t1><code><a href=#the-p-element>p</a></code><ul><li class=t3><code>#text</code>: <span title="">Hello </span><li class=t1><code><a href=#the-em-element>em</a></code><ul><li class=t3><code>#text</code>: <span title="">wonderful</span><li class=t3><code>#text</code>: <span title=""> world</span></ul><li class=t3><code>#text</code>: <span title="">!</span></ul></ul><p>Since that is conforming, the contents of the <code><a href=#the-a-element>a</a></code> are
<ul class=domTree><li class=t1><code><a href=#the-p-element>p</a></code><ul><li class=t3><code>#text</code>: <span title="">Hello </span><li class=t1><code><a href=#the-em-element>em</a></code><ul><li class=t3><code>#text</code>: <span title="">wonderful</span></ul><li class=t3><code>#text</code>: <span title=""> world</span><li class=t3><code>#text</code>: <span title="">!</span></ul></ul><p>Since that is conforming, the contents of the <code><a href=#the-a-element>a</a></code> are
conforming in the original fragment.</p>

</div>
Expand Down Expand Up @@ -76678,6 +76678,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Franck 'Shift' Qu&eacute;lain,
Frank Barchard,
&#40284;&#39164;&#25991;&#25935; (Fumitoshi Ukai),
Futomi Hatano,
Gareth Rees,
Garrett Smith,
Geoffrey Garen,
Expand Down
3 changes: 2 additions & 1 deletion source
Expand Up @@ -9074,7 +9074,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
<span>transparent</span>. To see if its contents are conforming,
therefore, the element is replaced by its contents:</p>

<ul class="domTree"><li class="t1"><code>p</code><ul><li class="t3"><code>#text</code>: <span title="">Hello </span></li><li class="t1"><code>em</code><ul><li class="t3"><code>#text</code>: <span title="">wonderful</span></li><li class="t3"><code>#text</code>: <span title=""> world</span></li></ul></li><li class="t3"><code>#text</code>: <span title="">!</span></li></ul></li></ul>
<ul class="domTree"><li class="t1"><code>p</code><ul><li class="t3"><code>#text</code>: <span title="">Hello </span></li><li class="t1"><code>em</code><ul><li class="t3"><code>#text</code>: <span title="">wonderful</span></li></ul></li><li class="t3"><code>#text</code>: <span title=""> world</span></li><li class="t3"><code>#text</code>: <span title="">!</span></li></ul></li></ul>

<p>Since that is conforming, the contents of the <code>a</code> are
conforming in the original fragment.</p>
Expand Down Expand Up @@ -94457,6 +94457,7 @@ interface <span>HTMLDocument</span> {
Franck 'Shift' Qu&eacute;lain,
Frank Barchard,
&#40284;&#39164;&#25991;&#25935; (Fumitoshi Ukai),
Futomi Hatano,
Gareth Rees,
Garrett Smith,
Geoffrey Garen,
Expand Down

0 comments on commit f50e6e5

Please sign in to comment.