File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ import { supports } from "../js/feature-detection.js";
22
33const labels = {
44 sameDocument :
5- "Same-Document View Transitions (<code>document.startViewTransition </code>)" ,
5+ "Same-Document View Transitions (<code>document.start<wbr>View<wbr>Transition </code>)" ,
66 types : "View Transition Types (<code>transition.types</code>)" ,
77 crossDocument :
88 "Cross-Document View Transitions (<code>@view-transition</code> rule)" ,
99 elementScoped :
10- "Element-Scoped View Transitions (<code>Element.startViewTransition </code>)" ,
10+ "Element-Scoped View Transitions (<code>Element.start<wbr>View<wbr>Transition </code>)" ,
1111 activeViewTransition :
12- "Active View Transition tracking (<code>document.activeViewTransition </code>)" ,
12+ "Active View Transition tracking (<code>document.active<wbr>View<wbr>Transition </code>)" ,
1313} ;
1414
1515const statusLights = document . getElementById ( "status-lights" ) ;
Original file line number Diff line number Diff line change 5050 height : 12px ;
5151 border-radius : 50% ;
5252 display : inline-block;
53+ flex-shrink : 0 ;
5354}
5455
5556.light-dot .on {
You can’t perform that action at this time.
0 commit comments