Skip to content

Commit 5ee2cf9

Browse files
committed
[css-text-decor-4] Cross-reference -offset from -position
1 parent f714b22 commit 5ee2cf9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-text-decor-4/Overview.bs

+5-3
Original file line numberDiff line numberDiff line change
@@ -474,10 +474,10 @@ Text Underline Position: the 'text-underline-position' property</h3>
474474
Animation type: discrete
475475
</pre>
476476

477-
This property sets the position of an underline specified on the element.
477+
This property sets the position of an underline with respect to the element.
478478
(It does not affect underlines specified by ancestor elements.)
479-
If ''text-underline-position/left'' or ''text-underline-position/right'' is specified alone,
480-
''text-underline-position/auto'' is also implied.
479+
The exact position of the underline can be further adjusted
480+
with 'text-underline-position'.
481481

482482
<div class="example">
483483
The following example styles modern Chinese, Japanese, and Korean
@@ -489,6 +489,8 @@ Text Underline Position: the 'text-underline-position' property</h3>
489489
</pre>
490490
</div>
491491

492+
If ''text-underline-position/left'' or ''text-underline-position/right'' is specified alone,
493+
''text-underline-position/auto'' is also implied.
492494
Values have the following meanings:
493495

494496
<dl dfn-type=value dfn-for=text-underline-position>

0 commit comments

Comments
 (0)