Appearance
no-tabindex-on-dialog
Detect tabindex on dialog elements.
error
<dialog tabindex="0">x</dialog>
<dialog>x</dialog>
{ "rules": { "no-tabindex-on-dialog": "error" } }