Skip to content

Commit 4a0351f

Browse files
committed
Fix refs
1 parent 97f363e commit 4a0351f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ spec:css-position-3; type:property
2424
spec:css-shapes-3; type:function; text:rect()
2525
spec:webidl; type:interface; text:Promise
2626
spec:css-images-4; type:function; text:element()
27+
spec:dom; type:dfn; text:document
28+
spec:css-2022; type:dfn; text:style sheet
2729
</pre>
2830

2931
<pre class=anchors>
@@ -464,7 +466,7 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
464466
</dl>
465467

466468
Note: These are used to update, and later remove styles
467-
from a [=document=]'s [=document/view transition style sheet=].
469+
from a [=/document=]'s [=document/view transition style sheet=].
468470

469471
## Additions to {{Document}} ## {#additions-to-document}
470472

@@ -478,8 +480,8 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
478480
:: a boolean. Initially false.
479481

480482
: <dfn>view transition style sheet</dfn>
481-
:: a [=style sheet=].
482-
Initially a new [=style sheet=] in the [=user-agent origin=], ordered after the [=HTML user agent style sheet=].
483+
:: a [=/style sheet=].
484+
Initially a new [=/style sheet=] in the [=user-agent origin=], ordered after the [=HTML user agent style sheet=].
483485

484486
Note: This is used to hold dynamic styles relating to transitions.
485487

0 commit comments

Comments
 (0)