For example, when applying transform: rotateZ(30deg)
the element rotates clockwise. Why was it chosen for CSS transform rotation to be clockwise rather than using a standard convention like the right hand rule?
In other words, why was left handedness chosen?