File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -944,9 +944,10 @@ Appendix B: Default UA Stylesheet</h2>
944
944
945
945
/* set language-appropriate default underline position */
946
946
:root:lang(ja), [lang|=ja] ,
947
- :root:lang(ko), [lang|=ko] { text-underline-position: under right; }
947
+ :root:lang(ko), [lang|=ko] { text-underline-position: auto right; }
948
948
:root:lang(zh), [lang|=zh] ,
949
- :root:lang(mn), [lang|=mn] { text-underline-position: under left; }
949
+ :root:lang(mn), [lang|=mn] { text-underline-position: auto left; }
950
+ /* auto is used above instead of under due to content-compatibility concerns */
950
951
[lang] :not([lang|=zh] , [lang|=ja] , [lang|=ko] , [lang|=mn] ) {
951
952
text-underline-position: auto;
952
953
}
@@ -956,7 +957,7 @@ Appendix B: Default UA Stylesheet</h2>
956
957
<p class="issue">
957
958
If you find any issues, recommendations to add, or corrections,
958
959
please send the information to <a href="mailto:www-style@w3.org">www-style@w3.org</a>
959
- with <kbd> [SHORTNAME ] </kbd> in the subject line.
960
+ with <kbd> [css-text-decor ] </kbd> in the subject line.
960
961
961
962
<div class='example'>
962
963
<p>
You can’t perform that action at this time.
0 commit comments