Skip to content

Commit 95cf4b2

Browse files
authored
[css-view-transitions-2] Fix build errors/warnings (#9498)
1 parent d0d81c5 commit 95cf4b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
10681068
which causes the transition to [=skip the view transition|skip=].
10691069
[Discussion of this behavior](https://github.com/w3c/csswg-drafts/issues/8045).
10701070

1071-
: <dfn>process old state captured</dfn>
1071+
: <dfn export>process old state captured</dfn>
10721072
:: An algorithm accepting nothing, or null.
10731073
Initially null.
10741074

css-view-transitions-2/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ the navigation behavior based on the URL.
282282
Note: as per default behavior, the ''@view-transition'' rule can be nested inside a
283283
[=conditional group rule=] such as ''@media'' or ''@supports''.
284284

285-
## The [=@view-transition/view-transition=] property ## {#view-transition-name-prop}
285+
## The [=@view-transition/trigger=] property ## {#view-transition-trigger-descriptor}
286286

287287
<pre class='descdef'>
288288
Name: trigger
@@ -337,7 +337,7 @@ The <dfn attribute for=RevealEvent>viewTransition</dfn> [=getter steps=] are to
337337
};
338338
</xmp>
339339

340-
### {{Document/startViewTransition(options)}} Method Steps ### {#ViewTransition-start-with-options}
340+
### {{Document/startViewTransition(callbackOptions)}} Method Steps ### {#ViewTransition-start-with-options}
341341

342342
<div algorithm="start-vt-with-options">
343343
The [=method steps=] for <dfn method for=Document>startViewTransition(|callbackOptions|)</dfn> are as follows:
@@ -348,7 +348,7 @@ The <dfn attribute for=RevealEvent>viewTransition</dfn> [=getter steps=] are to
348348

349349
1. Let |viewTransition| be the result of running [=method steps=] for {{Document/startViewTransition(updateCallback)}} given |callbackOptions|'s {{StartViewTransitionOptions/update}}.
350350

351-
1. Set |transition|'s [=ViewTransition/active types=] to |callbackOptions|'s {{StartViewTransitionOptions/types}}.
351+
1. Set |viewTransition|'s [=ViewTransition/active types=] to |callbackOptions|'s {{StartViewTransitionOptions/types}}.
352352

353353
1. Return |viewTransition|.
354354
</div>
@@ -359,7 +359,7 @@ The <code>CSSRule</code> interface is extended as follows:
359359

360360
<pre class='idl'>
361361
partial interface CSSRule {
362-
const unsigned short VIEW_TRANSITION_RULE = 15;
362+
const unsigned short VIEW_TRANSITION_RULE = 15;
363363
};
364364
</pre>
365365

@@ -496,7 +496,7 @@ The {{CSSViewTransitionRule}} represents a ''@view-transition'' rule.
496496

497497
1. Set |oldDocument|'s [=active view transition=] to |outboundTransition|.
498498

499-
Note: The process continues in [=setup view transition=], via [=perform pending transition operations=], which is called in [[css-view-transitions-1#monkey-patch-to-rendering-algorithm]].
499+
Note: The process continues in [=setup view transition=], via [=perform pending transition operations=].
500500
</div>
501501

502502
<div algorithm>

0 commit comments

Comments
 (0)