NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 375 - remove the form element from common.elem.metadata
remove the form element from common.elem.metadata
Status: RESOLVED FIXED
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-24 07:22 CET by Michael[tm] Smith
Modified: 2009-01-09 16:48 CET (History)
0 users

See Also:


Attachments
patch with proposed change (748 bytes, patch)
2008-12-24 07:35 CET, 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 2008-12-24 07:22:45 CET
The current HTML5 draft puts the form element only into the "flow content" category, but not the "metadata content" category. Unlike the Web Forms 2.0 draft, the HTML5 draft does not contain any language about allowing the an empy form element inside XHTML head elements.
Comment 1 Michael[tm] Smith 2008-12-24 07:35:35 CET
Created attachment 38 [details]
patch with proposed change

This patch also completely removes the form.elem.empty (because it's only referenced in common.elem.metadata.

Also, this patch incorporates some parts of previous patches I've submitted; as I've noted for other cases where that's happened, I don't know a clean way to separate them out when two patches touch the some chunk of the schema source
Comment 2 Henri Sivonen 2009-01-09 16:48:26 CET
Check-in coming up. Thanks.