- From: Anne van Kesteren via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 26 Jan 2009 14:05:57 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html4-differences
In directory hutz:/tmp/cvs-serv18427
Modified Files:
Overview.html Overview.src.html
Log Message:
oops, missed something
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.html,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- Overview.html 26 Jan 2009 14:00:16 -0000 1.56
+++ Overview.html 26 Jan 2009 14:05:55 -0000 1.57
@@ -1272,7 +1272,9 @@
attribute.
<li>The <code>load()</code> method on media elements has been redefined as
- asynchronous. It also tries out files in turn now.
+ asynchronous. It also tries out files in turn now rather than just
+ looking at the <code>type</code> attribute of the <code>source</code>
+ element.
<li>A new member called <code>canPlayType()</code> has been added to the
media elements.
@@ -1447,7 +1449,7 @@
<li>MathML support has been added to the HTML parser section. (SVG support
is still awaiting input from the SVG WG.)
- <li>Author defined attributes have been added. Authors can add attributes
+ <li>Author-defined attributes have been added. Authors can add attributes
to elements in the form of <code>data-<var>name</var></code> and can
access these through the DOM using <code>dataset[<var>name</var>]</code>
on the element in question.
Index: Overview.src.html
===================================================================
RCS file: /sources/public/html5/html4-differences/Overview.src.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Overview.src.html 26 Jan 2009 14:00:16 -0000 1.35
+++ Overview.src.html 26 Jan 2009 14:05:55 -0000 1.36
@@ -1121,7 +1121,9 @@
<li>The media elements now support just a single <code>loop</code>
attribute.</li>
<li>The <code>load()</code> method on media elements has been
- redefined as asynchronous. It also tries out files in turn now.</li>
+ redefined as asynchronous. It also tries out files in turn now rather
+ than just looking at the <code>type</code> attribute of the
+ <code>source</code> element.</li>
<li>A new member called <code>canPlayType()</code> has been added to
the media elements.</li>
<li>The <code>totalBytes</code> and <code>bufferedBytes</code>
@@ -1246,7 +1248,7 @@
method.
<li>MathML support has been added to the HTML parser section. (SVG
support is still awaiting input from the SVG WG.)
- <li>Author defined attributes have been added. Authors can add
+ <li>Author-defined attributes have been added. Authors can add
attributes to elements in the form of
<code>data-<var>name</var></code> and can access these through the DOM
using <code>dataset[<var>name</var>]</code> on the element in question.
Received on Monday, 26 January 2009 14:06:06 UTC