Index: webui/src/runtime/com/sun/webui/jsf/renderkit/html/CommonTasksSectionRenderer.java =================================================================== --- webui/src/runtime/com/sun/webui/jsf/renderkit/html/CommonTasksSectionRenderer.java (revision 1602) +++ webui/src/runtime/com/sun/webui/jsf/renderkit/html/CommonTasksSectionRenderer.java (working copy) @@ -132,6 +132,7 @@ writer.writeAttribute(HTMLAttributes.CELLSPACING, "0", HTMLAttributes.CELLSPACING); writer.writeAttribute(HTMLAttributes.TITLE, "", HTMLAttributes.TITLE); + writer.writeAttribute(HTMLAttributes.ROLE, HTMLAttributes.ROLE_PRESENTATION, null); if (cts.getTitle() != null) { title = cts.getTitle(); } else { @@ -152,6 +153,7 @@ writer.writeAttribute(HTMLAttributes.CELLSPACING, "0", HTMLAttributes.CELLSPACING); writer.writeAttribute(HTMLAttributes.TITLE, "", HTMLAttributes.TITLE); + writer.writeAttribute(HTMLAttributes.ROLE, HTMLAttributes.ROLE_PRESENTATION, null); writer.write("\n"); // NOI18N