[css-houdini-drafts] [css-typed-om] Add a superclass for all the dimensions

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

== [css-typed-om] Add a superclass for all the dimensions ==
There are a few operations that make sense for *all* the dimension 
types: length, angle, etc.  In particular, the math methods currently 
defined on CSSLengthValue make sense on CSSAngleValue as well (right 
now you have to do some annoying manual object-munging to add two 
angle values), the `.equals()` method from #325 works for all of them,
 and the `.from()` static methods could generally work with all the 
dimensions generically.

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

Received on Saturday, 4 February 2017 00:53:22 UTC