Bugzilla – Bug 838
make Unicode Normalization Form C violations a warning, not an error
Last modified: 2011-05-28 10:22:54 CEST
The validator currently emits an error message for anything that's not Unicode Normalization Form C (NFC). But the HTML5 spec does not actually require NFC. So the messages should be emitted as warnings, not errors.
https://bitbucket.org/validator/syntax/changeset/f9942865ed30