[Webkit-unassigned] [Bug 103047] 'shy' entity uses incorrect codepoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 23 00:00:29 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103047


mitz at webkit.org <mitz at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mitz at webkit.org




--- Comment #3 from mitz at webkit.org <mitz at webkit.org>  2012-11-23 00:02:32 PST ---
(In reply to comment #0)
> Copied from rdar://problem/3744825
> 
> 
> 29-Jul-2004 02:45 PM Nicholas Shanks:
> Summary:
> File: WebCore/khtml/html/kentities.gperf
> Line: 253
> Reads: "shy, 0x00ad"
> Should Read: "shy, 0x2010"
> 
> Description:
> U+00AD is not the hyphen character which a discretionary hyphen represents. That is situated at U+2010. Please amend.

As far as “representing” is concerned, when hyphenation occurs at a soft hyphen (U+00AD), and the -webkit-hyphenate-character property has the value 'auto' (which is the initial value), WebKit renders the glyph for the hyphen character U+2010 if the used font has one, and otherwise renders the glyph for the hyphen-minus character U+002D.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list