@@ -944,16 +944,10 @@ <h3 id=text-underline-position-property><span class=secno>2.6. </span> Text
944944 title ="text-underline-position: under "> ‘< code
945945 class =css > under</ code > ’</ dfn >
946946
947- < dd > In horizontal writing modes, the underline is positioned relative to
948- the under edge of the element's content box. In this case the underline
949- usually does not cross the descenders. (This is sometimes called
950- "accounting" underline.) If the underline affects descendants with a
951- lower content edge, the user agent should shift the underline down
952- further to the lowest underlined content box edge. The user agent may
953- ignore elements with ‘< code class =css > vertical-align</ code > ’ values
954- given as lengths, percentages, ‘< code class =css > top</ code > ’, or
955- ‘< code class =css > bottom</ code > ’ when making this adjustment. (Note
956- that images that are not affected by the underline per ‘< a
947+ < dd > In horizontal writing modes, the underline is positioned < i > under</ i >
948+ the element's text content. In this case the underline usually does not
949+ cross the descenders. (This is sometimes called "accounting" underline.)
950+ (Note that images that are not affected by the underline per ‘< a
957951 href ="#text-decoration-skip "> < code
958952 class =property > text-decoration-skip</ code > </ a > ’ will not affect the
959953 position of the underline.)
@@ -1071,7 +1065,7 @@ <h3 id=line-position><span class=secno>2.7. </span> Determining the
10711065 < dd > Align the line decoration with respect to the highest
10721066 <!-- <i>text-over</i> baseline of the considered fragments. --> < a
10731067 href ="http://dev.w3.org/csswg/css3-writing-modes/#over "> < i > over</ i > </ a >
1074- edge of the considered fragments' EM boxes.
1068+ edge of the considered fragments’ content boxes.
10751069
10761070 < dt > < a href ="#underline-alphabetic "> < i > alphabetic</ i > </ a > underlines
10771071
@@ -1093,7 +1087,7 @@ <h3 id=line-position><span class=secno>2.7. </span> Determining the
10931087 < dd > Position the line decoration with respect to the lowest
10941088 <!-- <i>text-under</i> baseline of the considered fragments. --> < a
10951089 href ="http://dev.w3.org/csswg/css3-writing-modes/#under "> < i > under</ i > </ a >
1096- edge of the considered fragments' EM boxes.
1090+ edge of the considered fragments’ content boxes.
10971091
10981092 < dt > line-throughs
10991093
0 commit comments