- From: <bugzilla@jessica.w3.org>
 - Date: Sun, 04 Nov 2012 10:11:24 +0000
 - To: www-validator-cvs@w3.org
 
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19718
Michael[tm] Smith <mike@w3.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME
--- Comment #4 from Michael[tm] Smith <mike@w3.org> ---
um, after looking more carefully at the NAMES array in the NamedCharacters.java
source, I see now that I was misunderstanding it. I see that the items in the
array are not exact matches for named character references but instead are all
missing the first two characters of the name. And I see "llar;" and "nus;" in
there, as expected.
And anyway in the mean time I actually got around to taking the time to
actually test with the validator and found that the "$" and "−"
work as expected. So there's no bug here after all. The test file posted to bug
17418 appears to be testing whether semicolon-less "&dollar" and "&minus" work.
But that test doesn't conform to the spec. The named-character-references table
only allows "$" and "−" (with the semicolon), not "&dollar" and
"&minus" (without the semicolon).
So I'm moving this bug to resolved.
-- 
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 4 November 2012 10:11:25 UTC