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 @@ -501,6 +501,8 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
501
501
502
502
# Layout and rendering changes # {#layout-rendering-changes}
503
503
504
+ ## Named and transitioning elements ## {#named-and-transitioning}
505
+
504
506
Both {{Element}} s and [=pseudo-elements=] have a <dfn>involved in a view transition</dfn> , a boolean. Initially false.
505
507
506
508
[=/Elements=] and [=pseudo-elements=] that either have a 'view-transition-name' [=computed value=] that is not ''view-transition-name/none'' ,
@@ -512,6 +514,14 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
512
514
513
515
- a [=backdrop root=] .
514
516
517
+ ## Interactions during suppressed rendering ## {#interactions-during-suppressed}
518
+
519
+ While a {{Document}} |document|'s [=document/transition suppressing rendering=] is true,
520
+ pointer hit testing must target |document|'s [=document element=] ,
521
+ ignoring all other {{Element}} s and [=pseudo-elements=] .
522
+
523
+ Note: This does not effect pointers that are [=pointer capture|captured=] .
524
+
515
525
# User-agent styles # {#ua-styles}
516
526
517
527
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