benschwarz / developers.whatwg.org

Used to create the contents of developers.whatwg.org
http://developers.whatwg.org/
198 stars 39 forks source link

Many entities glyphs are unexpanded in 17.2 #113

Closed Artoria2e5 closed 7 years ago

Artoria2e5 commented 8 years ago

https://developers.whatwg.org/named-character-references.html#named-character-references:

<!-- (invalid entity with missing semicolon for legacy support only) --><tr id="entity-Abreve">
<td> <code title="">Abreve;</code> </td> <td> U+00102 </td> <td> <span title="" class="glyph">&amp;Abreve;</span> </td> </tr>
<tr id="entity-abreve">
<td> <code title="">abreve;</code> </td> <td> U+00103 </td> <td> <span title="" class="glyph">&amp;abreve;</span> </td> </tr>
<tr id="entity-ac">
<td> <code title="">ac;</code> </td> <td> U+0223E </td> <td> <span title="" class="glyph">&amp;ac;</span> </td> </tr>
domenic commented 7 years ago

Good news! We've revamped the developer's edition and now it syncs automatically with the source spec. It's at a new URL, https://html.spec.whatwg.org/dev/. (We are working to set up a redirect.)

The new version has this fixed: https://html.spec.whatwg.org/dev/named-characters.html#named-character-references. So I'll go ahead and close this issue.