webc icon indicating copy to clipboard operation
webc copied to clipboard

@attributes strips dash from aria-hidden

Open bennypowers opened this issue 1 year ago • 2 comments

_components/sprite-icon.webc

<svg @attributes><use :href="`#${name}-icon`"></svg>

some template:

<sprite-icon name="print" aria-hidden="true" be-bop="aluba"></sprite-icon>

output:

<svg name="print" ariahidden="true" bebop="aluba"><use href="#print-icon"></use></svg>

bennypowers avatar Apr 10 '23 05:04 bennypowers