- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 25 Feb 2010 10:30:49 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv24370/elements
Modified Files:
audio.html video.html
Log Message:
sync to upstream spec rename of autobuffer attribute to "preload"
Index: audio.html
===================================================================
RCS file: /sources/public/html5/markup/elements/audio.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- audio.html 10 Feb 2010 12:48:54 -0000 1.10
+++ audio.html 25 Feb 2010 10:30:47 -0000 1.11
@@ -23,7 +23,7 @@
<dd>The URL for the audio stream.</dd>
</dl>
<dl>
- <dt id="audio.attrs.autobuffer">autobuffer</dt>
+ <dt id="audio.attrs.preload">preload</dt>
<dd>Instructs the UA that downloading the entire audio
stream optimistically is considered worthwhile.</dd>
</dl>
Index: video.html
===================================================================
RCS file: /sources/public/html5/markup/elements/video.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- video.html 12 Feb 2010 10:33:51 -0000 1.8
+++ video.html 25 Feb 2010 10:30:47 -0000 1.9
@@ -36,7 +36,7 @@
<dd>The URL for the video.</dd>
</dl>
<dl>
- <dt id="video.attrs.autobuffer">autobuffer</dt>
+ <dt id="video.attrs.preload">preload</dt>
<dd>Instructs the UA that the author believes that
downloading the entire video optimistically will be
worthwhile.</dd>
Received on Thursday, 25 February 2010 10:30:51 UTC