[whatwg] Tag Soup: Blocks-in-inlines

Ian Hickson ian at hixie.ch
Wed Jan 25 17:11:13 PST 2006


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.   `._.-(,_..'--(,_..'`-.;.'



More information about the whatwg mailing list