[csswg-drafts] [css-view-transitions-2] Should `CSSViewTransitionTypeSet` specifically handle `none`? (#10142)

cdoublev has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-view-transitions-2] Should `CSSViewTransitionTypeSet` specifically handle `none`? ==
Since [`@view-transition/types`](https://drafts.csswg.org/css-view-transitions-2/#descdef-view-transition-types) is defined with either `none` or `<custom-ident>+`, should [`CSSViewTransitionTypeSet`](https://drafts.csswg.org/css-view-transitions-2/#cssviewtransitiontypeset) entries be cleared when adding `none`?

Note: there is probably no need to check for a valid `<custom-ident>`, assuming the input is [escaped](https://drafts.csswg.org/cssom-1/#dom-css-escape) at parse/serialization time when required (eg. `{}`, `;`, `1`, etc).

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10142 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 26 March 2024 06:53:32 UTC