html5/spec Overview.html,1.3291,1.3292

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18214

Modified Files:
	Overview.html 
Log Message:
Fix markup error in example DOM tree. (whatwg r4143)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3291
retrieving revision 1.3292
diff -u -d -r1.3291 -r1.3292
--- Overview.html	14 Oct 2009 11:51:46 -0000	1.3291
+++ Overview.html	15 Oct 2009 08:34:02 -0000	1.3292
@@ -216,7 +216,7 @@
    <h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
    <!--ZZZ:-->
    <!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>-->
-   <h2 class="no-num no-toc" id="editor-s-draft-14-october-2009">Editor's Draft 14 October 2009</h2>
+   <h2 class="no-num no-toc" id="editor-s-draft-15-october-2009">Editor's Draft 15 October 2009</h2>
    <!--:ZZZ-->
    <dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!--
     <dt>This Version:</dt>
@@ -318,7 +318,7 @@
   track.
   <!--ZZZ:-->
   <!--This specification is the 25 August 2009 Working Draft.-->
-  This specification is the 14 October 2009 Editor's Draft.
+  This specification is the 15 October 2009 Editor's Draft.
   <!--:ZZZ-->
   </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
   identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -7853,7 +7853,7 @@
    <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><p>When a transparent element has no parent, then the part of its
@@ -70065,6 +70065,7 @@
   Franck 'Shift' Qu&eacute;lain,
   Frank Barchard,
   &#40284;&#39164;&#25991;&#25935; (Fumitoshi Ukai),
+  Futomi Hatano,
   Gareth Rees,
   Garrett Smith,
   Geoffrey Garen,

Received on Thursday, 15 October 2009 08:34:07 UTC