REOPENED Bug 112488
REGRESSION (r145854): Mongolian characters are not upright in vertical writing mode
https://bugs.webkit.org/show_bug.cgi?id=112488
Summary REGRESSION (r145854): Mongolian characters are not upright in vertical writin...
SiqinBilige
Reported 2013-03-15 19:32:06 PDT
Created attachment 193415 [details] Actual screenshot On Mac OS 7 r145930 (-webkit-writing-mode: vertical-lr) Webkit completely can not display and edit Traditional Mongolian Language vertical way.
Attachments
Actual screenshot (326.30 KB, image/png)
2013-03-15 19:32 PDT, SiqinBilige
no flags
evidence (333.72 KB, image/png)
2013-03-15 19:34 PDT, SiqinBilige
no flags
evidence (233.41 KB, image/png)
2013-03-15 19:36 PDT, SiqinBilige
no flags
Expected screenshot (302.39 KB, image/png)
2013-03-15 20:15 PDT, SiqinBilige
no flags
Patch (1.91 KB, patch)
2013-05-25 22:38 PDT, SiqinBilige
no flags
The Traditional Mongolian font structure (57.66 KB, image/png)
2013-05-25 22:58 PDT, SiqinBilige
no flags
Patch (107.81 KB, patch)
2013-06-04 02:04 PDT, SiqinBilige
no flags
Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 (715.55 KB, application/zip)
2013-06-04 02:31 PDT, Build Bot
no flags
Archive of layout-test-results from webkit-ews-01 for mac-mountainlion (963.46 KB, application/zip)
2013-06-04 11:34 PDT, Build Bot
no flags
Patch (106.65 KB, patch)
2013-06-05 01:38 PDT, SiqinBilige
no flags
Archive of layout-test-results from webkit-ews-07 for mac-mountainlion (683.83 KB, application/zip)
2013-06-05 02:46 PDT, Build Bot
no flags
Patch (4.71 KB, patch)
2013-06-05 03:36 PDT, SiqinBilige
no flags
Archive of layout-test-results from webkit-ews-04 for mac-mountainlion (553.99 KB, application/zip)
2013-06-05 09:13 PDT, Build Bot
no flags
Archive of layout-test-results from webkit-ews-16 for mac-mountainlion-wk2 (975.77 KB, application/zip)
2013-06-05 19:56 PDT, Build Bot
no flags
Patch (6.41 KB, patch)
2013-06-05 19:59 PDT, SiqinBilige
buildbot: commit-queue-
Archive of layout-test-results from webkit-ews-06 for mac-mountainlion (495.16 KB, application/zip)
2013-06-05 21:59 PDT, Build Bot
no flags
mongolian_mixed_win_ie.png (183.81 KB, image/png)
2013-06-06 23:38 PDT, SiqinBilige
no flags
mongolian_mixed_win_chrome.png (115.06 KB, image/png)
2013-06-06 23:38 PDT, SiqinBilige
no flags
mongolian_mixed_win_chrome_no.png (120.22 KB, image/png)
2013-06-06 23:39 PDT, SiqinBilige
no flags
mongolian_mixed_mac_webkit.png (235.75 KB, image/png)
2013-06-06 23:39 PDT, SiqinBilige
no flags
mongolian_mixed_mac_webkit_no.png (235.95 KB, image/png)
2013-06-06 23:40 PDT, SiqinBilige
no flags
Patch (92.87 KB, patch)
2013-06-11 00:15 PDT, SiqinBilige
no flags
Patch (92.92 KB, patch)
2013-06-14 02:20 PDT, SiqinBilige
enrica: review-
Webkit on windows OK (238.04 KB, image/png)
2013-06-19 00:02 PDT, SiqinBilige
no flags
writing-mode : horizontal (69.39 KB, image/png)
2013-06-22 02:08 PDT, SiqinBilige
no flags
writing-mode : vertical_rl (78.62 KB, image/png)
2013-06-22 02:08 PDT, SiqinBilige
no flags
writing-mode : vertical_lr (78.33 KB, image/png)
2013-06-22 02:09 PDT, SiqinBilige
no flags
correct.png (502.55 KB, image/png)
2014-11-13 19:54 PST, SiqinBilige
no flags
incorrect.png (464.74 KB, image/png)
2014-11-13 19:54 PST, SiqinBilige
no flags
SiqinBilige
Comment 1 2013-03-15 19:34:03 PDT
Created attachment 193416 [details] evidence
SiqinBilige
Comment 2 2013-03-15 19:36:19 PDT
Created attachment 193417 [details] evidence
Ryosuke Niwa
Comment 3 2013-03-15 19:54:58 PDT
These screenshots are not self-evident. Please describe what's expected and what WebKit does incorrectly.
SiqinBilige
Comment 4 2013-03-15 20:15:25 PDT
Created attachment 193418 [details] Expected screenshot glyphs rotate 90 deg.
mitz
Comment 5 2013-03-15 20:43:45 PDT
Caused by <http://trac.webkit.org/r145854>. Note that this has been broken before and then fixed in <http://trac.webkit.org/r124654>, but the test from that change didn’t detect this recent regression.
Radar WebKit Bug Importer
Comment 6 2013-03-15 23:03:58 PDT
Enrica Casucci
Comment 7 2013-03-18 15:39:58 PDT
Prior to http://trac.webkit.org/r145854 we did not have the logic to avoid rotation for some characters. When text is rendered using the fast path we choose the correct font and the appropriate glyph depending on whether or not the font has vertical glyphs. Unfortunately this information doesn't filter down when we must use the complex path to render the text. I'll fix it.
SiqinBilige
Comment 8 2013-05-24 21:26:11 PDT
The latest version of Google Chrome on Mac OS and Android also can not display Traditional Mongolian Language vertical way. If the same thing happen on next version of Safari, there is no browser on Mac OS X , iOS and Android can correctly display Traditional Mongolian Language vertical way. The Traditional Mongolian UNICODE range is from 1800 to 18AF. http://www.unicode.org/charts/PDF/U1800.pdf The Traditional Mongolian Language is vertical only language and can not have space between glyphs in one word. Any one can help on this bug for 10 million mongolian people who using Traditional Mongolian Language in the world ? Thank you.
SiqinBilige
Comment 9 2013-05-25 00:44:17 PDT
I read the latest (2013/05/24) source code of trunk/Source/WebCore/platform/graphics/FontFastPath.cpp. It can fixed if change if (isInRange(character, 0x01100, 0x011FF) || isInRange(character, 0x01401, 0x0167F) || isInRange(character, 0x01800, 0x018FF)) return true; to if (isInRange(character, 0x01100, 0x011FF) || isInRange(character, 0x01401, 0x0167F) || isInRange(character, 0x018B0, 0x018FF)) return true; in the shouldIgnoreRotation function. Traditional Mongolian(0x01800-0x018AF) Character need to Rotate in vertical mode(both lr and rl).
Koji Ishii
Comment 10 2013-05-25 22:34:49 PDT
Mongolian and Phags Pa are a bit tricky in UTR#50 and CSS Writing Modes Level 3. UTR#50 defines glyph orientation against Unicode code chart. Because Mongolian and Phags Pa are vertical only scripts, the code chart has glyphs for vertical flow, so UTR#50 must define them as U (upright against the code chart.) However, some font systems have pre-rotated glyphs for these scripts. This is mentioned in CSS Writing Modes Level 3: # In some systems (e.g. when using OpenType fonts), to correctly orient # a character belonging to the Mongolian or Phags-pa script upright, the # UA must actually typeset it sideways. http://dev.w3.org/csswg/css-writing-modes/#vertical-orientations So such systems must change the interpretation of UTR#50 U value to R for Mongolian and Phags Pa, specifically: U+1800-18AF U+A840-A87F
SiqinBilige
Comment 11 2013-05-25 22:38:34 PDT
SiqinBilige
Comment 12 2013-05-25 22:55:47 PDT
The Traditional Mongolian Language's code and glyph not one to one mapping. For each code there is 4(isol,init,medi,fina)X3(fvs1,fvs2,fvs3) glyphs(using private area) in maximum. For a history reason(from DOS ?), the glyph in the font is horizontal way, not vertical way. so it need to rotate 90 clockwise in vertical mode(lr,rl).
SiqinBilige
Comment 13 2013-05-25 22:58:03 PDT
Created attachment 202907 [details] The Traditional Mongolian font structure
SiqinBilige
Comment 14 2013-05-25 23:07:58 PDT
The Traditional Mongolian font can download from www.mongolfont.com. For Windows 7,8 (OpenType) http://www.mongolfont.com/jAlmas/cms/documents/mongolfont/font/mnglwhiteotf.ttf For Mac OS X (AAT) http://www.mongolfont.com/jAlmas/cms/documents/mongolfont/font/mnglwhiteaat.ttf
SiqinBilige
Comment 15 2013-05-27 06:57:46 PDT
The shouldIgnoreRotation function removed from FontFastPath.cpp to FontFallbackList.cpp by antti@apple.com in 2013/05/27 04:05. What can I do next ? Delete the patch and upload new one ?
SiqinBilige
Comment 16 2013-05-27 07:42:50 PDT
The Phags Pa ( A type of Mongolian since 1269 ) has same layout (top to bottom and left to right) as Traditiona Mongolian.
SiqinBilige
Comment 17 2013-06-01 02:22:29 PDT
05/29/13, antti, Rename FontFallbackList.cpp/h (whitch include the shouldIgnoreRotation function ) to FontGlyphs.cpp/h.
SiqinBilige
Comment 18 2013-06-04 02:04:04 PDT
Build Bot
Comment 19 2013-06-04 02:31:48 PDT
Comment on attachment 203666 [details] Patch Attachment 203666 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/660659 New failing tests: platform/mac/fast/text/vertical-no-sideways.html
Build Bot
Comment 20 2013-06-04 02:31:51 PDT
Created attachment 203668 [details] Archive of layout-test-results from webkit-ews-11 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-11 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.3
Build Bot
Comment 21 2013-06-04 11:33:59 PDT
Comment on attachment 203666 [details] Patch Attachment 203666 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/714509 New failing tests: platform/mac/fast/text/vertical-no-sideways.html
Build Bot
Comment 22 2013-06-04 11:34:02 PDT
Created attachment 203714 [details] Archive of layout-test-results from webkit-ews-01 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-01 Port: mac-mountainlion Platform: Mac OS X 10.8.3
SiqinBilige
Comment 23 2013-06-05 01:38:43 PDT
Build Bot
Comment 24 2013-06-05 02:46:38 PDT
Comment on attachment 203770 [details] Patch Attachment 203770 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/769057 New failing tests: platform/mac/fast/text/vertical-no-sideways.html
Build Bot
Comment 25 2013-06-05 02:46:40 PDT
Created attachment 203775 [details] Archive of layout-test-results from webkit-ews-07 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-07 Port: mac-mountainlion Platform: Mac OS X 10.8.3
SiqinBilige
Comment 26 2013-06-05 03:36:57 PDT
Build Bot
Comment 27 2013-06-05 09:13:10 PDT
Comment on attachment 203788 [details] Patch Attachment 203788 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/784055 New failing tests: platform/mac/fast/text/vertical-no-sideways.html
Build Bot
Comment 28 2013-06-05 09:13:15 PDT
Created attachment 203858 [details] Archive of layout-test-results from webkit-ews-04 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-04 Port: mac-mountainlion Platform: Mac OS X 10.8.3
Build Bot
Comment 29 2013-06-05 19:56:10 PDT
Comment on attachment 203788 [details] Patch Attachment 203788 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.appspot.com/results/695429 New failing tests: platform/mac/fast/text/vertical-no-sideways.html
Build Bot
Comment 30 2013-06-05 19:56:14 PDT
Created attachment 203898 [details] Archive of layout-test-results from webkit-ews-16 for mac-mountainlion-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: webkit-ews-16 Port: mac-mountainlion-wk2 Platform: Mac OS X 10.8.3
SiqinBilige
Comment 31 2013-06-05 19:59:24 PDT
Darin Adler
Comment 32 2013-06-05 20:52:49 PDT
Comment on attachment 203899 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=203899&action=review > LayoutTests/ChangeLog:9 > + * platform/mac/fast/text/vertical-no-sideways.html: Removed 0x01800 and 0x01801. > + * platform/mac/platform/mac/fast/text/vertical-no-sideways-expected.txt: Removed 0x01800 and 0x01801. Why is removing this the right thing to do? It seems like we are testing less now. Why not still test this to make sure things are working properly? A patch that fixes bugs normally needs to include new tests that cover what was fixed. Tests that fail before the fix and succeed after the fix.
Build Bot
Comment 33 2013-06-05 21:59:37 PDT
Comment on attachment 203899 [details] Patch Attachment 203899 [details] did not pass mac-ews (mac): Output: http://webkit-queues.appspot.com/results/745375 New failing tests: platform/mac/fast/text/vertical-no-sideways.html
Build Bot
Comment 34 2013-06-05 21:59:39 PDT
Created attachment 203902 [details] Archive of layout-test-results from webkit-ews-06 for mac-mountainlion The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: webkit-ews-06 Port: mac-mountainlion Platform: Mac OS X 10.8.3
Erdene-Ochir Tuguldur
Comment 35 2013-06-06 12:31:03 PDT
(In reply to comment #8) > The latest version of Google Chrome on Mac OS and Android also can not display Traditional Mongolian Language vertical way. > > If the same thing happen on next version of Safari, there is no browser on Mac OS X , iOS and Android can correctly display Traditional Mongolian Language vertical way. > > The Traditional Mongolian UNICODE range is from 1800 to 18AF. > http://www.unicode.org/charts/PDF/U1800.pdf > The Traditional Mongolian Language is vertical only language and can not have space between glyphs in one word. > > Any one can help on this bug for 10 million mongolian people who using Traditional Mongolian Language in the world ? > > Thank you. Hallo SiqinBilige, you have to use "-webkit-text-orientation: sideways-right;" as workaround so that Mongolian are shaped correctly. Here is my demo page: https://dl.dropboxusercontent.com/u/16982795/mongol/test1.html I have tested with Chrome and OperaNext on Mac. Both browsers can shape the Mongolian correctly (there is also another bug with 0x202F, see: https://code.google.com/p/chromium/issues/detail?id=155334). Tuguldur
SiqinBilige
Comment 36 2013-06-06 23:36:51 PDT
(In reply to comment #35) > (In reply to comment #8) > > The latest version of Google Chrome on Mac OS and Android also can not display Traditional Mongolian Language vertical way. > > > > If the same thing happen on next version of Safari, there is no browser on Mac OS X , iOS and Android can correctly display Traditional Mongolian Language vertical way. > > > > The Traditional Mongolian UNICODE range is from 1800 to 18AF. > > http://www.unicode.org/charts/PDF/U1800.pdf > > The Traditional Mongolian Language is vertical only language and can not have space between glyphs in one word. > > > > Any one can help on this bug for 10 million mongolian people who using Traditional Mongolian Language in the world ? > > > > Thank you. > > Hallo SiqinBilige, > > you have to use "-webkit-text-orientation: sideways-right;" as workaround so that Mongolian are shaped correctly. Here is my demo page: https://dl.dropboxusercontent.com/u/16982795/mongol/test1.html > Tuguldur Thank you for your advise. You are right, using "-webkit-text-orientation: sideways-right;" can display Traditional Mongolian Vertical way on Webkit like browsers. But it is not good solution for the writing-mode:vertica-lr. We are not only consider Traditional Mongolian only document. We are must consider Traditional Mongolian mixed with other language document too. such as with CJK and Other symbols used in Traditional Mongolian document. We believe you can understand our considering, after carefully look over screenshots below. 1. On Windows IE, correct CJK and symbols layout. mongolian_mixed_win_ie.png 2. On Windows Chrome, not correct CJK and symbols layout. (I can not download latest version of Webkit for windows) mongolian_mixed_win_chrome_no.png 3. On Windows Chrome (with "-webkit-text-orientation: sideways-right;"), not correct CJK and symbols layout. mongolian_mixed_win_chrome.png 4. On Mac OS Webkit, correct CJK and symbols layout. mongolian_mixed_mac_webkit_no.png 5. On Mac OS Webkit (with "-webkit-text-orientation: sideways-right;"), not correct CJK and symbols layout. mongolian_mixed_mac_webkit.png It is what we are struggling here to fix this bug or want to fixed by some one else first. > I have tested with Chrome and OperaNext on Mac. Both browsers can shape the Mongolian correctly (there is also another bug with 0x202F, see: https://code.google.com/p/chromium/issues/detail?id=155334). > There is no bug about 0x202F. You can confirm it look over the last line of screenshots. But, there is a lot of other bugs about Traditional Mongolian(-webkit-writing-mode: vertical-lr;) forms in Webkit. https://bugs.webkit.org/show_bug.cgi?id=117228 https://bugs.webkit.org/show_bug.cgi?id=117229 https://bugs.webkit.org/show_bug.cgi?id=117231 https://bugs.webkit.org/show_bug.cgi?id=117233
SiqinBilige
Comment 37 2013-06-06 23:38:08 PDT
Created attachment 203998 [details] mongolian_mixed_win_ie.png
SiqinBilige
Comment 38 2013-06-06 23:38:47 PDT
Created attachment 203999 [details] mongolian_mixed_win_chrome.png
SiqinBilige
Comment 39 2013-06-06 23:39:16 PDT
Created attachment 204000 [details] mongolian_mixed_win_chrome_no.png
SiqinBilige
Comment 40 2013-06-06 23:39:52 PDT
Created attachment 204001 [details] mongolian_mixed_mac_webkit.png
SiqinBilige
Comment 41 2013-06-06 23:40:23 PDT
Created attachment 204002 [details] mongolian_mixed_mac_webkit_no.png
Erdene-Ochir Tuguldur
Comment 42 2013-06-07 03:09:05 PDT
> > I have tested with Chrome and OperaNext on Mac. Both browsers can shape the Mongolian correctly (there is also another bug with 0x202F, see: https://code.google.com/p/chromium/issues/detail?id=155334). > > > There is no bug about 0x202F. > You can confirm it look over the last line of screenshots. Well I think you have testet on Mac with Safari which uses AAT font. When you open the test page with Chrome on Mac or Linux, you can see that the word suffixes are shaped wrong. Pango/Linux got also same problem: https://bugzilla.gnome.org/show_bug.cgi?id=701652
SiqinBilige
Comment 43 2013-06-11 00:15:16 PDT
SiqinBilige
Comment 44 2013-06-12 19:27:26 PDT
What is the meaning of yellow color on mac-wk2 ?
Ryosuke Niwa
Comment 45 2013-06-12 19:36:59 PDT
(In reply to comment #44) > What is the meaning of yellow color on mac-wk2 ? It means that it's still processing. Maybe it's stuck?
SiqinBilige
Comment 46 2013-06-12 20:41:42 PDT
(In reply to comment #45) > (In reply to comment #44) > > What is the meaning of yellow color on mac-wk2 ? > > It means that it's still processing. Maybe it's stuck? The last two run is like this : Unable to pass tests without patch (tree is red?) [results] 1 day, 8 hours ago Pass 1 day, 9 hours ago It is seeming to be stuck.
SiqinBilige
Comment 47 2013-06-14 02:20:56 PDT
Enrica Casucci
Comment 48 2013-06-14 13:39:59 PDT
Comment on attachment 204687 [details] Patch I don't think this is the right approach to the problem. Mongolian text is rendered with the complex path and the reason why this fails is because the font has vertical glyphs but this information gets lost when we get to the point of preparing the glyphs to draw. This fix will solve the problem only for Mongolian characters but not for all the other characters for which we should avoid rotation (those included in shouldAvoidRotation) when rendered with a font that has vertical glyphs for those characters.
SiqinBilige
Comment 49 2013-06-15 09:05:39 PDT
(In reply to comment #48) > (From update of attachment 204687 [details]) > I don't think this is the right approach to the problem. > Mongolian text is rendered with the complex path and the reason why this fails is because the font has vertical glyphs but this information gets lost when we get to the point of preparing the glyphs to draw. > This fix will solve the problem only for Mongolian characters but not for all the other characters for which we should avoid rotation (those included in shouldAvoidRotation) when rendered with a font that has vertical glyphs for those characters. Yes, you are right. We believe you did work according the UTR#50. and you are did the best. The problem is that the mongolian definitions in the unicode is not clear or the document about mongolian is not clear. The fact is that all Existing Mongolian and Phags-Pa OpenType/TrueType/AAT fonts have counter-clockwise rotated glyphs. We wrote a report about this in http://www.unicode.org/review/pri253/feedback.html. May be there is mistake about english grammar, because of my poor english. The fast is that before this patch the all traditional home page is All OK, but is broken after the patch.
SiqinBilige
Comment 50 2013-06-15 09:14:05 PDT
(In reply to comment #3) > These screenshots are not self-evident. Please describe what's expected and what WebKit does incorrectly. この問題ついて、これからどうれすよいでしょうか、教えてください。
SiqinBilige
Comment 51 2013-06-15 10:20:11 PDT
(In reply to comment #10) > Mongolian and Phags Pa are a bit tricky in UTR#50 and CSS Writing Modes Level 3. > > UTR#50 defines glyph orientation against Unicode code chart. Because Mongolian and Phags Pa are vertical only scripts, the code chart has glyphs for vertical flow, so UTR#50 must define them as U (upright against the code chart.) > > However, some font systems have pre-rotated glyphs for these scripts. This is mentioned in CSS Writing Modes Level 3: > # In some systems (e.g. when using OpenType fonts), to correctly orient > # a character belonging to the Mongolian or Phags-pa script upright, the > # UA must actually typeset it sideways. > http://dev.w3.org/csswg/css-writing-modes/#vertical-orientations > > So such systems must change the interpretation of UTR#50 U value to R for Mongolian and Phags Pa, specifically: > U+1800-18AF > U+A840-A87F この問題ついて、これからどうれすよいでしょうか、教えてください。
SiqinBilige
Comment 52 2013-06-19 00:01:40 PDT
We download the latest version of webkit source and build it on windows. We confirmed that There is no such a problem on windows platform. Including Latest version of Other browsers like Google Chrome, Google Chromium, Opera Next, Safari. But, There is a problem on Mac OS X and iOS and Android platform. Including Webkit, Safari 6.1 Safari 7, Safari of iOS7 and latest version of Google Chrome,Opera Next. The Google Chromium on Android is OK, but on Mac OS X did not.
SiqinBilige
Comment 53 2013-06-19 00:02:46 PDT
Created attachment 204971 [details] Webkit on windows OK
Enrica Casucci
Comment 54 2013-06-20 14:04:29 PDT
(In reply to comment #53) > Created an attachment (id=204971) [details] > Webkit on windows OK You are correct. The problem does not occur on Windows, because the bug is specific of the Mac complex path for text drawing. The exclusion from rotation based on UTR#50 is correct, but the code in the complex text drawing path fails to handle correctly the case of fonts with vertical glyphs. I'm pushing back on your fix, simply because it fixes the problem for mongolian characters but leaves it broken for all the fonts that have vertical glyphs for characters that should not be rotated.
SiqinBilige
Comment 55 2013-06-22 02:06:27 PDT
(In reply to comment #54) > (In reply to comment #53) > > Created an attachment (id=204971) [details] [details] > > Webkit on windows OK > > You are correct. The problem does not occur on Windows, because the bug is specific of the Mac complex path for text drawing. The exclusion from rotation based on UTR#50 is correct, but the code in the complex text drawing path fails to handle correctly the case of fonts with vertical glyphs. Thank you for the thorough explanation. > I'm pushing back on your fix, simply because it fixes the problem for mongolian characters but leaves it broken for all the fonts that have vertical glyphs for characters that should not be rotated. > it fixes the problem for mongolian characters If my patch can fixes the problem for mongolian characters and no minus efect on other conponent, we hope this patch is landed as soon as possible. Becaurse, The all traditional mongolian sites were broken on latest version of chrome and operanext. We also confirmed that all traditional mongolian sites were broken on prerelease of Safari 6.1, Safari 7 and Safari of iOS7. When thoese browsers are released, there weill be no browsers can correctly display existing traditional mongolian sites on Mac OS X and iOS. > but leaves it broken for all the fonts that have vertical glyphs for characters that should not be rotated. I did not knew about it. It is true that I unable to read the all source code about drawing text. But, I tested some characters(not all) which should not rotated. It seems to no problem on both vertical_rl and vertical_lr. http://www.mongolfont.com/test/vertical-no-sideways.html horizontal.png vertical_rl.png vertical_lr.png
SiqinBilige
Comment 56 2013-06-22 02:08:13 PDT
Created attachment 205240 [details] writing-mode : horizontal
SiqinBilige
Comment 57 2013-06-22 02:08:58 PDT
Created attachment 205241 [details] writing-mode : vertical_rl
SiqinBilige
Comment 58 2013-06-22 02:09:41 PDT
Created attachment 205242 [details] writing-mode : vertical_lr
SiqinBilige
Comment 59 2014-07-27 05:10:21 PDT
In UTR50 version 11, Mongolian(1800..18AF) and Phags-Pa(A840..A87F) moved from U to R. http://www.unicode.org/reports/tr50/tr50-11.html
Alexey Proskuryakov
Comment 60 2014-11-12 20:38:58 PST
We can no longer reproduce this fixed in OS X Yosemite and is iOS 8.1.
Alexey Proskuryakov
Comment 61 2014-11-12 20:41:37 PST
We can no longer reproduce this in OS X Yosemite and in iOS 8.1. Please verify that this is fixed for you.
SiqinBilige
Comment 62 2014-11-13 19:53:04 PST
(In reply to comment #61) > We can no longer reproduce this in OS X Yosemite and in iOS 8.1. Please > verify that this is fixed for you. In UTR50 version 11, Mongolian(1800..18AF) and Phags-Pa(A840..A87F) moved from U to R. http://www.unicode.org/reports/tr50/tr50-11.html As shown in the screenshot correct.png, it is what it should be expected, but in screenshot incorrect.png, the problem is still existing. Please pay attention to the textarea of vertical-lr(Mongolian) specifically in both screenshots. Where all these screenshots are taken from following page: http://www.mongolfont.com/test/webkit/div.html. Also you could test it by yourself using the URL.
SiqinBilige
Comment 63 2014-11-13 19:54:21 PST
Created attachment 241535 [details] correct.png
SiqinBilige
Comment 64 2014-11-13 19:54:55 PST
Created attachment 241536 [details] incorrect.png
Koji Ishii
Comment 65 2014-11-17 07:40:42 PST
(In reply to comment #54) > The exclusion from > rotation based on UTR#50 is correct, but the code in the complex text > drawing path fails to handle correctly the case of fonts with vertical > glyphs. Sorry for very very late follow-up, but I'm sorry to say that you misunderstood UTR#50. In short, Mogolian and Phags-Pa should be excluded from rotation, even if their fonts have vertical glyphs. I haven't looked at the details of the patch, but the approach is correct. A long version. Up to rev. 10 of UTR#50, Mongolian and Phags-Pa were U, just because UTR#50 is defined against characters in the Unicode code charts, and these characters in the code charts are pre-rotated, so U means that "render as in the code charts." The Unicode Technical Committee was aware of that almost every single font in the wild are pre-rotated, and therefore implementers must interpret U in the table to be R for Mongolian and Phags-Pa, but because fonts being pre-rotated is not defined in Unicode, and because code charts were already there, we hoped implementers read it correctly. After revision 10 was published, we found that we were too optimistic. One implementer, WebKit, implemented Mongolian and Phags-Pa as U. By that time, we had a luck to update the Unicode Standard, so we changed the orientation of these characters in the code charts and updated UTR#50 to R. Hope this makes sense.
Note You need to log in before you can comment on or make changes to this bug.