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
- Clarify that a percentage z-value for transform-origin, and for translate3d() and translateZ()
cause the property to be invalid.
- Fix wording of of "Percentages: refer to..." for transform-origin.
specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively.
657
+
specifies a 3D translation by the vector [tx,ty,tz], with tx, ty and tz being the first, second and third translation-value parameters respectively. Note that <percentage> values are not allowed in the tz translation-value, and if present will cause the propery value to be invalid.
specifies a <ahref="http://www.w3.org/TR/SVG/coords.html#TranslationDefined">translation</a> by the given amount in the Z direction. Note that percentage values are not allowed in the translateZ translation-value, and if present are evaluated as 0.
675
+
specifies a <ahref="http://www.w3.org/TR/SVG/coords.html#TranslationDefined">translation</a> by the given amount in the Z direction. Note that <percentage> values are not allowed in the translateZ translation-value, and if present will cause the propery value to be invalid.
0 commit comments