- From: Rob Dodson <notifications@github.com>
- Date: Wed, 17 Feb 2021 15:09:03 -0800
- To: w3ctag/design-reviews <design-reviews@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 17 February 2021 23:09:15 UTC
Hey @LeaVerou, @alice and I were just chatting about this in a call as a similar question came up on the WICG repo: https://github.com/WICG/inert/issues/165 A quick example of how we recommend folks use inert is: ```html <body> <main inert></main> <div class="dialog"></div> </body> ``` We did discuss the idea of letting subtree items "uninert" themselves but we were concerned that it might lead to unexpected behaviors like every third-party ad trying to uninert itself. Having said that, I think we both recognize that it would be a pretty useful feature. I don't want to speak for Alice, but I'm pretty open to what the larger CSSWG thinks on this point. If folks generally think that the value of letting subtree items break out of the inert tree is useful (and the downsides aren't too great) then maybe we should rethink this bit. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3ctag/design-reviews/issues/610#issuecomment-780914175
Received on Wednesday, 17 February 2021 23:09:15 UTC