Skip to content

Commit 2c59806

Browse files
committed
[css-text-decor-3] Update positioning to include rules for Korean, based on what little information we have. <w3c/klreq#20> Hopefully can get confirmation on this from someone knowledgeable...
1 parent 02413ef commit 2c59806

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

css-text-decor-3/Overview.bs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -761,17 +761,19 @@ Emphasis Mark Position: the 'text-emphasis-position' property</h3>
761761
<tbody>
762762
<tr>
763763
<td scope="row">Japanese
764-
<td rowspan="2">over
765-
<td rowspan="2">right
766-
<td rowspan="2">
764+
<td rowspan="3">over
765+
<td rowspan="3">right
766+
<td rowspan="3">
767767
<img alt="Emphasis marks appear over each emphasized character in horizontal Japanese text."
768768
title="Emphasis (shown in blue for clarity) applied above a fragment of Japanese text"
769769
src="images/text-emphasis-ja.gif" height="28" width="225">
770770

771-
<td rowspan="3">
771+
<td rowspan="4">
772772
<img alt="Emphasis marks appear on the right of each emphasized character in vertical Japanese text."
773773
title="Emphasis applied on the right of a fragment of Japanese text"
774774
src="images/text-emphasis-v.gif" height="89" width="34">
775+
<tr>
776+
<td scope="row">Korean
775777
<tr>
776778
<td scope="row">Mongolian
777779
<tr>
@@ -924,7 +926,7 @@ Appendix B: Default UA Stylesheet</h2>
924926

925927
/* set language-appropriate default emphasis mark position */
926928
:root:lang(zh), [lang|=zh] { text-emphasis-position: under right; }
927-
[lang|=ja] { text-emphasis-position: over right; }
929+
[lang|=ja], [lang|=ko] { text-emphasis-position: over right; }
928930

929931
/* set language-appropriate default underline position */
930932
:root:lang(ja), [lang|=ja],

0 commit comments

Comments
 (0)