You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Came across a couple of issues while implementing CSSTranslate, but they apply to others:
Many of these attributes' behaviour (for example the x/y/z attributes of CSSTranslate), are not specced at all.
Second, the spec for the x/y/z attributes on CSSRotate and CSSScale say:
The x, y, and z attributes must, on setting to a new value val, rectify a numberish value from val and set the corresponding internal slot to the result of that.