[imps] </form> in "in body" insertion mode (8.2.5)

Kartikaya Gupta lists.whatwg at stakface.com
Mon Jan 12 09:15:55 PST 2009


When receiving a </form> in the "in body" insertion mode, the spec says (step 3) to "Remove node from the stack of open elements". My assumption was that this removes the form element, but leaves anything above the form element still on the stack. The validator.nu parser (htmlparser-1.1.1.jar) however pops everything off until it reaches the form element. Is this a bug in the spec/bug in the reference parser/something that changed recently? I couldn't find it in the known bug list of the validator.nu parser, and my search through the HTML5 tracker history also didn't turn up much.

kats



More information about the Implementors mailing list