From: Peter Blazejewicz Date: Sat, 24 Feb 2018 23:15:19 +0000 (+0100) Subject: Add tabindex attribute to disabled buttons sample. Closes #23361 (#25680) X-Git-Tag: v4.1.0~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9b194ae21bf366a00534f80368d9a1dbbaadb2e;p=thirdparty%2Fbootstrap.git Add tabindex attribute to disabled buttons sample. Closes #23361 (#25680) As discussed in issue's comment: https://git.io/vAuPW Thanks! --- diff --git a/docs/4.0/components/buttons.md b/docs/4.0/components/buttons.md index 60373be6c7..d37fbfcf82 100644 --- a/docs/4.0/components/buttons.md +++ b/docs/4.0/components/buttons.md @@ -90,8 +90,8 @@ Disabled buttons using the `` element behave a bit different: - Disabled buttons should include the `aria-disabled="true"` attribute to indicate the state of the element to assistive technologies. {% example html %} -Primary link -Link +Primary link +Link {% endexample %} {% callout warning %}