data-sly-attribute.style is not working as expected
This works
<a href="#whatever" style="color: ${colorName @ context='styleToken'};">Link</a>
while this does not work and returns no style attribute
<a href="#whatever" data-sly-attribute.style="color: ${colorName @ context='styleToken'};">Link</a>
Expected result is that both of them should behave the same.
data-sly-attribute.styleis not working as expectedThis works
while this does not work and returns no
styleattributeExpected result is that both of them should behave the same.