File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -500,6 +500,8 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
500500
501501# Layout and rendering changes # {#layout-rendering-changes}
502502
503+ ## Named and transitioning elements ## {#named-and-transitioning}
504+
503505 [=/Elements=] have an <dfn>involved in a view transition</dfn> boolean, initially false.
504506
505507 [=/Elements=] that either have a 'view-transition-name' [=computed value=] that is not ''view-transition-name/none'' ,
@@ -513,6 +515,14 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
513515
514516 Note: This spec uses CSS's definition of [=element=] , which includes [=pseudo-elements=] .
515517
518+ ## Interactions during suppressed rendering ## {#interactions-during-suppressed}
519+
520+ While a {{Document}} |document|'s [=document/transition suppressing rendering=] is true,
521+ pointer hit testing must target |document|'s [=document element=] ,
522+ ignoring all other [=elements=] .
523+
524+ Note: This does not effect pointers that are [=pointer capture|captured=] .
525+
516526# User-agent styles # {#ua-styles}
517527
518528 The <dfn>global view transition user agent style sheet</dfn> is a style sheet in the [=user-agent origin=] , used in all namespaces.
You can’t perform that action at this time.
0 commit comments