NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 477 - add keygen element to schema+assertions and to htmlparser
add keygen element to schema+assertions and to htmlparser
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Michael[tm] Smith
http://www.whatwg.org/specs/web-apps/...
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-04-07 07:02 CEST by Michael[tm] Smith
Modified: 2009-04-10 12:00 CEST (History)
1 user (show)

See Also:


Attachments
attempt at adding keygen handling to htmlparser (2.66 KB, patch)
2009-04-08 13:32 CEST, Michael[tm] Smith
Details
syntax patch for keygen (3.86 KB, patch)
2009-04-08 17:12 CEST, Michael[tm] Smith
Details
updated htmlparser patch for keygen (2.35 KB, patch)
2009-04-09 08:29 CEST, Michael[tm] Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2009-04-07 07:02:42 CEST
 
Comment 1 Michael[tm] Smith 2009-04-08 11:29:42 CEST
added htmlparser to Summary because I reckon I will also take a shot at trying to add keygen handling there also
Comment 2 Michael[tm] Smith 2009-04-08 13:32:55 CEST
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.
Comment 3 Michael[tm] Smith 2009-04-08 17:12:07 CEST
Created attachment 77 [details]
syntax patch for keygen
Comment 4 Michael[tm] Smith 2009-04-09 08:29:52 CEST
Created attachment 78 [details]
updated htmlparser patch for keygen

refined per IRC comments from hsivonen
Comment 5 Michael[tm] Smith 2009-04-10 11:57:19 CEST
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
Comment 6 Michael[tm] Smith 2009-04-10 12:00:53 CEST
hsivonen made parser changes in htmlparser r516:
http://svn8.cvsdude.com/vvc/whattf/htmlparser?view=revision&revision=516