focus-svelte
focus-svelte copied to clipboard
instead of assigning aria-hidden to every element outside of a lock, assign them to the highest nodes possible
this would dramatically cut down on the number of writes to the DOM.
This may actually be more of a perf hit than not due to having to walk the tree for each node.
Sounds good. Thanks for the nice package!