@@ -109,10 +109,10 @@ Text Decoration Lines: the 'text-decoration-line' property</h3>
109
109
as modifications to its default styling.
110
110
111
111
<h3 id="text-decoration-width-property">
112
- Text Decoration Line Thickness: the 'text-decoration-width ' property</h3>
112
+ Text Decoration Line Thickness: the 'text-decoration-thickness ' property</h3>
113
113
114
114
<pre class="propdef">
115
- Name : text-decoration-width
115
+ Name : text-decoration-thickenss
116
116
Value : auto | from-font | <<length>>
117
117
Initial : auto
118
118
Applies to : all elements
@@ -127,7 +127,7 @@ Text Decoration Line Thickness: the 'text-decoration-width' property</h3>
127
127
128
128
Values have the following meanings:
129
129
130
- <dl dfn-for=text-decoration-width dfn-type=value>
130
+ <dl dfn-for=text-decoration-thickness dfn-type=value>
131
131
<dt> <dfn>auto</dfn>
132
132
<dd>
133
133
The UA chooses an appropriate thickness for text decoration lines;
@@ -138,7 +138,7 @@ Text Decoration Line Thickness: the 'text-decoration-width' property</h3>
138
138
If the <a>first available font</a> has
139
139
metrics indicating a preferred underline width,
140
140
use that width,
141
- otherwise behaves as ''text-decoration-width /auto'' .
141
+ otherwise behaves as ''text-decoration-thickness /auto'' .
142
142
143
143
<dt> <dfn><<length>></dfn>
144
144
<dd>
@@ -148,6 +148,12 @@ Text Decoration Line Thickness: the 'text-decoration-width' property</h3>
148
148
so that the line thickness scales with the font.
149
149
</dl>
150
150
151
+ ISSUE: While <code> text-decoration-thickness</code> seems to be more intuitive
152
+ than <code> text-decoration-width</code> for English-speakers,
153
+ other line-thicknesses in CSS
154
+ (e.g. <code> border-width</code> and <code> column-rule-width</code> )
155
+ are called “widths”.
156
+
151
157
<h4 id="text-decoration-thickness">
152
158
Automatic Thickness of Text Decoration Lines</h4>
153
159
0 commit comments