Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css-contain-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ Possible Paint-Containment Optimizations</h4>
and could otherwise be skipped.

2. Unless the clipped content is made accessible via a separate mechanism
such as the 'overflow', 'resize', or 'text-overflow' properties,
such as the 'overflow' or 'resize' properties,
the UA can reserve "canvas" space for the box exactly the box's size.
(In similar, scrollable, situations, like ''overflow: hidden'',
it's possible to scroll to the currently-clipped content,
Expand Down
2 changes: 1 addition & 1 deletion css-contain-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,7 @@ Possible Paint-Containment Optimizations</h4>
and could otherwise be skipped.

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