[whatwg] HTML parsing: "act as if...had been seen" using what insertion mode?
Ian Hickson
ian at hixie.ch
Tue Dec 13 15:55:35 PST 2011
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. Then, while processing a
> token using those rules, I need to act as if a </p> tag or </option> tag
> had been seen. My question: what insertion mode do I use to process
> that synthetic end tag?
Doesn't matter. Either "in body" or "in caption" will have the same effect
here.
> Perhaps the spec could be modified to add a definition for "act as if"
> along with the definition for "using the rules for".
I've added a paragraph that mentions a definition for "act as if". I
haven't actually hyperlinked all the uses of the term as there's a lot of
them.
--
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