- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 27 Jan 2010 02:04:37 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8731
--- Comment #4 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> 2010-01-27 02:04:37 ---
Summarising how the current spec should change:
remove (or deprecate) "attribute boolean autobuffer;" from audio, video, media
elements
introduce "attribute PreloadValues preload;" for audio, video, media elements
with
interface PreloadValues {
const unsigned short none=1;
const unsigned short metadata=2;
const unsigned short playthrough=3;
const unsigned short all=4;
}
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Wednesday, 27 January 2010 02:04:40 UTC