[csswg-drafts] [css-view-transitions-1] Simplify definition of "rendering suppression for view transitions" (#10045)

nt1m has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-view-transitions-1] Simplify definition of "rendering suppression for view transitions" ==
> rendering suppression for view transitions
a boolean. Initially false.

> While a [Document](https://dom.spec.whatwg.org/#document)’s [rendering suppression for view transitions](https://www.w3.org/TR/css-view-transitions-1/#document-rendering-suppression-for-view-transitions) is true, all pointer hit testing must target its [document element](https://dom.spec.whatwg.org/#document-element), ignoring all other [elements](https://drafts.csswg.org/css2/#element).

Would it be possible to define this in terms of pre-existing primitives? Something like "the document acts as if `pointer-events: none` was set on the document element". This way this can just be implemented using a simple style adjustment.

cc @khushalsagar @vmpstr 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10045 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 7 March 2024 20:26:06 UTC