Re: [whatwg] single step v.play();

2009-04-20 Thread Philip Jägenstedt
On Sat, 18 Apr 2009 10:21:44 +0200, Biju bijumaill...@gmail.com wrote: if a video element is already playing/loaded video from URL http://mysite.com/a.ogg and if we want play another file http://mysite.com/b.ogg we should do following JS code v = $('v1'); v.src =

[whatwg] single step v.play();

2009-04-20 Thread Biju
On Mon, Apr 20, 2009 at 9:37 AM, Philip Jägenstedt phil...@opera.com wrote: Since static markup uses the src attribute it needs to be supported via the DOM, so adding a parameter to load/play would only mean that there are several ways to do the same thing. I'm not sure replacing an already

Re: [whatwg] single step v.play();

2009-04-20 Thread Philip Jägenstedt
On Mon, 20 Apr 2009 10:14:14 +0200, Biju bijumaill...@gmail.com wrote: On Mon, Apr 20, 2009 at 9:37 AM, Philip Jägenstedt phil...@opera.com wrote: Since static markup uses the src attribute it needs to be supported via the DOM, so adding a parameter to load/play would only mean that there

[whatwg] feedback on 4.11.2.x

2009-04-20 Thread Blake Frantz
In section '4.11.2 The datagrid element' However, conformance requirements stating that datagrid elements must react to users in particular ways do not apply when one is disabled. s/one/the given datagrid/ In section '4.11.2.2 Populating the datagrid' beneath 'datagrid . sortAscending [ =

Re: [whatwg] feedback on 4.11.2.x

2009-04-20 Thread Ian Hickson
On Mon, Apr 20, 2009 at 8:29 AM, Blake Frantz bfra...@cisecurity.org wrote: In section '4.11.2 The datagrid element' However, conformance requirements stating that datagrid elements must react to users in particular ways do not apply when one is disabled. s/one/the given datagrid/ Fixed.

Re: [whatwg] single step v.play();

2009-04-20 Thread Biju
On Mon, Apr 20, 2009 at 7:01 AM, Philip Jägenstedt phil...@opera.com wrote: element). Given the already ridiculous complexity of media element's loading behavior I'm not sure adding more equivalent syntax will help matters. I am sorry if I am missing something, how do adding it make spec