From 3d44104aabd1be5940a8271b55d9e76368073524 Mon Sep 17 00:00:00 2001 From: tcaptan-cr <105748547+tcaptan-cr@users.noreply.github.com> Date: Thu, 19 May 2022 14:33:49 -0700 Subject: [PATCH] Rewording --- css-text-decor-4/Overview.bs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/css-text-decor-4/Overview.bs b/css-text-decor-4/Overview.bs index 05aec3c1c18..9065e6856ea 100644 --- a/css-text-decor-4/Overview.bs +++ b/css-text-decor-4/Overview.bs @@ -339,7 +339,8 @@ Text Decoration Line Thickness: the 'text-decoration-thickness' property
<>
Specifies the thickness of text decoration lines as a fixed length. - The UA should round to the nearest positive integer. + The UA should round the actual value to the nearest integer device pixel, + and ensure it is at least one device pixel. Note: A length will inherit as a fixed value, and will not scale with the font. @@ -347,7 +348,8 @@ Text Decoration Line Thickness: the 'text-decoration-thickness' property
<>

Specifies the thickness of text decoration lines as a percentage of ''1em''. - The UA should round to the nearest positive integer. + The UA should round the actual value to the nearest integer device pixel, + and ensure it is at least one device pixel. Note: A percentage will inherit as a relative value, and will therefore scale with changes in the font as it inherits.