json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 653 forks source link

WEB Accessibility (WCAG) #937

Open TiruDadam opened 6 years ago

TiruDadam commented 6 years ago

How to make WCAG compliant (like adding lables and tab index..) using angular schema.

Anthropic commented 6 years ago

Deleted the duplicate comment. Good question, the framework has never had anything specific to address this, it would be a good feature to add. You could create a copy of a decorator and add a tabindex on create pretty easily in the short term.

TiruDadam commented 6 years ago

Any plans to make framework WCAG A , AA and AAA compliance ??