mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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:
committed by
Jeremy Thomas
parent
c6b56a8d93
commit
544db84ea9
@@ -50,6 +50,10 @@ bootstrap:
|
|||||||
icon: "list"
|
icon: "list"
|
||||||
title: "Additional elements"
|
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."
|
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">
|
<div class="bd-bootstrap-message notification is-radiusless">
|
||||||
|
|||||||
Reference in New Issue
Block a user