[css-houdini-drafts] [css-typed-om-1] "rectify a numberish value" doesn't define the global it creates the CSSUnitValue in

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

== [css-typed-om-1] "rectify a numberish value" doesn't define the global it creates the CSSUnitValue in ==
https://drafts.css-houdini.org/css-typed-om-1/#rectify-a-numberish-value

IDL objects have associated globals. Constructors set up the association automatically, but we're not calling a constructor here, just creating a CSSUnitValue from thin air. What is its global?

This is observable in JS, in general, via the prototype chain.

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

Received on Thursday, 15 February 2018 20:26:32 UTC