0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-14 02:24:00 +01:00
Bootstrap/site/docs/4.1/components
Patrick H. Lauke c031584bcd
SVG accessibility fixes (#27826)
* SVG accessibility fixes

- add `focusable="false"` to all SVGs, to stop IE from including the `<svg>` in its default focus cycle
- completely hide decorative SVGs using `aria-hidden="true"`
- add `role="img"` to meaningful/"content" SVGs, ensure they have an appropriate `<title>` and/or `aria-label`
- simplify placeholder default title

* Simplify usage of placeholder.svg in the docs

- in most cases, no need for separate/redundant text and title (now that we make text itself part of the alternative text explicitly)
- no need (expect in rare cirumstances) to describe the placeholder image (unless the look of the image is important/the actual content, as is the case with the image thumbnail class)

* Simplify example.html rewriting of <svg> to <img> code sample

- as the `alt` for the placeholder isn't really important, just add an ellipsis instead (otherwise, to be correct, we'd have to construct the whole "title+text" construct like we do now in the
placeholder.svg itself

* Change svgo configuration to retain role attribute and add/force focusable=false

- regarding `focusable=false`, see https://github.com/svg/svgo/issues/1011 (which would be the "proper" SVGO fix) and the (hacky) solution https://github.com/svg/svgo/pull/817
2018-12-13 13:09:47 +00:00
..
alerts.md Reorganize docs for easier deploys 2018-07-11 23:30:46 -07:00
badge.md Use the example shortcode in more places. 2018-10-22 09:24:36 +03:00
breadcrumb.md fix typo: seperator -> separator (#26982) 2018-07-27 19:34:30 -07:00
button-group.md Reorganize docs for easier deploys 2018-07-11 23:30:46 -07:00
buttons.md Reorganize docs for easier deploys 2018-07-11 23:30:46 -07:00
card.md SVG accessibility fixes (#27826) 2018-12-13 13:09:47 +00:00
carousel.md SVG accessibility fixes (#27826) 2018-12-13 13:09:47 +00:00
collapse.md Minor/Docs: tweak accordion example heading level (#27620) 2018-11-11 09:12:29 +00:00
dropdowns.md Wrap checkboxes in .form-group (#27624) 2018-11-07 21:54:40 +01:00
forms.md Add switch custom form control (#23004) 2018-12-12 15:28:25 +02:00
input-group.md Document input group wrapping behavior and override via utility class 2018-09-18 14:51:34 +03:00
jumbotron.md Reorganize docs for easier deploys 2018-07-11 23:30:46 -07:00
list-group.md Docs: Improve accessibility of disabled link example (#27614) 2018-11-06 10:47:59 +02:00
media-object.md SVG accessibility fixes (#27826) 2018-12-13 13:09:47 +00:00
modal.md Add Sass variable for prefers-reduced-motion, add callout to affected components (#27581) 2018-11-03 19:23:26 +01:00
navbar.md Docs: Improve accessibility of disabled link example (#27614) 2018-11-06 10:47:59 +02:00
navs.md Allows both OL and UL lists for tab buttons 2018-11-20 09:58:04 +01:00
pagination.md Improve pagination's documentation accessibility. 2018-10-23 06:21:57 +03:00
popovers.md Allow Tooltips/Popovers to work in shadow DOM 2018-12-05 16:02:59 +01:00
progress.md Reorganize docs for easier deploys 2018-07-11 23:30:46 -07:00
scrollspy.md Update Scrollspy doc to include missing method options (#27754) 2018-12-11 10:27:04 +02:00
spinners.md spinners: use .sr-only instead of text-hide technique (#27736) 2018-12-04 08:02:49 +02:00
toasts.md Replace holder.js with SVGs. 2018-11-20 21:31:28 +02:00
tooltips.md Allow Tooltips/Popovers to work in shadow DOM 2018-12-05 16:02:59 +01:00