[Bug 16003] CSSTransformValue is defined, but there's no way to get one

https://www.w3.org/Bugs/Public/show_bug.cgi?id=16003

--- Comment #1 from Simon Fraser <smfr@me.com> 2012-02-16 18:33:26 UTC ---
stylesheet.cssRules.item(0).style.getPropertyCSSValue('transform'); would give
you a CSSValueList, and each member of that list is a CSSTransformValue..

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 16 February 2012 18:33:31 UTC