From 713da19adc1dd26c18c3bf5ee04da8142a6be429 Mon Sep 17 00:00:00 2001 From: Yunior Batista Date: Thu, 27 Dec 2018 11:49:42 -0500 Subject: [PATCH] Additional Information about the buttons on Bootstrap was added (#26549) added information about the usage of the 'role' attribute when using the btn classes on 'a' tags rather then using regular button elements. --- guide/english/bootstrap/buttons/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/bootstrap/buttons/index.md b/guide/english/bootstrap/buttons/index.md index e7e4fff36d..dde4d2842b 100644 --- a/guide/english/bootstrap/buttons/index.md +++ b/guide/english/bootstrap/buttons/index.md @@ -13,6 +13,8 @@ To use bootstrap buttons you follow the same steps that you would to create a bu `` You can also use bootstrap buttons with the `` and `` elements as shown in the examples below. +As per the [Bootstrap](https://getbootstrap.com/docs/4.0/components/buttons/) documentation, +> When using button classes on elements that are used to trigger in-page functionality (like collapsing content), rather than linking to new pages or sections within the current page, these links should be given a role="button" to appropriately convey their purpose to assistive technologies such as screen readers. `This button is a link`