diff --git a/docs/_includes/components/navbar.html b/docs/_includes/components/navbar.html index 0b9b423277..db157de7c8 100644 --- a/docs/_includes/components/navbar.html +++ b/docs/_includes/components/navbar.html @@ -25,11 +25,11 @@

Make navbars accessible

-

Be sure to add a role="navigation" to every navbar to help with accessibility.

+

Be sure to use a <nav> element or, if using a more generic element such as a <div>, add a role="navigation" to every navbar to explicitly identify it as a landmark region for users of assistive technologies.

-
{% highlight html %} -