E-mail List Archives
Re: Javascript validator?
From: Cameron Cundiff
Date: Sep 13, 2013 6:43PM
- Next message: Ryan E. Benson: "Re: for Chrome devs: intro to accessibility course"
- Previous message: Andrew Kirkpatrick: "Re: Adobe 11 accessibility check"
- Next message in Thread: Jens O. Meiert: "Re: Javascript validator?"
- Previous message in Thread: Rick Hill: "Javascript validator?"
- View all messages in this Thread
Rick: Take a look at HTML CodeSniffer
bookmarklet<http://squizlabs.github.io/HTML_CodeSniffer/> and
Accessibility Developer Tools extension for
Chrome<https://chrome.google.com/webstore/detail/accessibility-developer-t/fpkknkljclfencbdbgkenhalefipecmb?hl=en>.
Both are client side tools that use javascript to look for accessibility
failures. HTML CodeSniffer has settings for WCAG2 levels, and Accessibility
Developer Tools integrates into Chrome's developer tools nicely.
On Fri, Sep 13, 2013 at 12:42 PM, Rick Hill < <EMAIL REMOVED> > wrote:
> Is there a Javascript-based validator or Javascript that leverages an
> external validator (like WebAIM or ?).
>
> Mu thought is that within CMS systems, adding javascript/CSS that is
> viewed only within the CMS would allow accessibility review/remediation
> prior to publishing live pages from the CMS. Karl Groves recently released
> a CSS file (
> http://www.karlgroves.com/2013/09/07/diagnostic-css-super-quick-web-accessibility-testing/)
> that does a little validation and I have leveraged it to function
> internally I'm CMS as an experiment. This got me thinking about a more
> "universal", local validator that did not rely on a server or a local
> standalone app Â…
> -------------------------------------------------------------------
> Rick Hill, Web CMS Administrator
> Strategic Communications, UC Davis
>
>
> > > >
- Next message: Ryan E. Benson: "Re: for Chrome devs: intro to accessibility course"
- Previous message: Andrew Kirkpatrick: "Re: Adobe 11 accessibility check"
- Next message in Thread: Jens O. Meiert: "Re: Javascript validator?"
- Previous message in Thread: Rick Hill: "Javascript validator?"
- View all messages in this Thread