trh:tablelayout not a layout table in screen reader mode
--------------------------------------------------------

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


trh:tableLayout should be identified as a layout table (having 
role="presentation") when it is rendered in screen reader mode.

TableLayoutRenderer currently calls the OutputUtils.renderDataTableAttributes 
method to render its table, and does not get this role assignment. The 
TableLayoutRenderer should be updated to call the 
OutputUtils.renderLayoutTableAttributes method instead, so it will get the role 
assignment.

I'll create and upload a patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to