Re: [whatwg] [wa1] Status of tree construction section

2007-06-13 Thread Ian Hickson
On Wed, 12 Jul 2006, Stewart Brodie wrote: In the main phase, section 'If the insertion mode is in row', the last option for 'anything else' says process ... as if ... in table. I think that should say as if ... in table body instead. That case will re-throw the token out to

Re: [whatwg] [wa1] Status of tree construction section

2006-07-11 Thread Ian Hickson
On Mon, 10 Jul 2006, Stewart Brodie wrote: In the main phase, section 'If the insertion mode is in row', the last option for 'anything else' says process ... as if ... in table. I think that should say as if ... in table body instead. That case will re-throw the token out to in table in

Re: [whatwg] [wa1] Status of tree construction section

2006-07-10 Thread Stewart Brodie
Ian Hickson [EMAIL PROTECTED] wrote: On 7/7/06, Stewart Brodie [EMAIL PROTECTED] wrote: I thought I'd have a go at implementing the parsing algorithms, specifically the tree construction algorithms, to see what effect it had on the DOM trees that our parser creates. Has anybody else

Re: [whatwg] [wa1] Status of tree construction section and SVN interface

2006-07-07 Thread Ian Hickson
On 7/7/06, Stewart Brodie [EMAIL PROTECTED] wrote: I thought I'd have a go at implementing the parsing algorithms, specifically the tree construction algorithms, to see what effect it had on the DOM trees that our parser creates. Has anybody else here actually implemented this tree