Bugzilla – Bug 477
add keygen element to schema+assertions and to htmlparser
Last modified: 2009-04-10 12:00:53 CEST
added htmlparser to Summary because I reckon I will also take a shot at trying to add keygen handling there also
Created attachment 76 [details] attempt at adding keygen handling to htmlparser The only place in which the parsing spec makes specific mention of <keygen> is the '"in body" insertion mode' section: http://www.whatwg.org/specs/web-apps/current-work/multipage/syntax.html#parsing-main-inbody So I added handling for it to that part of TreeBuilder.java. realize I may be missing still some handling that needs to be added in addition to that.
Created attachment 77 [details] syntax patch for keygen
Created attachment 78 [details] updated htmlparser patch for keygen refined per IRC comments from hsivonen
syntax r409 for schema and assertions changes and new 12+12 (html+xhtml) tests http://svn8.cvsdude.com/vvc/whattf/syntax?view=revision&revision=409
hsivonen made parser changes in htmlparser r516: http://svn8.cvsdude.com/vvc/whattf/htmlparser?view=revision&revision=516