aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorPatrick H. Lauke <[email protected]>2017-05-05 10:22:09 +0100
committerGitHub <[email protected]>2017-05-05 10:22:09 +0100
commit2a4be9a0c900b635548a27aa8022dca9c3061cef (patch)
treec9d368fa206d4784a3e7b04f9cb7e5afb2161dc8 /docs/index.html
parentc81be7792990a2da0d60bf61b876db85bba9a61a (diff)
downloadbootstrap-2a4be9a0c900b635548a27aa8022dca9c3061cef.tar.xz
bootstrap-2a4be9a0c900b635548a27aa8022dca9c3061cef.zip
Add explicit role="main" to <main> elements (#22574)
For compatibility in IE10/IE11 which don't otherwise "know" this element's role/don't expose it to AT
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index 3b6c9206e..ff037113a 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -2,7 +2,7 @@
layout: home
---
-<main class="bd-masthead" id="content">
+<main class="bd-masthead" id="content" role="main">
<div class="container">
<span class="bd-booticon outline">B</span>
<p class="lead">Bootstrap is the most popular HTML, CSS, and JS framework in the world for building responsive, mobile-first projects on the web.</p>