Bug 8479 – dmd and the spec do not match with regards to the list of named character entities that they support

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2012-07-30T22:54:00Z
Last change time
2015-06-09T05:14:41Z
Keywords
pull
Assigned to
nobody
Creator
issues.dlang

Comments

Comment #0 by issues.dlang — 2012-07-30T22:54:13Z
The spec seems to match HTML 4 whereas dmd seems to match HTML 5 (and both of them may not quite match the spec that they're close to). http://forum.dlang.org/post/1425561.OevMa213Au@lyonel
Comment #1 by issues.dlang — 2012-07-31T21:36:20Z
Comment #2 by github-bugzilla — 2012-08-05T21:11:55Z
Commits pushed to master at https://github.com/D-Programming-Language/d-programming-language.org https://github.com/D-Programming-Language/d-programming-language.org/commit/7bb339dd53339a325f18098d182b9a1dc72873ea Fix for issue# 8479. rang and lang changed between HTML 4 and HTML 5. All the rest stayed the same, hence why those two lines changed. There are plenty of additions as well, but I left the table as it was (aside from the fix for rang and lang) and just gave a link to the HTML 5 spec for the full list. https://github.com/D-Programming-Language/d-programming-language.org/commit/6889f8ff24392ab29cb7eea5ed90315ed079f7ac Merge pull request #145 from jmdavis/entity Fix for issue# 8479.