Oracle ADF Faces 10g: Accessibility and 508 Compliance



ADF Faces provides strong support for Accessibility and 508 Compliance. Most ADF Faces components have attributes that will translate to tags that screen readers can interpret.

For example, <af:input>has an attribute shortDesc for a short description; this translates to an html alt tag, which is readable by most screen readers.

You can find Oracle’s Accessibility guidelines for ADF Faces here: http://www.oracle.com/webapps/online-help/jdeveloper/10.1.3/state?navSetId=_&navId=4&vtTopicFile=jsf_apps/adfcreate/af_aacessible.html&vtTopicId

Bookmark and Share

Related Information:

  1. Oracle ADF Faces 10g: How to pass data between pages
    Oracle ADF Faces 10g: How...
  2. Oracle ADF Faces 10g: Submitting a part of the page
    Did you know ADF Faces...
  3. Using Oracle ADF EJB PersistObject
    While demoing out some ADF...
  4. Oracle ADF vs. Other Java Web Frameworks
    To extend on an earlier...

Leave a Reply