annevk: fix some remaining issues

annevk: fix some remaining issues

http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.102&r2=1.103&f=h

===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- Overview.html 23 Jun 2010 08:38:57 -0000 1.102
+++ Overview.html 23 Jun 2010 15:49:48 -0000 1.103
@@ -473,8 +473,8 @@
    <li>
     <p><a
      href="http://www.w3.org/TR/html5/semantics.html#the-figure-element"><code>figure</code></a>
-     can be used to associate a caption together with some embedded content,
-     such as a graphic or video:</p>
+     represents a piece of self-contained flow content, typically referenced
+     as a single unit from the main flow of the document.</p>
 
     <pre><code>&lt;figure>
  &lt;video src="ogg">&lt;/video>
@@ -483,7 +483,7 @@
 
     <p><a
      href="http://www.w3.org/TR/html5/semantics.html#the-figcaption-element"><code>figcaption</code></a>
-     provides the caption.</p>
+     can be used as caption (it is optional).</p>
   </ul>
 
   <p>Then there are several other new elements:
@@ -892,6 +892,10 @@
    <li>
     <p>The <code>strong</code> element now represents importance rather than
      strong emphasis.
+
+   <li>
+    <p>The <code>head</code> element no longer allows the <code>object</code>
+     element as child.
   </ul>
 
   <h3 id=changed-attributes><span class=secno>3.4. </span>Changed attributes</h3>
@@ -1204,9 +1208,6 @@
     <code>srcdoc</code> documents and other scenarios were a title is already
     available. As is the case with email.
 
-   <li>The <code>autobuffer</code> attribute for media elements is now named
-    <code>preload</code>.
-
    <li><code>keywords</code> is now a standard metadata name for the
     <code>meta</code> element.
 
@@ -1878,9 +1879,10 @@
    Graham, Jens Meiert, Jeremy Keith, J&uuml;rgen Jeka, Krijn Hoetmer, Leif
    Halvard Silli, Maciej Stachowiak, Marcos Caceres, Mark Pilgrim, Martijn
    Wargers, Martyn Haigh, Masataka Yakura, Michael Smith, Olivier Gendrin,
-   &Oslash;istein E. Andersen, Philip Taylor, Simon Pieters, and Yngve Spjeld
-   Landro for their contributions to this document as well as to all the
-   people who have contributed to HTML5 over the years for improving the Web!
+   &Oslash;istein E. Andersen, Philip Taylor, Simon Pieters, Toby Inkster,
+   and Yngve Spjeld Landro for their contributions to this document as well
+   as to all the people who have contributed to HTML5 over the years for
+   improving the Web!
 
   <h2 class=no-num id=references>References</h2>
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- Overview.src.html 23 Jun 2010 08:38:58 -0000 1.80
+++ Overview.src.html 23 Jun 2010 15:49:49 -0000 1.81
@@ -370,15 +370,15 @@
 
       <li>
         <p><a href="http://www.w3.org/TR/html5/semantics.html#the-figure-element"><code>figure</code></a>
-        can be used to associate a caption together with some embedded
-        content, such as a graphic or video:</p>
+        represents a piece of self-contained flow content, typically
+        referenced as a single unit from the main flow of the document.</p>
 
         <pre><code>&lt;figure>
  &lt;video src="ogg">&lt;/video>
  &lt;figcaption>Example&lt;/figcaption>
 &lt;/figure></code></pre>
 
-        <p><a href="http://www.w3.org/TR/html5/semantics.html#the-figcaption-element"><code>figcaption</code></a> provides the caption.</p>
+        <p><a href="http://www.w3.org/TR/html5/semantics.html#the-figcaption-element"><code>figcaption</code></a> can be used as caption (it is optional).</p>
       </li>
     </ul>
     
@@ -714,6 +714,9 @@
 
       <li><p>The <code>strong</code> element now represents importance rather
       than strong emphasis.</p></li>
+
+      <li><p>The <code>head</code> element no longer allows the
+      <code>object</code> element as child.</p></li>
     </ul>
 
 
@@ -1027,8 +1030,6 @@
      <li>The <code>title</code> element is optional for
      <code>iframe</code> <code>srcdoc</code> documents and other scenarios
      were a title is already available. As is the case with email.</li>
-     <li>The <code>autobuffer</code> attribute for media elements is now
-     named <code>preload</code>.</li>
      <li><code>keywords</code> is now a standard metadata name for the
      <code>meta</code> element.</li>
      <li>The <code>allow-top-navigation</code> value has been added for the
@@ -1554,7 +1555,8 @@
     Olivier Gendrin,
     &Oslash;istein E. Andersen,
     Philip Taylor,
-    Simon Pieters, and
+    Simon Pieters,
+    Toby Inkster, and
     Yngve Spjeld Landro
 
     for their contributions to this document as well as to all the people

Received on Wednesday, 23 June 2010 15:50:33 UTC