@@ -59,10 +59,8 @@ Text Decoration Line Thickness: the 'text-decoration-width' property</h3>
59
59
<dd>
60
60
Specifies the thickness of text decoration lines as a length.
61
61
The UA must floor the actual value at one device pixel.
62
- <span class="advisement">
63
62
Authors are strongly encouraged to use ''em'' units
64
63
so that the line thickness scales with the font.
65
- </span>
66
64
</dl>
67
65
68
66
<h4 id="text-decoration-thickness">
@@ -102,24 +100,14 @@ Text Underline Offset: the 'text-underline-offset' property</h3>
102
100
Specifies the offset of underlines as a length.
103
101
This replaces any information in the font
104
102
or derived from glyph shapes / character ranges.
105
- <span class="advisement">
106
103
Authors are strongly encouraged to use ''em'' units
107
104
so that the offset scales with the font.
108
- </span>
109
105
</dl>
110
106
111
107
The initial position of the underline depends on the value of 'text-underline-position'
112
108
as detailed below.
113
109
114
- <ul>
115
- <li>The line is centered on the specified position.
116
- <li>Positive lengths represent inward distances; negative lengths outward.
117
- <li>Automatic adjustments made to accommodate descendant content are maintained;
118
- the 'text-underline-offset' is in addition to those.
119
- <span class="issue">Should this be removed?</span>
120
- </ul>
121
-
122
- <table>
110
+ <table class="data">
123
111
<caption>Interaction of 'text-underline-position' and 'text-underline-offset'
124
112
<thead>
125
113
<tr>
@@ -141,6 +129,14 @@ Text Underline Offset: the 'text-underline-offset' property</h3>
141
129
<td><a>under</a>
142
130
</table>
143
131
132
+ <ul>
133
+ <li>The line is centered on the specified position.
134
+ <li>Positive lengths represent inward distances; negative lengths outward.
135
+ <li>Automatic adjustments made to accommodate descendant content are maintained;
136
+ the 'text-underline-offset' is in addition to those.
137
+ <span class="issue">Should this be removed?</span>
138
+ </ul>
139
+
144
140
<h3 id="text-decoration-skip-property">
145
141
Text Decoration Line Continuity: the 'text-decoration-skip' property</h3>
146
142
0 commit comments