The focus enforcement list of tabbale items ('button', 'input', 'keygen', 'select', 'textarea') should also include anchors with that have an href attribute a[href]
|
var opts = ['button', 'input', 'keygen', 'select', 'textarea']; |
Should probably be:
var opts = ['button', 'input', 'keygen', 'select', 'textarea', 'a[href]`];
The focus enforcement list of tabbale items (
'button', 'input', 'keygen', 'select', 'textarea') should also include anchors with that have anhrefattributea[href]dialog-polyfill/index.js
Line 244 in 8214290
Should probably be: