File tree 1 file changed +5
-3
lines changed
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
24
24
spec:css-shapes-3; type:function; text:rect()
25
25
spec:webidl; type:interface; text:Promise
26
26
spec:css-images-4; type:function; text:element()
27
+ spec:dom; type:dfn; text:document
28
+ spec:css-2022; type:dfn; text:style sheet
27
29
</pre>
28
30
29
31
<pre class=anchors>
@@ -464,7 +466,7 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
464
466
</dl>
465
467
466
468
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=] .
468
470
469
471
## Additions to {{Document}} ## {#additions-to-document}
470
472
@@ -478,8 +480,8 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
478
480
:: a boolean. Initially false.
479
481
480
482
: <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=] .
483
485
484
486
Note: This is used to hold dynamic styles relating to transitions.
485
487
You can’t perform that action at this time.
0 commit comments