@@ -860,7 +860,7 @@ Text Decoration Line Uniformity</h3>
860860
861861
862862<h4 id="text-decoration-inset-property">
863- Text Decoration Line Trimming and Extension : the 'text-decoration-inset' property</h4>
863+ Adjusting Text Decoration Line Lengths : the 'text-decoration-inset' property</h4>
864864
865865 <pre class="propdef">
866866 Name : text-decoration-inset
@@ -901,7 +901,7 @@ Text Decoration Line Trimming and Extension: the 'text-decoration-inset' propert
901901
902902 <dt> <dfn>auto</dfn> </dt>
903903 <dd>
904- The UA chooses a trim amount that ensures that
904+ The UA chooses an inset amount that ensures that
905905 if two identical underlined elements appear side-by-side
906906 they do not appear to have a single underline.
907907 (This is important in Chinese, where underlining is a form of punctuation.)
@@ -917,15 +917,15 @@ Text Decoration Line Trimming and Extension: the 'text-decoration-inset' propert
917917 </div>
918918 </dl>
919919
920- Text decoration trimming is subject to 'box-decoration-break' :
920+ The adjustment of the text decoration's length is subject to 'box-decoration-break' :
921921 * for ''box-decoration-break/slice'' (the default)
922- trimming is only applied to the [=start=] edge of the first fragment
922+ length adjustment is only applied to the [=start=] edge of the first fragment
923923 and the [=end=] edge of the last fragment,
924- and may accumulate to other fragments if the amount of the trim
924+ and may accumulate to other fragments if the amount of the inset
925925 is more than the length of the fragment.
926926 <!-- Percentages are relative to the total length of the [=decorating box=] . -->
927927 * for ''box-decoration-break/clone''
928- trimming is applied to each fragment independently.
928+ length adjustment is applied to each fragment independently.
929929 <!-- and percentages are relative to the length of that fragment individually -->
930930
931931<h3 id="text-decoration-skipping">
0 commit comments