[Webkit-unassigned] [Bug 80072] [chromium] Japanese vertical text displayed in uneven spacing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 2 02:09:50 PDT 2012


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





--- Comment #8 from Koji Ishii <kojiishi at gmail.com>  2012-05-02 02:09:49 PST ---
I see your point, I thought you're using fonts with vert, and I'm not very aware of the current state of cr-linux port.

So there are two issues:
1. Support vertical flow with fonts without vert table (note that the current CSS spec doesn't use vrt2; just vert)
2. Line height is calculated incorrectly when there's ruby and line height isn't big enough to hold ruby

I think you should file two separate bugs. The former is a kind of feature addition. How common is such font? Right now, the CSS spec doesn't support such fonts and therefore it will likely be webkit extension to the spec (remember, the spec is still WD.) You may want to discuss at www-style at w3.org to allow UA to support such fonts if you think you really need it, so that it becomes part of the official spec.

The later is a separate bug in ruby code, and it reproduces on other ports as well. It's hard to work on if the two are mixed in single bug.

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