File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,8 @@ spec:css-position-3; type:property
2424spec:css-shapes-3; type:function; text:rect()
2525spec:webidl; type:interface; text:Promise
2626spec: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
You can’t perform that action at this time.
0 commit comments