How to Have Children Inherit Parent tabindex Value – Html
Is there a way to apply a parent's tabindex to all of it's children? Example code: <div id="app"> <div tabindex="2" class="parent-section"> Section 2 <a href="test.com" class="child-section bg-accent">test 2 a</a> <a href="test.com" class="child-section bg-accent">test 2 b</a> <a href="test.com" class="child-section bg-accent">test 2…