[Bug 19718] Missing Named Character References

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19718

--- Comment #3 from Michael[tm] Smith <mike@w3.org> ---
(In reply to comment #2)
> Ah I now find the generator code in the parser sources:
> 
> http://hg.mozilla.org/projects/htmlparser/file/c83141518cf3/translator-src/
> nu/validator/htmlparser/generator/GenerateNamedCharacters.java
> 
> So I'll attempt to run that on the current named-character-references list
> and see what I end up with.

So I just now ran it on a copy of the named-character-references table in the
current spec, and I got output that is identical to what's currently in the
NamedCharacters.java source. That is, lacking &dollar; and &minus;

So I think there might be a bug in the GenerateNamedCharacters code that's
causing it to drop some items in the table.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Sunday, 4 November 2012 09:54:29 UTC