Skip to content

Commit 5428108

Browse files
committed
[css-contain] Remove 'text-overflow' from paint-containment optimizations
1 parent 88d526f commit 5428108

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css-contain-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1099,7 +1099,7 @@ Possible Paint-Containment Optimizations</h4>
10991099
and could otherwise be skipped.
11001100

11011101
2. Unless the clipped content is made accessible via a separate mechanism
1102-
such as the 'overflow', 'resize', or 'text-overflow' properties,
1102+
such as the 'overflow' or 'resize' properties,
11031103
the UA can reserve "canvas" space for the box exactly the box's size.
11041104
(In similar, scrollable, situations, like ''overflow: hidden'',
11051105
it's possible to scroll to the currently-clipped content,

css-contain-2/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,7 +1535,7 @@ Possible Paint-Containment Optimizations</h4>
15351535
and could otherwise be skipped.
15361536

15371537
2. Unless the clipped content is made accessible via a separate mechanism
1538-
such as the 'overflow', 'resize', or 'text-overflow' properties,
1538+
such as the 'overflow' or 'resize' properties,
15391539
the UA can reserve "canvas" space for the box exactly the box's size.
15401540
(In similar, scrollable, situations, like ''overflow: hidden'',
15411541
it's possible to scroll to the currently-clipped content,

0 commit comments

Comments
 (0)