[Bug 14430] New: Incorrect or inconsistent glyph values for ⟩ and ⟨

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14430

           Summary: Incorrect or inconsistent glyph values for ⟩ and
                    ⟨
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.w3.org/TR/html5/named-character-references#
                    entity-rang
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: xn--mlform-iua@xn--mlform-iua.no
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org, xn--mlform-iua@xn--mlform-iua.no


* The 'Glyph' column for for ⟩ contains 〉 whereas the 'Character(s)'
column says that ⟩ has been redefined since HTML4 and is now pointing to
⟩/⟩

And ditto:

* The 'Glyph' column for for ⟨ contains 〈 whereas the 'Character(s)'
column says that ⟨ has been redefined since HTML4 and is now pointing to
⟨/⟨

Or to quote the source code in the spec:

   <tr id="entity-rang">
      <td> <code title="">rang;</code> </td>
      <td> U+027E9 </td> 
       <td> <span class="glyph" title="">&#9002;</span> </td>
   </tr>

   <tr id="entity-lang">
      <td> <code title="">lang;</code> </td>
      <td> U+027E8 </td>
      <td> <span class="glyph" title="">&#9001;</span> </td>
   </tr>


Btw, you might also want to see bug 14429

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 11 October 2011 16:12:25 UTC