diff --git a/docs/_includes/components/input-groups.html b/docs/_includes/components/input-groups.html index c94b60c115..221fcad54b 100644 --- a/docs/_includes/components/input-groups.html +++ b/docs/_includes/components/input-groups.html @@ -22,7 +22,7 @@

Place one add-on or button on either side of an input. You may also place one on both sides of an input.

We do not support multiple add-ons on a single side.

We do not support multiple form-controls in a single input group.

-
+
@ @@ -59,7 +59,7 @@

Sizing

Add the relative form sizing classes to the .input-group itself and contents within will automatically resize—no need for repeating the form control size classes on each element.

- +
@ @@ -182,7 +182,7 @@

Buttons with dropdowns

- +
@@ -252,7 +252,7 @@ {% endhighlight %}

Segmented buttons

- +
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 %} -