- From: Anne van Kesteren <annevk@opera.com>
- Date: Fri, 16 Mar 2007 12:32:23 +0100
* INVALID_STATE_ERR needs <code> around it, not <span>. (This occurs more than once.) * It's unclear if the user agent can start buffering before play() is invoked. Currently we do that although it doesn't delay the <body> load event in any way. * The stop() method is not in the IDL. * If the video is shown "letterboxes" what does the surrounding space look like? Would that be the 'background' of the <video> element? * I like how videoHeight and videoWidth work but are they not too different from how similar constructs work in HTML (such as <img>, <object>, <embed>, <iframe>)? -- Anne van Kesteren <http://annevankesteren.nl/> <http://www.opera.com/>
Received on Friday, 16 March 2007 04:32:23 UTC