[ 
https://issues.apache.org/jira/browse/TRINIDAD-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13016567#comment-13016567
 ] 

Dave Robinson edited comment on TRINIDAD-2082 at 4/6/11 9:56 PM:
-----------------------------------------------------------------

Use the JIRA-TRINIDAD-2082v2.patch instead of the first one submitted.

With further testing I saw that the webkit xml agent file did not list webkit 
as having the capability of supporting HTML fieldsets, so fixed that too. You 
can see that the Safari agent goldens are now getting the fieldsets when before 
they were not.

      was (Author: daverobinson):
    Use this one. With further testing I saw that the webkit xml agent file did 
not list webkit as having the capability of supporting HTML fieldsets, so fixed 
that too. You can see that the Safari agent goldens are now getting the 
fieldsets when before they were not.
  
> 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
>         Attachments: JIRA-TRINIDAD-2082.patch, JIRA-TRINIDAD-2082v2.patch
>
>
> 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