- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 30 Jan 2010 03:12:21 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv20091
Modified Files:
Overview.html
Log Message:
Change <figure> and <details> to use <figcaption> and <summary> rather than <dt>/<dd> or <legend>. (whatwg r4636)
Index: Overview.html
===================================================================
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:12:22 UTC