Now that Cash is modularized, should we add the following methods?
outerHeight()
outerWidth()
innerHeight()
innerWidth()
They'd be useful for having more refined control of determining the size of elements without having to hardcode in magic numbers, or try to acquire the numbers with calls to getComputedStyle(elem);