issues
search
LuccaSA
/
lucca-front
documentation
https://prisme.lucca.io
MIT License
40
stars
4
forks
source link
[Tooltip] Better support for screen-readers
#3221
Open
vvalentin-lucca
opened
1 week ago
vvalentin-lucca
commented
1 week ago
The
luTooltip
component should add a
role="button"
to elements that are not links/buttons/inputs.
The contents of tooltips (or at least their containers with
id
) should be present in the DOM and not created on the fly.
luTooltip
component should add arole="button"
to elements that are not links/buttons/inputs.id
) should be present in the DOM and not created on the fly.