@@ -361,8 +361,6 @@ Text Underline Position: the 'text-underline-position' property</h3>
361
361
:root:lang(ja), [lang|=ja] , :root:lang(ko), [lang|=ko] { text-underline-position: under right; }
362
362
:root:lang(zh), [lang|=zh] { text-underline-position: under left; }
363
363
</pre>
364
- <p> (Note that these rules are part of the suggested
365
- <a href="#default-stylesheet">default UA style sheet</a> .)
366
364
</div>
367
365
368
366
<p> Values have the following meanings:
@@ -1036,12 +1034,10 @@ Appendix B: Default UA Stylesheet</h2>
1036
1034
/* set language-appropriate default underline position */
1037
1035
:root:lang(ja), [lang|=ja] ,
1038
1036
:root:lang(mn), [lang|=mn] ,
1039
- :root:lang(ko), [lang|=ko] { text-underline-position: auto right; }
1040
- :root:lang(zh), [lang|=zh] { text-underline-position: auto left; }
1041
- /* auto is used above instead of under due to content-compatibility concerns */
1042
- [lang] :not([lang|=zh] , [lang|=ja] , [lang|=ko] , [lang|=mn] ) {
1043
- text-underline-position: auto;
1044
- }
1037
+ :root:lang(ko), [lang|=ko] { text-underline-position: right; }
1038
+ :root:lang(zh), [lang|=zh] { text-underline-position: left; }
1039
+ /* auto is chosen (implied) above instead of under
1040
+ due to content-compatibility concerns */
1045
1041
</code></pre>
1046
1042
</div>
1047
1043
@@ -1076,10 +1072,12 @@ Changes</h2>
1076
1072
<h3 class="no-num" id="recent-changes">
1077
1073
Changes since the <a href="https://www.w3.org/TR/2018/CR-css-text-decor-3-20180703/">July 2018 Candidate Recommendation</a></h3>
1078
1074
1079
- <p> Significant changes include:</p>
1075
+ <p> Changes include:</p>
1080
1076
<ul>
1081
1077
<li> Clarified that text decoration overflow is <a>ink overflow</a> .
1082
1078
(<a href="https://github.com/w3c/csswg-drafts/issues/3272">Issue 3272</a> )
1079
+ <li> Fixed inconsistencies in sample 'text-underline-position' rules.
1080
+ (<a href="https://github.com/w3c/csswg-drafts/issues/3441">Issue 3441</a> )
1083
1081
</ul>
1084
1082
1085
1083
<h3 class="no-num" id="recent-changes">
0 commit comments