Open
Description
rendering suppression for view transitions
a boolean. Initially false.
While a Document’s rendering suppression for view transitions is true, all pointer hit testing must target its document element, ignoring all other elements.
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.