- From: poot <cvsmail@w3.org>
- Date: Thu, 15 Oct 2009 17:34:19 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Fix markup error in example DOM tree. (whatwg r4143) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3291&r2=1.3292&f=h http://html5.org/tools/web-apps-tracker?from=4142&to=4143 =================================================================== 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élain, Frank Barchard, 鵜飼文敏 (Fumitoshi Ukai), + Futomi Hatano, Gareth Rees, Garrett Smith, Geoffrey Garen,
Received on Thursday, 15 October 2009 08:34:48 UTC