Hi everyone,
I need to have some sort of output text displaying a certain "value" but I need JAWS to read it's accessible alternative "accessibleText" instead of "value". Basically, "value" should always be displayed but should never be read by JAWS, and JAWS will always read "accessibleText".
<af:outputText id="id" styleClass="class" visible="true" shortDesc="tooltip" clientComponent="true" description="accessibleText" value="value">
Here are some of the things I've tried, but I still haven't been able to make it work: