Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[css-view-transitions-2] Require one or more custom ident for view-tr…
…ansition-class
  • Loading branch information
cdoublev committed Feb 2, 2024
commit 13f23aa965aa9dd3383dadf7dd2708409ba85dad
6 changes: 3 additions & 3 deletions css-view-transitions-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ for multiple view transition pseudo elements without having to replicate the cor

<pre class=propdef>
Name: view-transition-class
Value: none | <<custom-ident>>*
Value: none | <<custom-ident>>+
Initial: none
Inherited: no
Percentages: n/a
Expand All @@ -274,7 +274,7 @@ for multiple view transition pseudo elements without having to replicate the cor
: <dfn>none</dfn>
:: No class would apply to the [=named view transition pseudo-elements=] generated for this element.

: <dfn><<custom-ident>>*</dfn>
: <dfn><<custom-ident>>+</dfn>
:: All of the specified <<custom-ident>> values (apart from <css>none</css>) are applied when used in [=named view transition pseudo-element=] selectors.
<css>none</css> is an invalid <<custom-ident>> for 'view-transition-class', even when combined with other <<custom-ident>>s.

Expand Down Expand Up @@ -628,7 +628,7 @@ When capturing the old or new state for an element, perform the following steps
1. Set |inboundTransition|’s [=ViewTransition/phase=] to "`update-callback-called`".

1. Call |onReady|.

Note: The |inboundTransition| is activated after the dispatch of {{Window/pagereveal}} to ensure mutations made in this event apply to the captured new state.

1. At any given time, the UA may decide to skip |inboundTransition|, e.g. after an [=implementation-defined=] timeout.
Expand Down