Skip to content

Commit 30c1c7e

Browse files
authored
Editorial: fix broken refs and bikeshed warnings (w3c#8863)
1 parent 81af261 commit 30c1c7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Shortname: css-view-transitions
44
Level: 1
55
Status: WD
66
Group: csswg
7-
Date: 2023-04-18
7+
Date: 2023-05-19
88
Prepare for TR: yes
99
ED: https://drafts.csswg.org/css-view-transitions-1/
1010
TR: 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

Comments
 (0)