File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -339,17 +339,15 @@ Text Decoration Line Thickness: the 'text-decoration-thickness' property</h3>
339339 <dt> <dfn><<length>></dfn>
340340 <dd>
341341 Specifies the thickness of text decoration lines as a fixed length.
342- The UA should round the actual value to the nearest integer,
343- and ensure it is at least one device pixel.
342+ The UA should round to the nearest positive integer.
344343
345344 Note: A length will inherit as a fixed value,
346345 and will not scale with the font.
347346
348347 <dt> <dfn><<percentage>></dfn>
349348 <dd>
350349 <p> Specifies the thickness of text decoration lines as a percentage of ''1em'' .
351- The UA should round the actual value to the nearest integer,
352- and ensure it is at least one device pixel.
350+ The UA should round to the nearest positive integer.
353351
354352 Note: A percentage will inherit as a relative value,
355353 and will therefore scale with changes in the font as it inherits.
You can’t perform that action at this time.
0 commit comments