[whatwg] Minor comments on <video>
Anne van Kesteren
annevk at opera.com
Fri Mar 16 04:32:23 PDT 2007
* 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/>
More information about the whatwg
mailing list