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
getter CSSTransformComponent (unsigned long index);
1962
+
1960
1963
readonly attribute boolean is2D;
1961
1964
DOMMatrix toMatrix();
1962
1965
};
1963
1966
</xmp>
1964
1967
1965
-
Issue(487): Assuming the resolution of <a href="https://github.com/heycam/webidl/issues/345">WebIDL#345</a>
1966
-
produces an "arraylike" declaration.
1967
-
1968
1968
A {{CSSTransformValue}}’s [=values to iterate over=]
1969
1969
is a [=list=] of {{CSSTransformComponent}}s.
1970
1970
@@ -2014,6 +2014,9 @@ is a [=list=] of {{CSSTransformComponent}}s.
2014
2014
and with its internal [=matrix/is 2D=] flag set to |is2D|.
2015
2015
</div>
2016
2016
2017
+
The <dfn attribute for=CSSTransformValue>length</dfn> attribute indicates how many transform components are contained within the {{CSSTransformValue}}.
2018
+
2019
+
The <dfn for=CSSTransformValue>indexed getter</dfn> retrieves the transform component at the provided index.
0 commit comments