项目作者: philipealmeida

项目描述 :
AACB – Toolbar Web Accessibility
高级语言: JavaScript
项目地址: git://github.com/philipealmeida/aacb-toolbar.git
创建时间: 2018-09-27T05:10:45Z
项目社区:https://github.com/philipealmeida/aacb-toolbar

开源协议:MIT License

下载


AACB Web Accessibility Toolbar

An accessibility bar proposal for visual impairments, which meets
accessibility guidelines for WCAG 2.0 content.

How to use

  1. Dowload aacb.min.js, and move file to your app directory.

  2. Call script to your application before tag body

    1. <!-- Call script of AACB Toolbar -->
    2. <script type="text/javascript" src="[yourScriptPath]/aacb.min.js"></script>
    3. </body>
    4. </html>
  3. For render the toolbar, add the aacb-toolbar attribute:

  1. <section aacb-toolbar></section>

Optionally, AACB toolbar uses HTML ‘accesskey’ to specify a shortcut key to activate / focus an element.
Enabling direct keyboard navigation of application areas.

Use current ids in the sections of your application, available (content, mainNav, search, footer):

  • content

  • mainNav

  • search

  • footer

Supported browsers

AACB - Toolbar Web Accessibility works in IE9+, Chrome 32+ and all modern browsers.
If you want to support browsers below IE9, for example by using Modernizr.

Chrome logo Edge logo Firefox logo Internet Explorer logo Opera logo Safari logo
32+ ✔ 10+ ✔ 30+ ✔ 9+ ✔ 16+ ✔ 9+ ✔

Changelog

Check what was changed in the newest version in the Changelog.

Author

The library is licensed under The MIT License (MIT).