Skip to content

Commit

Permalink
Changed wording based on PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tcaptan-cr authored and fantasai committed Jun 7, 2022
1 parent 748e095 commit 07f4446
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions css-text-decor-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -339,17 +339,15 @@ Text Decoration Line Thickness: the 'text-decoration-thickness' property</h3>
<dt><dfn><<length>></dfn>
<dd>
Specifies the thickness of text decoration lines as a fixed length.
The UA should round the actual value to the nearest integer,
and ensure it is at least one device pixel.
The UA should round to the nearest positive integer.

Note: A length will inherit as a fixed value,
and will not scale with the font.

<dt><dfn><<percentage>></dfn>
<dd>
<p>Specifies the thickness of text decoration lines as a percentage of ''1em''.
The UA should round the actual value to the nearest integer,
and ensure it is at least one device pixel.
The UA should round to the nearest positive integer.

Note: A percentage will inherit as a relative value,
and will therefore scale with changes in the font as it inherits.
Expand Down

0 comments on commit 07f4446

Please sign in to comment.