WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Accessibility of Salesforce

for

From: Jesse Hausler
Date: Feb 27, 2015 11:59AM


Hey Folks,

I'm very glad to see a discussion about Salesforce here on Webaim. Howard,
I can try to answer your question.

As you mentioned, there are numerous ways to build on our platform. Our
Visualforce components in the <apex:> namespace largely support
accessibility. They have built in techniques for labeling form fields,
using fieldsets, adding image alts, and other basics. When it comes to more
complex UI, it may be safer from an accessibility standpoint to build or
use a 3rd party JS library that you approve of. Visualforce components were
built very long ago before modern standards and ARIA, etc. We recommend
that developers test their custom UI on our platform as they would any
other UI that they build, meaning we don't offer any specific accessibility
testing tools for VF.

We now offer a new technology for building on our platform called Lightning
Components. These were built from scratch to be accessible following the
w3c's specifications for semantics, keyboard behavior, and ARIA. You can
check out the open source sibling to Lightning Components, named Aura, on
github: https://github.com/forcedotcom/aura. These components do come
packaged with JS accessibility tests.

As Lisa and Karl noted, we are making huge strides with the new products
that we are building. We are active in groups like Accessible Innovators
because we want feedback from the community on how we should build more
complex UIs. We are also aiming to help the web community in general by
releasing tools like http://colorsafe.co to the public.

I'd prefer this thread not turn into a discussion about any accessibility
bugs found in that tool, but if you do have things you would like to
report, please contact the developer
<https://github.com/donnieberg/accessible-color-palette/issues>.

If anyone wants to chat about Salesforce in person, I'll be at CSUN next
week where I'll be speaking on how to be successful with Accessibility in
an Agile World
<http://www.csun.edu/cod/conference/2015/sessions/index.php/public/presentations/view/190>;.
I'll also be at Accessibility Web Camp Bay Area this Saturday.

Take care,
Jesse

On Fri, Feb 27, 2015 at 7:10 AM, Jonathan Avila < <EMAIL REMOVED> >
wrote:

> > And Salesforce UX developed a new color contrast tool for accessibility
> compliance, ColorSafe, http://colorsafe.co/. More
>
> Unfortunately the colors used on the main page (white on a green) do not
> meet the WCAG contrast requirements for sufficient contrast.
>
> Also, the page lacks a vertical scrollbar and content runs off the bottom
> of the screen. For people who use lower resolution or who use browser zoom
> scrollbars should not be prevented from being displayed. The wheel on the
> mouse can't even be used to scroll.
>
> Jonathan
>
> --
>
>