Source code, extremely reduced: <img src="foo.svg" alt="45" style="-webkit-transform: rotate( attr(alt, angle) )"> Expected result: the image, rotated. Actual result: the image, not turning a degree.
(In reply to comment #0) > Source code, extremely reduced: > > <img src="foo.svg" alt="45" style="-webkit-transform: rotate( attr(alt, angle) )"> > > Expected result: the image, rotated. > > Actual result: the image, not turning a degree. Hi, Does your construction work in other browsers? attr() functional notation is used in conjunction with the content property for :before|:after pseudo-elements. Regards,