diff options
| author | Patrick H. Lauke <[email protected]> | 2017-05-05 10:22:09 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-05 10:22:09 +0100 |
| commit | 2a4be9a0c900b635548a27aa8022dca9c3061cef (patch) | |
| tree | c9d368fa206d4784a3e7b04f9cb7e5afb2161dc8 /docs/examples | |
| parent | c81be7792990a2da0d60bf61b876db85bba9a61a (diff) | |
| download | bootstrap-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/examples')
| -rw-r--r-- | docs/examples/dashboard/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 5270f1705..923c5a594 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -91,7 +91,7 @@ </ul> </nav> - <main class="col-sm-9 offset-sm-3 col-md-10 offset-md-2 pt-3"> + <main class="col-sm-9 offset-sm-3 col-md-10 offset-md-2 pt-3" role="main"> <h1>Dashboard</h1> <section class="row text-center placeholders"> |
