Closed
Bug 1111955
Opened 10 years ago
Closed 5 years ago
Underline on vertical Japanese/Korean text should appear on the right
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: birtles, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
425 bytes,
text/html
|
Details |
Underlines in vertical Japanese text appear on the right ("above" the ruby), not the left. In the attached test case, it appears on the left.
This is specced non-normatively in CSS Text Decorations 3 by the following UA style rule:
:root:lang(ja), [lang|=ja], :root:lang(ko), [lang|=ko] {
/* default underline position is 'under right' for Japanese and Korean */
text-underline-position: under right;
}
http://dev.w3.org/csswg/css-text-decor-3/#default-stylesheet
Fixing this may depend on implementing text-underline-position first.
Comment 1•10 years ago
|
||
There's a typo in the testcase: "jp" instead of "ja". FTR, we decided in bug 1074735 to default to underline on the left pending support for text-underline-position.
Attachment #8536956 -
Attachment is obsolete: true
Updated•10 years ago
|
Blocks: enable-writing-mode-release
Updated•10 years ago
|
No longer blocks: enable-writing-mode-release
Comment 2•10 years ago
|
||
See bug 1175789 for the interim fix we've taken for Japanese/Korean underlining; but this should eventually be updated to use text-underline-position in the UA stylesheet.
Comment 3•6 years ago
|
||
The corrected test case attached is shown underlined on the right on Windows 10 64 bit, on both Firefox 63.0.3 (64-bit) and Pale Moon 28.2.2 (64-bit). So this seems to be a WFM here.
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•