File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -2191,6 +2191,13 @@ The <dfn for=CSSTransformValue>indexed getter</dfn> retrieves the transform comp
2191
2191
and its {{CSSTransformComponent/is2D}} internal slot set to `false`.
2192
2192
</div>
2193
2193
2194
+ <div algorithm="CSSRotate.x" dfn-type=attribute dfn-for=CSSRotate>
2195
+ The <dfn>x</dfn> , <dfn>y</dfn> , and <dfn>z</dfn> attributes must,
2196
+ on setting to a new value |val|,
2197
+ [=rectify a numberish value=] from |val|
2198
+ and set the corresponding internal slot to the result of that.
2199
+ </div>
2200
+
2194
2201
<div algorithm="CSSScale()">
2195
2202
The <dfn constructor for=CSSScale>CSSScale(|x|, |y|, |z|)</dfn> constructor must,
2196
2203
when invoked,
@@ -2219,6 +2226,13 @@ The <dfn for=CSSTransformValue>indexed getter</dfn> retrieves the transform comp
2219
2226
6. Return |this|.
2220
2227
</div>
2221
2228
2229
+ <div algorithm="CSSScale.x" dfn-type=attribute dfn-for=CSSScale>
2230
+ The <dfn>x</dfn> , <dfn>y</dfn> , and <dfn>z</dfn> attributes must,
2231
+ on setting to a new value |val|,
2232
+ [=rectify a numberish value=] from |val|
2233
+ and set the corresponding internal slot to the result of that.
2234
+ </div>
2235
+
2222
2236
<div algorithm="CSSSkew()">
2223
2237
The <dfn constructor for=CSSSkew>CSSSkew(|ax|, |ay|)</dfn> constructor must,
2224
2238
when invoked,
You can’t perform that action at this time.
0 commit comments