Used values for contain different from none on the root or body elements will disable propagation of CSS properties from body as per specification[1]. [1] https://drafts.csswg.org/css-contain-1/#c3
M96
Hey Rune,
Is there any way for developers to know behavior has changed on their sites when this ships? (Or alternatively, any clues for folks triaging bugs, besides bisecting?).
I'm wondering about sites where breakage is pretty bad. Would it be useful to ship a devtools issue (probably overkill given the use counter data, especially if they're over-counting problematic cases...)?
(Also, I asked dholbert if he thinks it's something Gecko would want to ship in https://bugzilla.mozilla.org/show_bug.cgi?id=1730763#c2)
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CACuPfeSk22%3D%2Bn%3DSuG%2BK8p%2BYKA%3DLE4AoZ7516LkddzARZp7_yhA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/blink-dev/CAKXHy%3De43pQBXdxbi%2BjjdTfO2SeH1%3Dieqvw8fkaSDXdoUR-8Vw%40mail.gmail.com.
On Wed, Sep 15, 2021 at 2:55 PM Mike Taylor <mike...@chromium.org> wrote:Hey Rune,
Is there any way for developers to know behavior has changed on their sites when this ships? (Or alternatively, any clues for folks triaging bugs, besides bisecting?).
I'm wondering about sites where breakage is pretty bad. Would it be useful to ship a devtools issue (probably overkill given the use counter data, especially if they're over-counting problematic cases...)?You mean adding a devtools warning if the propagated values would have been different without containment?