Re: [D3E] Comments

On 2/1/10 10:28 AM, Simon Pieters wrote:
> On Mon, 01 Feb 2010 01:03:14 +0100, Olli Pettay
> <Olli.Pettay@helsinki.fi> wrote:
>
>>>> When mouse is moved for body element to
>>>> <h1><h2><h3>foobar</h3></h2></h1> will there be
>>>> 3 mouseenter events dispatched?
>>>
>>> That isn't valid HTML. But assuming that it is...
>> That isn't relevant. No one cares :)
>
> It's relevant for testing in browsers because it's equivalent to
> <h1></h1><h2></h2><h3>foobar</h3> in some browsers (and per HTML5).
>

That was just an example, more like in pseudo-html-code and everyone
reading this mailing list probably understands that. :)
Writing <div id="i1"><div id="i2"><div id="i3">foobar</div></div></div>
is just longer.


-Olli

Received on Monday, 1 February 2010 09:23:14 UTC