@@ -4,7 +4,7 @@ Shortname: css-view-transitions
44Level : 1
55Status : WD
66Group : csswg
7- Date : 2023-04-18
7+ Date : 2023-05-19
88Prepare for TR : yes
99ED : https://drafts.csswg.org/css-view-transitions-1/
1010TR : https://www.w3.org/TR/css-view-transitions-1/
@@ -829,10 +829,10 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
829829 - Its parent stacking context is the root stacking context.
830830
831831 - If the ''::view-transition'' pseudo-element exists,
832- a new stacking context is created for the [=document element=] and [= top layer=] .
832+ a new stacking context is created for the [=document element=] and the [/=document=] 's [=Document/ top layer=] .
833833 The [=view-transition layer=] is a sibling of this stacking context.
834834
835- - The [=view-transition layer=] paints after the stacking context for the [=document element=] and [= top layer=] .
835+ - The [=view-transition layer=] paints after the stacking context for the [=document element=] and [/=document=] 's [=Document/ top layer=] .
836836
837837 Note: The intent of the feature is to be able to capture the contents of the page, which includes the top layer elements.
838838 In order to accomplish that, the [=view-transition layer=] cannot be a part of the captured top layer context,
@@ -1533,7 +1533,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
15331533
15341534 1. If |element| is the [=document element=] , then:
15351535
1536- 1. Render the region of the |element| and the [= top layer=] that intersects the [=snapshot containing block=] ,
1536+ 1. Render the region of the |element| and the [/=document=] 's [=Document/ top layer=] that intersects the [=snapshot containing block=] ,
15371537 on a transparent canvas the size of the [=snapshot containing block=] ,
15381538 following the [=capture rendering characteristics=] , and these additional characteristics:
15391539
@@ -1572,7 +1572,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
15721572 following the [=capture rendering characteristics=] .
15731573
15741574 1. Return the portion of the canvas that includes |element|'s [=ink overflow rectangle=] as an image.
1575- The [=natural size=] of the image must be |element|'s [=border box=]' s [=size=] ,
1575+ The [=natural size=] of the image must be |element|'s [=border box=]' s [=/ size=] ,
15761576 and its origin corresponds to the |element|'s [=border box=]' s origin.
15771577
15781578 </div>
0 commit comments