Giter VIP home page Giter VIP logo

ember-aria's Introduction

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

  • ember install:addon ember-aria

Mixins

At the moment the following mixins are available:

  • ember-aria/mixins/disabled-state - sets the ariaDisabled property based on the disabled proeprty, also adds it to attributeBindings
  • ember-aria/mixins/checkbox-role - sets role to checkbox, includes disabled-state and sets the ariaChecked property based on the checked property. Both role and ariaChecked are added to attributeBindings
  • ember-aria/mixins/button-role - sets role to button, includes disabled-state and sets the ariaPressed property based on the pressed property. Both role and ariaPressed are added to attributeBindings

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

ember-aria's People

Contributors

drogus avatar ember-tomster avatar

Stargazers

Martijn Eerens avatar Rikki Schulte avatar Trey Hunner avatar Alexander Brandon Coles avatar Jan Bobisud avatar Rick Bowman avatar Massimo Lombardo avatar Matt Madden avatar Steve Axthelm avatar Sean Goresht avatar Steve Chikwaya avatar Michiel Kalkman avatar Jason Mitchell avatar Jacek Galanciak avatar Ignacio Rivas avatar David Stone avatar

Watchers

James Cloos avatar  avatar

Forkers

kategengler

ember-aria's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.