NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 759 - add proper checking of datatype value of form/@accept-charset attribute
add proper checking of datatype value of form/@accept-charset attribute
Status: RESOLVED DUPLICATE of bug 57
Product: Validator.nu
Classification: Unclassified
Component: Datatype library
HEAD
All All
: P2 normal
Assigned To: Nobody
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-26 07:31 CEST by Michael[tm] Smith
Modified: 2010-07-26 07:48 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2010-07-26 07:31:01 CEST
The current schema we are using just accepts any string in the value of the accept-charset attribute on the form element. (This is marked as a FIXME in the schema).

We have a CharSetList datatype class, but it is currently not being used, and in its present form, wouldn't do conformant checking of that datatype anyway.
Comment 1 Michael[tm] Smith 2010-07-26 07:48:21 CEST

*** This bug has been marked as a duplicate of bug 57 ***