This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
ARIA support on directives and angular JS #1600
Comments
+1 for this feature |
As part of our effort to clean out old issues, this issue is being automatically closed since it has been inactivite for over two months. Please try the newest versions of Angular ( Thanks! |
@btford ಠ_ಠ Also +1 for this. I need to do more research on ARIA, but this is a good idea. |
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Jul 25, 2014
Adds various aria attributes to the built in directives. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Jul 25, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Jul 25, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Aug 12, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Aug 23, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Aug 28, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Aug 30, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Sep 5, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Sep 5, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Sep 6, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Sep 11, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
arbus
pushed a commit
to arbus/angular.js
that referenced
this issue
Sep 11, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
btford
pushed a commit
to btford/angular.js
that referenced
this issue
Sep 18, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
btford
pushed a commit
to btford/angular.js
that referenced
this issue
Sep 18, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
btford
pushed a commit
to btford/angular.js
that referenced
this issue
Sep 18, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
btford
pushed a commit
to btford/angular.js
that referenced
this issue
Sep 18, 2014
Adds various aria attributes to the built in directives. This module currently hooks into ng-show/hide, input, textarea button as a basic level of support for a11y. I am using this as a base for adding more tags into the mix for form direction flow, making ng-repeat updates atomic but the tags here are the most basic ones. Closes angular#5486 and angular#1600
Closing since b4d5c39 landed. Feel free to file follow-up issues to add new features! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Is it possible to get explicit ARIA documentation and support on existing directives and angular apps (ngrepeat, ngshow, nghide etc). Since most of these change the content of the html it should require some framework support to add the correct role so that screen readers can pick it up.
If some stuff already works it might be worth documenting it. Google is pretty big on accessibility as is obvious from sites like gmail etc. but this should be added to frameworks as well.
The text was updated successfully, but these errors were encountered: