focus-svelte icon indicating copy to clipboard operation
focus-svelte copied to clipboard

instead of assigning aria-hidden to every element outside of a lock, assign them to the highest nodes possible

Open chanced opened this issue 4 years ago • 2 comments

this would dramatically cut down on the number of writes to the DOM.

chanced avatar Sep 21 '21 16:09 chanced

This may actually be more of a perf hit than not due to having to walk the tree for each node.

chanced avatar Sep 21 '21 17:09 chanced

Sounds good. Thanks for the nice package!

gyurielf avatar Oct 04 '21 16:10 gyurielf