E-mail List Archives
Re: status of Twitter Bootstrap and accessibility
From: Maraikayar Prem Nawaz
Date: Jun 13, 2013 8:27AM
- Next message: McMorland, Gabriel: "Will longdesc still be best practice in next few years?"
- Previous message: Jonathan Metz: "Re: A better PDF editor for accessibility?"
- Next message in Thread: None
- Previous message in Thread: Greg Gamble: "Re: status of Twitter Bootstrap and accessibility"
- View all messages in this Thread
Hi Len,
You are correct. Bootstrap has many accessibility issues like color
contrast, Aria, Keyboard Accessibility, etc. When i last checked with
them they were busy with their BootStrap 3.0 release.
Again what is that you are going to use the BootStrap for? If it is for
layouts etc, then use it.
If it is for JavaScript components like tooltip, dropdown, modal dialog
etc., i would recommend to use Jquery or YUI as many of these accessibility
issues have been identified and fixed.
But if you still want to use it for javascript
components<http://twitter.github.io/bootstrap/javascript.html> you
can see my code changes and apply on top of your code.
Best Wishes
-Nawaz
On Thu, Jun 13, 2013 at 3:44 AM, Greg Gamble < <EMAIL REMOVED> > wrote:
> Twitter Bootstrap does use Aria tags. It's the custom code you add to it
> that needs to be fixed. Bootstrap in of itself is pretty good from my
> testing. They just have different ideas on how things should work, and
> considering the people who are driving it, are doing a good job with it too.
>
> Alerts are one area where they do things differently. They're developing
> it with a stoplight theme/view, where the color is the information part and
> the text is the fluff. Thats the reason they, the alerts, fail a contrast
> test.
>
> Another issue that people complain about is the size of the code base. If
> you take only what your going to use, it's actually a descent size.
>
> Greg
>
>
- Next message: McMorland, Gabriel: "Will longdesc still be best practice in next few years?"
- Previous message: Jonathan Metz: "Re: A better PDF editor for accessibility?"
- Next message in Thread: None
- Previous message in Thread: Greg Gamble: "Re: status of Twitter Bootstrap and accessibility"
- View all messages in this Thread