- From: poot <cvsmail@w3.org>
- Date: Sat, 30 Jan 2010 12:12:38 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Change <figure> and <details> to use <figcaption> and <summary> rather than <dt>/<dd> or <legend>. (whatwg r4636) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3694&r2=1.3695&f=h http://html5.org/tools/web-apps-tracker?from=4635&to=4636 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3694 retrieving revision 1.3695 diff -u -d -r1.3694 -r1.3695 --- Overview.html 29 Jan 2010 23:11:08 -0000 1.3694 +++ Overview.html 30 Jan 2010 03:12:17 -0000 1.3695 @@ -262,7 +262,7 @@ <h1>HTML5</h1> <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> - <h2 class="no-num no-toc" id="editor-s-draft-29-january-2010">Editor's Draft 29 January 2010</h2> + <h2 class="no-num no-toc" id="editor-s-draft-30-january-2010">Editor's Draft 30 January 2010</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -370,7 +370,7 @@ specification's progress along the W3C Recommendation track. [...1617 lines suppressed...] @@ -66549,6 +66547,9 @@ <tr><td> <code><a href="#the-fieldset-element">fieldset</a></code> <td> <code><a href="#htmlfieldsetelement">HTMLFieldSetElement</a></code> : <code><a href="#htmlelement">HTMLElement</a></code> + <tr><td> <code><a href="#the-figcaption-element">figcaption</a></code> + <td> <code><a href="#htmlelement">HTMLElement</a></code> + <tr><td> <code><a href="#the-figure-element">figure</a></code> <td> <code><a href="#htmlelement">HTMLElement</a></code> @@ -66705,6 +66706,9 @@ <tr><td> <code><a href="#the-sub-and-sup-elements">sub</a></code> <td> <code><a href="#htmlelement">HTMLElement</a></code> + <tr><td> <code><a href="#the-summary-element">summary</a></code> + <td> <code><a href="#htmlelement">HTMLElement</a></code> + <tr><td> <code><a href="#the-sub-and-sup-elements">sup</a></code> <td> <code><a href="#htmlelement">HTMLElement</a></code>
Received on Saturday, 30 January 2010 03:13:06 UTC