[whatwg] Tag Soup: Blocks-in-inlines

On Sun, 29 Jan 2006, Henri Sivonen wrote:
> > 
> > I understood your system to be:
> > 
> >    [TOKENISER] --> [PREPROCESSOR] --> [PARSER]
> > 
> > ...where the preprocessor rearranges tokens, and the parser creates 
> > the DOM. How does your system handle the cases above without blocking 
> > in the preprocessor stage to wait for the end of X?
> 
> By producing the second DOM in both cases.
> 
> Based on Hyatt's comments, I take it that this would make the DOM too 
> heavy and would not work.

That was my understanding too. (The original version of the spec I had did 
the same as your description, though without the token suffling stage.)

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

Received on Sunday, 29 January 2006 19:00:56 UTC