[css-houdini-drafts] [css-typed-om] update CSSPerspectiveValue to accept perspective(none) (#1051)

dbaron has just created a new issue for https://github.com/w3c/css-houdini-drafts:

== [css-typed-om] update CSSPerspectiveValue to accept perspective(none) ==
In https://github.com/w3c/csswg-drafts/issues/6488 the CSS Working Group resolved to add `perspective(none)` and it was added in https://github.com/w3c/csswg-drafts/pull/6691 .

This requires updates to [`CSSPerspective`](https://drafts.css-houdini.org/css-typed-om/#cssperspective).

It's not clear to me if the best way to make these updates is by changing `CSSNumericValue` to `CSSStyleValue` or changing it to `(CSSNumericValue or CSSKeywordValue)`, perhaps (although probably not) to `CSSNumericValue?`.

Maybe @tabatkins or others have opinions on this?

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


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

Received on Tuesday, 12 October 2021 14:17:19 UTC