hidden labels don't always render in screen reader mode
-------------------------------------------------------

                 Key: TRINIDAD-2082
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-2082
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
            Reporter: Dave Robinson


When in screen reader mode, we always expect hidden labels to be rendered, as 
these hidden labels often contain information (like labels for input fields) 
necessary for 508 and WCAG 2.0 compliance.

The HiddenLabelUtils has a method supportsHiddenLabels() that returns false if 
the current agent does not support hidden (off page) labels on the page. When 
in screen reader mode, this method should always return true, as we always want 
labels to be present in screen reader mode - regardless if they correctly 
appear hidden or not.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to