You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by jw...@apache.org on 2014/07/08 21:12:47 UTC

svn commit: r1608901 [39/42] - in /myfaces/trinidad/trunk/trinidad-impl/src: main/java/org/apache/myfaces/trinidadinternal/renderkit/core/xhtml/ test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableLayout-minimalSaf-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableLayout-minimalSaf-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableLayout-minimalSaf-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableLayout-minimalSaf-golden.xml Tue Jul  8 19:12:41 2014
@@ -1,844 +1,868 @@
-<results>
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[borderWidth,1]-->
-
-      <table
-           border="1"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[cellPadding,5]-->
-
-      <table
-           border="0"
-           cellpadding="5"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[cellSpacing,5]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="5"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,right]-->
-
-      <table
-           align="right"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,start]-->
-
-      <table
-           align="left"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,left]-->
-
-      <table
-           align="left"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,end]-->
-
-      <table
-           align="right"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[halign,center]-->
-
-      <table
-           align="center"
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[summary,table summary]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary="table summary"
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[width,50%]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           width="50%"
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[id,myTableId]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="myTableId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[inlineStyle,background-color:blue]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           style="background-color:blue"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[shortDesc,myShortDesc]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           summary=""
-           title="myShortDesc"
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[styleClass,myStyle]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           class="myStyle"
-           id="mainId"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onclick,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onclick="test-onclick"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[ondblclick,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           ondblclick="test-ondblclick"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeydown,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeydown="test-onkeydown"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeypress,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeypress="test-onkeypress"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onkeyup,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onkeyup="test-onkeyup"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmousedown,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmousedown="test-onmousedown"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmousemove,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmousemove="test-onmousemove"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseout,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseout="test-onmouseout"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseover,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseover="test-onmouseover"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-<!--AttributeTest[onmouseup,null]-->
-
-      <table
-           border="0"
-           cellpadding="0"
-           cellspacing="0"
-           id="mainId"
-           onmouseup="test-onmouseup"
-           summary=""
-          >
-        
-        <tr
-            >
-          
-          <th
-               colspan="2"
-              >
-            Table Header
-          </th>
-        </tr>
-        <tr
-            >
-          
-          <td
-               align="center"
-              >
-            Row 1, Col 1
-          </td>
-          <td
-              >
-            Row 1, Col 2
-          </td>
-        </tr>
-      </table>
-</results>
+<results>
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[borderWidth,1]-->
+
+      <table
+           border="1"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[cellPadding,5]-->
+
+      <table
+           border="0"
+           cellpadding="5"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[cellSpacing,5]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="5"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,right]-->
+
+      <table
+           align="right"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,start]-->
+
+      <table
+           align="left"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,left]-->
+
+      <table
+           align="left"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,end]-->
+
+      <table
+           align="right"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[halign,center]-->
+
+      <table
+           align="center"
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[summary,table summary]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           summary="table summary"
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[width,50%]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           width="50%"
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[id,myTableId]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="myTableId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[inlineStyle,background-color:blue]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           style="background-color:blue"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[shortDesc,myShortDesc]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           role="presentation"
+           summary=""
+           title="myShortDesc"
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[styleClass,myStyle]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           class="myStyle"
+           id="mainId"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onclick,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onclick="test-onclick"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[ondblclick,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           ondblclick="test-ondblclick"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeydown,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeydown="test-onkeydown"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeypress,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeypress="test-onkeypress"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onkeyup,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onkeyup="test-onkeyup"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmousedown,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmousedown="test-onmousedown"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmousemove,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmousemove="test-onmousemove"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseout,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseout="test-onmouseout"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseover,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseover="test-onmouseover"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+<!--AttributeTest[onmouseup,null]-->
+
+      <table
+           border="0"
+           cellpadding="0"
+           cellspacing="0"
+           id="mainId"
+           onmouseup="test-onmouseup"
+           role="presentation"
+           summary=""
+          >
+        
+        <tr
+            >
+          
+          <th
+               colspan="2"
+              >
+            Table Header
+          </th>
+        </tr>
+        <tr
+            >
+          
+          <td
+               align="center"
+              >
+            Row 1, Col 1
+          </td>
+          <td
+              >
+            Row 1, Col 2
+          </td>
+        </tr>
+      </table>
+</results>

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimal-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimal-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimal-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimal-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -22,6 +23,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -44,6 +46,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -158,6 +161,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -357,6 +361,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -371,6 +376,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -393,6 +399,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -507,6 +514,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -706,6 +714,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -720,6 +729,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -742,6 +752,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -856,6 +867,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalIE-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalIE-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalIE-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalIE-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -22,6 +23,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -44,6 +46,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -152,6 +155,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -352,6 +356,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -366,6 +371,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -388,6 +394,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -496,6 +503,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -696,6 +704,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -710,6 +719,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -732,6 +742,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -840,6 +851,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalIERtl-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalIERtl-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalIERtl-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalIERtl-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -22,6 +23,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -44,6 +46,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -152,6 +155,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -352,6 +356,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -366,6 +371,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -388,6 +394,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -496,6 +503,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -696,6 +704,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -710,6 +719,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -732,6 +742,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -840,6 +851,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalInacc-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalInacc-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalInacc-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalInacc-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
             >
           
           <tr
@@ -21,6 +22,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    width="100%"
                   >
                 
@@ -42,6 +44,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                         >
                       
                       <tr
@@ -146,6 +149,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    width="100%"
                   >
                 
@@ -325,6 +329,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
             >
           
           <tr
@@ -338,6 +343,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    width="100%"
                   >
                 
@@ -359,6 +365,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                         >
                       
                       <tr
@@ -463,6 +470,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    width="100%"
                   >
                 
@@ -642,6 +650,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
             >
           
           <tr
@@ -655,6 +664,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    width="100%"
                   >
                 
@@ -676,6 +686,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                         >
                       
                       <tr
@@ -780,6 +791,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    width="100%"
                   >
                 

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalPPC-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalPPC-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalPPC-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalPPC-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -31,6 +32,7 @@
                        border="0"
                        cellpadding="0"
                        cellspacing="0"
+                       role="presentation"
                        summary=""
                       >
                     
@@ -117,6 +119,7 @@
              cellpadding="2"
              cellspacing="0"
              class="af_table_content"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -255,6 +258,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -278,6 +282,7 @@
                        border="0"
                        cellpadding="0"
                        cellspacing="0"
+                       role="presentation"
                        summary=""
                       >
                     
@@ -364,6 +369,7 @@
              cellpadding="2"
              cellspacing="0"
              class="af_table_content"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -502,6 +508,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -525,6 +532,7 @@
                        border="0"
                        cellpadding="0"
                        cellspacing="0"
+                       role="presentation"
                        summary=""
                       >
                     
@@ -611,6 +619,7 @@
              cellpadding="2"
              cellspacing="0"
              class="af_table_content"
+             role="presentation"
              summary=""
              width="100%"
             >

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalSaf-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalSaf-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalSaf-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectMany-minimalSaf-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -22,6 +23,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -44,6 +46,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -158,6 +161,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -357,6 +361,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -371,6 +376,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -393,6 +399,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -507,6 +514,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -706,6 +714,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -720,6 +729,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -742,6 +752,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -856,6 +867,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_sub-control-bar"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimal-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimal-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimal-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimal-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -22,6 +23,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -44,6 +46,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -294,6 +297,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -308,6 +312,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -330,6 +335,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -580,6 +586,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -594,6 +601,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -616,6 +624,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalIE-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalIE-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalIE-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalIE-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -22,6 +23,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -44,6 +46,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -289,6 +292,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -303,6 +307,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -325,6 +330,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -570,6 +576,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -584,6 +591,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -606,6 +614,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalIERtl-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalIERtl-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalIERtl-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalIERtl-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -22,6 +23,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -44,6 +46,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -289,6 +292,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -303,6 +307,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -325,6 +330,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -570,6 +576,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -584,6 +591,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -606,6 +614,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalInacc-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalInacc-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalInacc-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalInacc-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
             >
           
           <tr
@@ -21,6 +22,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    width="100%"
                   >
                 
@@ -42,6 +44,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                         >
                       
                       <tr
@@ -263,6 +266,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
             >
           
           <tr
@@ -276,6 +280,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    width="100%"
                   >
                 
@@ -297,6 +302,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                         >
                       
                       <tr
@@ -518,6 +524,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
             >
           
           <tr
@@ -531,6 +538,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    width="100%"
                   >
                 
@@ -552,6 +560,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                         >
                       
                       <tr

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalPPC-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalPPC-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalPPC-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalPPC-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -31,6 +32,7 @@
                        border="0"
                        cellpadding="0"
                        cellspacing="0"
+                       role="presentation"
                        summary=""
                       >
                     
@@ -117,6 +119,7 @@
              cellpadding="2"
              cellspacing="0"
              class="af_table_content"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -234,6 +237,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -257,6 +261,7 @@
                        border="0"
                        cellpadding="0"
                        cellspacing="0"
+                       role="presentation"
                        summary=""
                       >
                     
@@ -343,6 +348,7 @@
              cellpadding="2"
              cellspacing="0"
              class="af_table_content"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -460,6 +466,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
              width="100%"
             >
@@ -483,6 +490,7 @@
                        border="0"
                        cellpadding="0"
                        cellspacing="0"
+                       role="presentation"
                        summary=""
                       >
                     
@@ -569,6 +577,7 @@
              cellpadding="2"
              cellspacing="0"
              class="af_table_content"
+             role="presentation"
              summary=""
              width="100%"
             >

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalSaf-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalSaf-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalSaf-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/tableSelectOne-minimalSaf-golden.xml Tue Jul  8 19:12:41 2014
@@ -8,6 +8,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -22,6 +23,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -44,6 +46,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -294,6 +297,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -308,6 +312,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -330,6 +335,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       
@@ -580,6 +586,7 @@
              border="0"
              cellpadding="0"
              cellspacing="0"
+             role="presentation"
              summary=""
             >
           
@@ -594,6 +601,7 @@
                    cellpadding="0"
                    cellspacing="0"
                    class="af_table_control-bar-top"
+                   role="presentation"
                    summary=""
                    width="100%"
                   >
@@ -616,6 +624,7 @@
                          cellpadding="0"
                          cellspacing="0"
                          id="mainId-nb"
+                         role="presentation"
                          summary=""
                         >
                       

Modified: myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/train-minimal-golden.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/train-minimal-golden.xml?rev=1608901&r1=1608900&r2=1608901&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/train-minimal-golden.xml (original)
+++ myfaces/trinidad/trunk/trinidad-impl/src/test/resources/org/apache/myfaces/trinidadinternal/renderkit/golden/train-minimal-golden.xml Tue Jul  8 19:12:41 2014
@@ -5,6 +5,7 @@
            cellspacing="0"
            class="af_train"
            id="mainId"
+           role="presentation"
            summary=""
           >
         
@@ -26,6 +27,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -74,6 +76,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -122,6 +125,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -208,6 +212,7 @@
            cellspacing="0"
            class="af_train"
            id="myid"
+           role="presentation"
            summary=""
           >
         
@@ -229,6 +234,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -277,6 +283,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -325,6 +332,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -411,6 +419,7 @@
            cellspacing="0"
            class="af_train"
            id="mainId"
+           role="presentation"
            summary=""
            title="my short desc"
           >
@@ -433,6 +442,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -481,6 +491,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -529,6 +540,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -615,6 +627,7 @@
            cellspacing="0"
            class="mystyle af_train"
            id="mainId"
+           role="presentation"
            summary=""
           >
         
@@ -636,6 +649,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -684,6 +698,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -732,6 +747,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -819,6 +835,7 @@
            class="af_train"
            id="mainId"
            onclick="test-onclick"
+           role="presentation"
            summary=""
           >
         
@@ -840,6 +857,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -888,6 +906,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -936,6 +955,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1023,6 +1043,7 @@
            class="af_train"
            id="mainId"
            ondblclick="test-ondblclick"
+           role="presentation"
            summary=""
           >
         
@@ -1044,6 +1065,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1092,6 +1114,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1140,6 +1163,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1227,6 +1251,7 @@
            class="af_train"
            id="mainId"
            onkeydown="test-onkeydown"
+           role="presentation"
            summary=""
           >
         
@@ -1248,6 +1273,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1296,6 +1322,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1344,6 +1371,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1431,6 +1459,7 @@
            class="af_train"
            id="mainId"
            onkeypress="test-onkeypress"
+           role="presentation"
            summary=""
           >
         
@@ -1452,6 +1481,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1500,6 +1530,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1548,6 +1579,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1635,6 +1667,7 @@
            class="af_train"
            id="mainId"
            onkeyup="test-onkeyup"
+           role="presentation"
            summary=""
           >
         
@@ -1656,6 +1689,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1704,6 +1738,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1752,6 +1787,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1839,6 +1875,7 @@
            class="af_train"
            id="mainId"
            onmousedown="test-onmousedown"
+           role="presentation"
            summary=""
           >
         
@@ -1860,6 +1897,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1908,6 +1946,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -1956,6 +1995,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2043,6 +2083,7 @@
            class="af_train"
            id="mainId"
            onmousemove="test-onmousemove"
+           role="presentation"
            summary=""
           >
         
@@ -2064,6 +2105,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2112,6 +2154,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2160,6 +2203,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2247,6 +2291,7 @@
            class="af_train"
            id="mainId"
            onmouseout="test-onmouseout"
+           role="presentation"
            summary=""
           >
         
@@ -2268,6 +2313,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2316,6 +2362,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2364,6 +2411,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2451,6 +2499,7 @@
            class="af_train"
            id="mainId"
            onmouseover="test-onmouseover"
+           role="presentation"
            summary=""
           >
         
@@ -2472,6 +2521,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2520,6 +2570,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2568,6 +2619,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2655,6 +2707,7 @@
            class="af_train"
            id="mainId"
            onmouseup="test-onmouseup"
+           role="presentation"
            summary=""
           >
         
@@ -2676,6 +2729,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2724,6 +2778,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >
@@ -2772,6 +2827,7 @@
                    border="0"
                    cellpadding="0"
                    cellspacing="0"
+                   role="presentation"
                    style="width: 100%"
                    summary=""
                   >