diff --git a/css-contain-1/Overview.bs b/css-contain-1/Overview.bs index e40e03454322..1eaadd853ad9 100644 --- a/css-contain-1/Overview.bs +++ b/css-contain-1/Overview.bs @@ -1099,7 +1099,7 @@ Possible Paint-Containment Optimizations 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, diff --git a/css-contain-2/Overview.bs b/css-contain-2/Overview.bs index bb532e301f94..27718402ebaf 100644 --- a/css-contain-2/Overview.bs +++ b/css-contain-2/Overview.bs @@ -1535,7 +1535,7 @@ Possible Paint-Containment Optimizations 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,