html5/html4-differences Overview.html,1.110,1.111 Overview.src.html,1.88,1.89

Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv2990

Modified Files:
	Overview.html Overview.src.html 
Log Message:
add some media element IDL attribute changes

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -d -r1.110 -r1.111
--- Overview.html	19 Sep 2010 10:50:39 -0000	1.110
+++ Overview.html	19 Sep 2010 20:19:48 -0000	1.111
@@ -1226,6 +1226,9 @@
    <li>The <code>canvas</code> <code>getContext()</code> method is now
     defined to be able to handle multiple contexts better.
 
+   <li>The media elements' <code>startTime</code> IDL attribute was renamed
+    to <code>initialTime</code> and <code>startOffsetTime</code> was added.
+
    <li>The <code>prefetch</code> link relationship can now be used on
     <code>a</code> elements.
 
@@ -1915,14 +1918,14 @@
   <p>The editor would like to thank Ben Millard, Bruce Lawson, Cameron
    McCormack, Charles McCathieNevile, Dan Connolly, David
    H&aring;s&auml;ther, Dennis German, Frank Ellermann, Frank Palinkas,
-   Gordon P. Hemsley, Henri Sivonen, James 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
-   J&auml;genstedt, Philip Taylor, Randy Peterman, 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!
+   Futomi Hatano<!-- 羽田野太巳 -->, Gordon P. Hemsley, Henri Sivonen,
+   James 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 J&auml;genstedt, Philip
+   Taylor, Randy Peterman, 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.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- Overview.src.html	19 Sep 2010 10:50:39 -0000	1.88
+++ Overview.src.html	19 Sep 2010 20:19:48 -0000	1.89
@@ -1037,6 +1037,9 @@
      elements.</li>
      <li>The <code>canvas</code> <code>getContext()</code> method is now
      defined to be able to handle multiple contexts better.</li>
+     <li>The media elements' <code>startTime</code> IDL attribute was
+     renamed to <code>initialTime</code> and <code>startOffsetTime</code>
+     was added.</li>
      <li>The <code>prefetch</code> link relationship can now be used on
      <code>a</code> elements.</li>
      <li>The <code>datetime</code> attribute of <code>ins</code> and
@@ -1562,6 +1565,7 @@
     Dennis German,
     Frank Ellermann,
     Frank Palinkas,
+    Futomi Hatano<!-- 羽田野太巳 -->,
     Gordon P. Hemsley,
     Henri Sivonen,
     James Graham,

Received on Sunday, 19 September 2010 20:19:52 UTC