Skip to content

Commit c6e4800

Browse files
Fix refs (w3c#8317)
1 parent e31d4f7 commit c6e4800

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>
@@ -466,7 +468,7 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
466468
</dl>
467469

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

471473
## Additions to {{Document}} ## {#additions-to-document}
472474

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

482484
: <dfn>view transition style sheet</dfn>
483-
:: a [=style sheet=].
484-
Initially a new [=style sheet=] in the [=user-agent origin=], ordered after the [=HTML user agent style sheet=].
485+
:: a [=/style sheet=].
486+
Initially a new [=/style sheet=] in the [=user-agent origin=], ordered after the [=HTML user agent style sheet=].
485487

486488
Note: This is used to hold dynamic styles relating to transitions.
487489

0 commit comments

Comments
 (0)