Re: [whatwg] self-closing tags in html5

2011-05-14 Thread yuhong
Kornel Lesiński wrote: Parsing of non-HTML elements is not interoperable between IE and non-IE browsers. IE already supports self-closing syntax on prefixed elements, but other browsers don't:

Re: [whatwg] video ... script race condition

2011-05-14 Thread Eric Carlson
On May 13, 2011, at 4:35 AM, Philip Jägenstedt wrote: I wasn't asking how to work around the problem once you know it exists, I was wondering if any browser vendors have done anything to make this problem less likely to happen on pages like http://html5demos.com/video that don't do the

Re: [whatwg] Interaction of wbr and CSS white-space

2011-05-14 Thread Jukka K. Korpela
14.5.2011 10:41, Boris Zbarsky wrote: But why should this [wbr] override CSS that says do not break at any break opportunities? I don't think HTML specs should say whether it does; they should just specify what wbr means, and in the case of rendering affected by CSS, it's up to CSS specs to

Re: [whatwg] video ... script race condition

2011-05-14 Thread Olli Pettay
On 05/15/2011 01:24 AM, Ojan Vafai wrote: It's unfortunate that you need to use an inline event handler instead of one registered via addEventListener to avoid the race condition. Exposing something to the platform like jquery's live event handlers ( http://api.jquery.com/live/) could mitigate