- From: <bugzilla@jessica.w3.org>
- Date: Fri, 26 Oct 2012 15:39:38 +0000
- To: www-validator-cvs@w3.org
- Message-ID: <bug-19718-169@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19718
Priority: P2
Bug ID: 19718
Assignee: mike+validator@w3.org
Summary: Missing Named Character References
QA Contact: www-validator-cvs@w3.org
Severity: normal
Classification: Unclassified
OS: Windows NT
Reporter: rasamassen@gmail.com
Hardware: PC
Status: NEW
Version: HEAD
Component: HTML5
Product: Validator
Per Bug 17418, Comments 3 & 4
http://hg.mozilla.org/projects/htmlparser/raw-file/default/src/nu/validator/htmlparser/impl/NamedCharacters.java
does not contain the complete list of named character references in HTML5 per
http://www.w3.org/TR/html5/named-character-references.html
"dollar" and "minus" are two named character references that are definitely
missing. Other named character references may be missing as well. Either the
two lists need to be compared and NamedCharacters.java should be updated to
reflect HTML5 standards or a separate HTML5 NamedCharacters file needs to be
created for the validator to use with HTML5 documents.
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 26 October 2012 15:39:42 UTC