From 5428108dd1b89affbbc0561d2f1b408b630cbd69 Mon Sep 17 00:00:00 2001 From: "Psychpsyo (Cameron)" <60073468+Psychpsyo@users.noreply.github.com> Date: Wed, 27 May 2026 15:50:29 +0200 Subject: [PATCH] [css-contain] Remove 'text-overflow' from paint-containment optimizations --- css-contain-1/Overview.bs | 2 +- css-contain-2/Overview.bs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,