[Webkit-unassigned] [Bug 65082] Presentational forms for full-width punctuation unused and erroneously rendered in vertical writing mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 18 09:58:33 PST 2012


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





--- Comment #8 from Xiaodi Wu <xiaodi.wu at gmail.com>  2012-02-18 09:58:33 PST ---
That's interesting. What is the default font you have displayed when you disable the CSS? I still have the problem when I uncheck that rule in the Inspector. I can also tell you that these fonts do have the correct vertical glyphs, as that's what's displayed in the middle and leftmost cases when I manually put them into the markup (it's not using a fallback font). Unfortunately, WebKit doesn't recognize these glyphs as vertical presentation forms of full-width punctuation even when I manually insert them, as you can see in the middle case, and rotates them 90 degrees as though they're Roman letters.


(In reply to comment #7)
> Ah, okay, thank you, setting Platform field helps me to see what the problem is.
> 
> Now I opened the file on Mac OS X 10.6, and I understand punctuation on the right most example is incorrect.
> 
> I then opened up Inspector and unchecked
> body {
>   font: 19px/27px STKaiti, SimKai, serif;
> }
> and the right most example becomes in good shape.
> 
> That means, I suspect the problem is not in webkit, but in one of these fonts not having the correct vertical glyphs.
> 
> In short term, you should avoid using these fonts in vertical flow.
> 
> In long run, you should contact font vendors to fix the problem. Are they Mac OS X standard fonts? If so, it'd be Apple.

-- 
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