add Accessibility section for Bootstrap
It looks like Bulma's accessibility profile is very slowly improving but will never (unless given infinite timeline) match that of Bootstrap’s. For those of us that are legally required to meet a11y guidelines (US Government/Education), this is an important point that should be highlighted.
This commit is contained in:
parent
c6b56a8d93
commit
544db84ea9
1 changed files with 4 additions and 0 deletions
|
@ -50,6 +50,10 @@ bootstrap:
|
|||
icon: "list"
|
||||
title: "Additional elements"
|
||||
content: "Bootstrap has some **elements** like [list group](https://getbootstrap.com/components/#list-group), [wells](https://getbootstrap.com/components/#wells), or [page header](https://getbootstrap.com/components/#page-header) that Bulma doesn't have."
|
||||
- type: "bootstrap"
|
||||
icon: "universal-access"
|
||||
title: "Accessibility"
|
||||
content: "Bulma has introduced some support for accessibility, but Bootstrap has strong and pervasive compatibility with **WCAG 2.0** guidelines."
|
||||
---
|
||||
|
||||
<div class="bd-bootstrap-message notification is-radiusless">
|
||||
|
|
Loading…
Add table
Reference in a new issue