Oracle ADF Faces 10g: Accessibility and 508 Compliance
By M&S Consulting (Reid) on Apr 16th, 2009
Filed Under Technical Tips // Tags: oracle adf, oracle dev, web 2.0
Filed Under Technical Tips // Tags: oracle adf, oracle dev, web 2.0
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
Related Information:
- Oracle ADF Faces 10g: How to pass data between pages
Oracle ADF Faces 10g: How to pass data between pages Do you have the need to pass data between pages,...
- Oracle ADF Faces 10g: Submitting a part of the page
Did you know ADF Faces allows you to submit only part of a page? This can be useful when you...
- JDeveloper 11g Download
If you haven’t already, download Oracle JDeveloper 11g for free using the links below or directly from the JDeveloper 11g...
- OracleAS (9iAS and 10gAS) Java/J2EE Development
I highly recommend the use of JDeveloper as the IDE for Oracle Application Server (Oracle 9iAS and Oracle10gAS — or...
