ESL A11yGroup
Version: 1.0.0
Authors: Julia Murashko
ESLA11yGroup - helper custom element that adds a11y group behavior to targets. ESLA11yGroup tracks keyboard to loop focus of the targeting elements (with arrow keyboard keys navigation).
targets
- property to declare targets for the group using TraversingQuery syntax. Use group parent element as a base element.activate-selected
- activate the element usingclick
event on selection change via esl-a11y-group
<div class="container">
<esl-a11y-group targets="::find(.target)"></esl-a11y-group>
<button class="target"></button>
<button class="target"></button>
<button class="target"></button>
</div>