- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 15 Sep 2009 11:03:56 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv9640
Modified Files:
Overview.html
Log Message:
Parser changes: <dc>, <ds>, <dialog> are now treated differently. Styling changes: <dialog>, <dc>, <ds>, and <details> are now treated differently. Semantic changes: Dropped <dialog>. <figure> and <details> now use <dt>/<dd> instead of <legend>. Editorial changes: Added a section on how to mark up conversations, moved the sections on footnotes and tag clouds around. Updated lots of examples. Validator changes: Changed rules for missing alt='' given the new elements. (whatwg r3859)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3024
retrieving revision 1.3025
diff -u -d -r1.3024 -r1.3025
--- Overview.html 15 Sep 2009 08:41:01 -0000 1.3024
+++ Overview.html 15 Sep 2009 11:03:52 -0000 1.3025
@@ -521,17 +521,13 @@
<li><a href="#the-hr-element"><span class="secno">4.5.2 </span>The <code>hr</code> element</a></li>
<li><a href="#the-br-element"><span class="secno">4.5.3 </span>The <code>br</code> element</a></li>
<li><a href="#the-pre-element"><span class="secno">4.5.4 </span>The <code>pre</code> element</a></li>
- <li><a href="#the-dialog-element"><span class="secno">4.5.5 </span>The <code>dialog</code> element</a></li>
- <li><a href="#the-blockquote-element"><span class="secno">4.5.6 </span>The <code>blockquote</code> element</a></li>
- <li><a href="#the-ol-element"><span class="secno">4.5.7 </span>The <code>ol</code> element</a></li>
- <li><a href="#the-ul-element"><span class="secno">4.5.8 </span>The <code>ul</code> element</a></li>
- <li><a href="#the-li-element"><span class="secno">4.5.9 </span>The <code>li</code> element</a></li>
- <li><a href="#the-dl-element"><span class="secno">4.5.10 </span>The <code>dl</code> element</a></li>
- <li><a href="#the-dt-element"><span class="secno">4.5.11 </span>The <code>dt</code> element</a></li>
- <li><a href="#the-dd-element"><span class="secno">4.5.12 </span>The <code>dd</code> element</a></li>
[...1521 lines suppressed...]
pre, ul, xmp {
margin-top: 1em; margin-bottom: 1em;
}
@@ -65825,7 +65818,7 @@
<code><a href="#the-details-element">details</a></code> element, the element is expected to render as a
'block' box with its 'padding-left' property set to '40px'. The
element's shadow tree is expected to take a child element that
- matches the selector <code title="">:bound-element > legend:first-child</code> and
+ matches the selector <code title="">:bound-element > dt:first-of-type</code> and
place it in a first 'block' box container, and then take the
remaining child nodes and place them in a later 'block' box
container.</p>
@@ -69418,6 +69411,7 @@
Jens Fendler,
Jens Lindström,
Jens Meiert,
+ Jeremy Keith,
Jeremy Orlow,
Jeroen van der Meer,
Jian Li,
Received on Tuesday, 15 September 2009 11:04:07 UTC