javascript - Developing a full public facing enterprise app with AngularJS -
good day all, working on public facing web app, work in progres, front-end 100% based on angularjs, uibootstrap, css, html. so, have user form-action invoking restful web service using $resource service , injecting json object different form control or html dom. also, things shopping checkout , basket crud operation done via service invocation using angularjs. but, getting concerned accessibility issues visually impaired, java scrip disabled browsers etc
please, need practical ideas, challenges , solutions gurus , enthusiasts out there. post saw regarding dated , things have moved on in resolving accessibility issues ..... input .
angular not work in javascript disabled environment. cannot worked around , if requirement not suggest using angular. however, can make web pages more screen reader friendly use of semantic aria enabled html.
semantic html means layout dom in logical way. tables data. lists lists. forms in appropriate form tags. example: don't want use table element web page layout that's confusing. real table data or layout?
aria series of tags , attributes screen readers use communicate more end user. allows more expressive in raw html users of screen readers without having change page structure.
similar question:
what accessibility implications of using framework angularjs?
Comments
Post a Comment