Skip to content

Commit f9c58c8

Browse files
authored
Add clarification for writing-mode and other styles. (#9092)
1 parent fb26012 commit f9c58c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-view-transitions-1/Overview.bs

+3-2
Original file line numberDiff line numberDiff line change
@@ -883,8 +883,9 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
883883
* Style the element captures ''::view-transition-old()'' and ''::view-transition-new()''
884884
to match the size and position set on ''::view-transition-group()''
885885
(insofar as possible without breaking their aspect ratios)
886-
as it interpolates between them
887-
(see [=dynamic view transition style sheet=]).
886+
as it interpolates between them.
887+
Since the sizing of these elements depends on the mapping between logical and physical coordinates,
888+
[=dynamic view transition style sheet=] copies relevant styles from the DOM elements.
888889
* Set up a default quarter-second cross-fade animation
889890
for each ''::view-transition-group()''.
890891
</details>

0 commit comments

Comments
 (0)