Re: [whatwg] HTML parsing: "act as if...had been seen" using what insertion mode?

2011-12-13 Thread Ian Hickson
On Fri, 7 Oct 2011, David Flanagan wrote: > > The HTML parsing algorithm frequently includes directions like "act as > if an end tag with the tag name 'p' had been seen". > > Suppose the insertion mode is "in caption" mode. It tells me to process > a token using the rules for "in body" mode. T

Re: [whatwg] HTML parsing: "act as if...had been seen" using what insertion mode?

2011-10-07 Thread Ian Hickson
On Fri, 7 Oct 2011, David Flanagan wrote: > > The HTML parsing algorithm frequently includes directions like "act as > if an end tag with the tag name 'p' had been seen". > > Suppose the insertion mode is "in caption" mode. It tells me to process > a token using the rules for "in body" mode. T

[whatwg] HTML parsing: "act as if...had been seen" using what insertion mode?

2011-10-07 Thread David Flanagan
The HTML parsing algorithm frequently includes directions like "act as if an end tag with the tag name 'p' had been seen". Suppose the insertion mode is "in caption" mode. It tells me to process a token using the rules for "in body" mode. Then, while processing a token using those rules, I n