WICG / spatial-navigation

Directional focus navigation with arrow keys
https://drafts.csswg.org/css-nav-1/
Other
216 stars 38 forks source link

added support for open shadow dom nodes #224

Open shannon opened 3 years ago

shannon commented 3 years ago

This was just an implementation of the discussion in #217. Rather than extend/override the element methods I just used functions inside the polyfill and called those explicitly. I also a made a few tweaks to allow for recursive shadow dom.