Re: [whatwg] Tag Soup: Blocks-in-inlines

2006-01-29 Thread Ian Hickson
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

[whatwg] Ruby in HTML

2006-01-29 Thread Anne van Kesteren
I did some testing in Internet Explorer with Ruby markup using the Live DOM Viewer. Here are the results: element This element is closed by and . This element is required as a container. Otherwise the following elements have no "rendering semantics". Much like with the element. Internet Expl

Re: [whatwg] Parsing: Tokenisation - DOCTYPE State

2006-01-29 Thread Lachlan Hunt
Simon Pieters wrote: Hi, From: Lachlan Hunt <[EMAIL PROTECTED]> As far as I can tell both of these DOCTYPEs are considered conformant, but shouldn't the first be an easy parse error? Why? Both trigger standards mode as far as I can tell. :-) It did in the browsers I tested too, but

Re: [whatwg] Parsing: Tokenisation - DOCTYPE State

2006-01-29 Thread Simon Pieters
Hi, From: Lachlan Hunt <[EMAIL PROTECTED]> As far as I can tell both of these DOCTYPEs are considered conformant, but shouldn't the first be an easy parse error? Why? Both trigger standards mode as far as I can tell. :-) * Why is it marked as being error at that stage? It doesn't se

Re: [whatwg] Tag Soup: Blocks-in-inlines

2006-01-29 Thread Henri Sivonen
On Jan 27, 2006, at 09:16, Ian Hickson wrote: In that case I don't understand your proposal. We need something that, given this: X ...results in this DOM: BODY EM P ...and given this: X ...results in this DOM: BODY EM P EM Given that "X" can be a