Skip to content

data-sly-attribute.style is not working #201

@panec

Description

@panec

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.

Metadata

Metadata

Assignees

Labels

wontfixThis will not be worked on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions