Skip to content

Commit 06b5d87

Browse files
committed
[css-text-decor-4] Make text-underline-offset not a sub-property of text-decoration, since it's probably better for it to cascade independently.
1 parent 7031663 commit 06b5d87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-text-decor-4/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ Text Underline Offset: the 'text-underline-offset' property</h3>
167167
Value: auto | <<length>>
168168
Initial: auto
169169
Applies to: all elements
170-
Inherited: no
170+
Inherited: yes
171171
Percentages: N/A
172172
Media: visual
173173
Computed value: as specified
174174
Animatable: no
175175
</pre>
176176

177-
This property, which is also a <a>sub-property</a> of the 'text-decoration' shorthand,
177+
This property, which is <em>not</em> a <a>sub-property</a> of the 'text-decoration' shorthand,
178178
sets the offset of underlines from their initial position.
179179

180180
Values have the following meanings:

0 commit comments

Comments
 (0)