A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/twbs/bootlint/wiki/E046 below:

E046 · twbs/bootlint Wiki · GitHub

E046 .modal elements must have a tabindex attribute.

For accessibility reasons, all modals (i.e. elements with the .modal class) must have a tabindex attribute. Normally -1 is used as the value, resulting in tabindex="-1".

Wrong:

<div class="modal" role="dialog">
  ...
</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