[whatwg] Tag Soup: Blocks-in-inlines

On Wed, 25 Jan 2006, Lachlan Hunt wrote:
> 
> IE6:
> HTML
>   + HEAD
>     + TITLE
>   + BODY
>     + SPAN
>       + P
>         + #text: X
>         + #text: Y
>       + #text: Y (Highlighted in red in the DOM view)

FYI the red means that the node was in the parent node's childNodes list, 
but that its parentNode accessor did not point to that parent node.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Wednesday, 25 January 2006 17:11:13 UTC