Skip to content

Commit 7b442a7

Browse files
authored
[css-view-transitions-2] Require one or more custom ident for view-transition-class and type (#9896)
* [css-view-transitions-2] Require one or more custom ident for view-transition-class * [css-view-transitions-2] Require one or more custom ident for @view-transition type
1 parent 9697307 commit 7b442a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-view-transitions-2/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ for multiple view transition pseudo elements without having to replicate the cor
259259

260260
<pre class=propdef>
261261
Name: view-transition-class
262-
Value: none | <<custom-ident>>*
262+
Value: none | <<custom-ident>>+
263263
Initial: none
264264
Inherited: no
265265
Percentages: n/a
@@ -279,7 +279,7 @@ for multiple view transition pseudo elements without having to replicate the cor
279279
: <dfn>none</dfn>
280280
:: No class would apply to the [=named view transition pseudo-elements=] generated for this element.
281281

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

@@ -440,7 +440,7 @@ Note: as per default behavior, the ''@view-transition'' rule can be nested insid
440440
<pre class='descdef'>
441441
Name: type
442442
For: @view-transition
443-
Value: none | <<custom-ident>>*
443+
Value: none | <<custom-ident>>+
444444
Initial: none
445445
</pre>
446446

0 commit comments

Comments
 (0)