aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.6/components
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. Lauke7-36/+40
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-06-09Fix repetition in the description.Christian Oliff1-1/+1
2021-04-15Remove aria-haspopup from dropdowns (#33624)Patrick H. Lauke6-58/+58
`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-03-11Manual backport of #32627 (#33165)Patrick H. Lauke1-26/+26
Carousel: use buttons, not links, for prev/next controls
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.0XhmikosR24-0/+9368
* Bump version to v4.6.0. * Dist