- From: Robert Flack via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 Nov 2022 18:58:24 +0000
- To: public-css-archive@w3.org
Thanks @tabatkins, I can see the value in keeping the parsing and need for escaping simple. So for this proposal, would you prefer that DOMString only support the keyword "auto" and developers have to use CSSNumericValue, e.g. `CSS.px(42)`, for non-auto values? Should `getComputedStyle(elem).viewTimelineInset` return CSSNumericValues? If not, is there an easy way to explicitly parse a string into CSSNumericValues? -- GitHub Notification of comment by flackr Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7748#issuecomment-1317519893 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 16 November 2022 18:58:25 UTC