aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.6
AgeCommit message (Collapse)AuthorFilesLines
2021-09-28Remove extra spaces in Markdown files (#35047)Julien Déramond1-10/+10
2021-09-14Update description of active buttons (#34966)Mark Otto1-1/+1
2021-09-09v4: Disabled link cleanup (#34924)Patrick H. Lauke16-54/+58
manual backport of #34886 per https://www.w3.org/TR/html-aria/#docconformance > It is NOT RECOMMENDED to use `aria-disabled="true"` on an `a` element with an `href` attribute. > >NOTE >If a link needs to be "disabled", remove the `href` attribute. This PR removes the unnecessary `href="#"`, `tabindex="-1"`, and `aria-disabled="true"` from disabled links in both docs pages and examples. `aria-disabled="true"` *is* kept for disabled link-based buttons (that have `role="button"`) as there it's appropriate to use (you *want* to convey to assistive technologies that this thing you're claiming is a button is also disabled at the moment) Further, the PR extends the "Link functionality caveat" to show the "proper" way (removing `href` and adding `.disabled` class only) to disable a link, but then explains what to do if that's not possible (and then keeps an example with all the traditional `href="#" tabindex="-1" aria-disabled="true"`, but explains clearly that it's not ideal). Same sort of explanation is also added to the pointer event utilities page
2021-09-08Move RFS version in config.yml and update it.XhmikosR1-1/+1
2021-07-21Backport #34336XhmikosR1-2/+0
Remove unneeded `.text-white-50` CSS rule This is already part of Bootstrap 4.6 and 5.0.
2021-06-09Fix repetition in the description.Christian Oliff1-1/+1
2021-05-21Replace freenode with libera IRC server (#34050)midzer1-1/+1
2021-04-15Remove aria-haspopup from dropdowns (#33624)Patrick H. Lauke11-71/+71
`aria-haspopup="true"` is really intended to signal that an ARIA `menu` will be opened on activation. as a result, some assistive technologies will announce controls with `aria-haspopup="true"` as a menu or menu item (e.g. JAWS and NVDA). In addition, `aria-haspopup` seems to trigger a bug in Edge/Narrator where the `aria-expanded` state is not correctly announced at the moment when `aria-haspopup` is present. This now makes the dropdown button more like a generic disclosure widget control - see also https://www.w3.org/TR/wai-aria-practices-1.2/examples/disclosure/disclosure-navigation.html01
2021-04-06fix typo in docs (#33562)Stefano Bartoletti1-1/+1
2021-03-18Manually backport #33386 to v4 to properly document Sass default variablesMark Otto1-11/+14
2021-03-11Manual backport of #32627 (#33165)Patrick H. Lauke2-30/+30
Carousel: use buttons, not links, for prev/next controls
2021-02-17Backport #32940XhmikosR1-1/+1
* Update the default value for $enable-deprecation-messages As seen in the https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss, the `$enable-deprecation-messages` variable is set to `true` by default.
2021-02-17Add a callout for the sanitizer in popovers and tooltips (#32272)Patrick H. Lauke2-2/+10
* Add a callout for the sanitizer in popovers and tooltips * Add second reference to sanitizer in the options Co-authored-by: XhmikosR <[email protected]>
2021-01-19Release v4.6.0. (#32726)v4.6.0XhmikosR117-0/+19328
* Bump version to v4.6.0. * Dist