idoros / zeejs

Layering in HTML
MIT License
7 stars 0 forks source link

Tabbing into iframes #25

Open idoros opened 4 years ago

idoros commented 4 years ago

Currently tabbing skips iframes. this is because iframes content is not accessible to the code that seeks the next tabbable element. This can be mostly fixed if the code will only take control of focus for the last/first elements of a layer and for focusing into a layer.