Skip to content

[css-view-transitions-2] Require one or more custom ident for view-transition-class and type #9896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 15, 2024
Merged
Changes from all commits
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
6 changes: 3 additions & 3 deletions css-view-transitions-2/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,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 @@ -279,7 +279,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 @@ -440,7 +440,7 @@ Note: as per default behavior, the ''@view-transition'' rule can be nested insid
<pre class='descdef'>
Name: type
For: @view-transition
Value: none | <<custom-ident>>*
Value: none | <<custom-ident>>+
Initial: none
</pre>

Expand Down