Re: [csswg-drafts] [css-contain] contain:paint should use padding box instead of content box

+1 that "contents" should exclude element background and box decorations. Also in my opinion contain:paint should not clip the output of stacking context effects such as filter:blur.

In other words, contain:paint is behaviorally equivalent to overriding overflow:visible into overflow:hidden (overflow clip and forcing block formatting context) and transform:none into transform:identity (become containing block for all descendants).

-- 
GitHub Notification of comment by trchen1033
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2223#issuecomment-360064085 using your GitHub account

Received on Wednesday, 24 January 2018 08:59:42 UTC