Skip to content

Commit 8c4d951

Browse files
committed
[css-view-transitions-1] Don't define auto in the syntax
This is inconsistent with how other specs define custom ident restrictions.
1 parent 3a5b91c commit 8c4d951

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
511511

512512
<pre class=propdef>
513513
Name: view-transition-name
514-
Value: none | auto | <<custom-ident>>
514+
Value: none | <<custom-ident>>
515515
Initial: none
516516
Inherited: no
517517
Percentages: n/a
@@ -534,9 +534,6 @@ urlPrefix: https://wicg.github.io/navigation-api/; type: interface;
534534
: <dfn>none</dfn>
535535
:: The [=/element=] will not participate independently in a view transition.
536536

537-
: <dfn>auto</dfn>
538-
:: This should be treated as an invalid value, despite being a valid <<custom-ident>>. The property value remains unchanged.
539-
540537
: <dfn><<custom-ident>></dfn>
541538
:: The [=/element=] participates independently in a view transition--
542539
as either an old or new [=/element=]--

0 commit comments

Comments
 (0)