We maintain an implementation of CSS.* so we know when values are boxed within types, would be nice to have bindings to the browser function (in melange/rescript) to delegate this work to them.
Spec: https://www.w3.org/TR/css-typed-om-1/
Draft: https://drafts.css-houdini.org/css-typed-om
Polyfill: https://github.com/csstools/css-typed-om
CanIUse issue: Fyrd/caniuse#4164
Houdini: https://drafts.css-houdini.org/css-typed-om-2 (CSS Typed OM 2)
In naitve, we would need to keep the implementation to work properly (or in case of being extracted, we might not need it!)
We maintain an implementation of
CSS.*so we know when values are boxed within types, would be nice to have bindings to the browser function (in melange/rescript) to delegate this work to them.Spec: https://www.w3.org/TR/css-typed-om-1/
Draft: https://drafts.css-houdini.org/css-typed-om
Polyfill: https://github.com/csstools/css-typed-om
CanIUse issue: Fyrd/caniuse#4164
Houdini: https://drafts.css-houdini.org/css-typed-om-2 (CSS Typed OM 2)
In naitve, we would need to keep the implementation to work properly (or in case of being extracted, we might not need it!)