File tree 1 file changed +10
-0
lines changed
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;
500
500
501
501
# Layout and rendering changes # {#layout-rendering-changes}
502
502
503
+ ## Named and transitioning elements ## {#named-and-transitioning}
504
+
503
505
[=/Elements=] have an <dfn>involved in a view transition</dfn> boolean, initially false.
504
506
505
507
[=/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;
513
515
514
516
Note: This spec uses CSS's definition of [=element=] , which includes [=pseudo-elements=] .
515
517
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
+
516
526
# User-agent styles # {#ua-styles}
517
527
518
528
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