0.0.1 • Published 11 years ago
ember-aria v0.0.1
Ember-ARIA
Ember-ARIA aims to provide primitives to use when creating accessible websites.
Usually ARIA states and properties can be set automatically based on other
properties, for example aria-checked may be obtained from checked.
Installation
git clone https://github.com/drogus/ember-arianpm installbower install
Mixins
At the moment the following mixins are available:
ember-aria/mixins/disabled-state- sets theariaDisabledproperty based on thedisabledproeprty, also adds it toattributeBindingsember-aria/mixins/checkbox-role- setsroletocheckbox, includesdisabled-stateand sets theariaCheckedproperty based on thecheckedproperty. BothroleandariaCheckedare added toattributeBindingsember-aria/mixins/button-role- setsroletobutton, includesdisabled-stateand sets theariaPressedproperty based on thepressedproperty. BothroleandariaPressedare added toattributeBindings
Running Tests
ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
0.0.1
11 years ago