.modal
must have a role="dialog"
attribute.
For accessibility reasons, all modals (i.e. elements with the .modal
class) must have a role
attribute with a value of dialog
.
Wrong:
<div class="modal" tabindex="-1"> ... </div>
Right:
<div class="modal" tabindex="-1" role="dialog"> ... </div>
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4