<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[176122] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/176122">176122</a></dd>
<dt>Author</dt> <dd>commit-queue@webkit.org</dd>
<dt>Date</dt> <dd>2014-11-14 03:27:54 -0800 (Fri, 14 Nov 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>AX: Improve AccessibilityTableCell isColumnHeaderCell function.
https://bugs.webkit.org/show_bug.cgi?id=138423

Patch by Andrzej Badowski &lt;a.badowski@samsung.com&gt; on 2014-11-14
Reviewed by Chris Fleizach.

Source/WebCore:

&lt;th&gt; cell in the zero row should be column header.

New tests are not necessary.

* accessibility/AccessibilityTableCell.cpp:
(WebCore::AccessibilityTableCell::isColumnHeaderCell):

LayoutTests:

Files of expected type are adapted to changes in the code of the function.

* accessibility/table-cells-roles-expected.txt:
* platform/efl/accessibility/table-attributes-expected.txt:
* platform/efl/accessibility/table-cells-expected.txt:
* platform/gtk/accessibility/table-attributes-expected.txt:
* platform/gtk/accessibility/table-cells-expected.txt:
* platform/mac/accessibility/table-attributes-expected.txt:
* platform/mac/accessibility/table-cells-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsaccessibilitytablecellsrolesexpectedtxt">trunk/LayoutTests/accessibility/table-cells-roles-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflaccessibilitytableattributesexpectedtxt">trunk/LayoutTests/platform/efl/accessibility/table-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformeflaccessibilitytablecellsexpectedtxt">trunk/LayoutTests/platform/efl/accessibility/table-cells-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkaccessibilitytableattributesexpectedtxt">trunk/LayoutTests/platform/gtk/accessibility/table-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkaccessibilitytablecellsexpectedtxt">trunk/LayoutTests/platform/gtk/accessibility/table-cells-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytableattributesexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacaccessibilitytablecellsexpectedtxt">trunk/LayoutTests/platform/mac/accessibility/table-cells-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoreaccessibilityAccessibilityTableCellcpp">trunk/Source/WebCore/accessibility/AccessibilityTableCell.cpp</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/LayoutTests/ChangeLog        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2014-11-14  Andrzej Badowski  &lt;a.badowski@samsung.com&gt;
+
+        AX: Improve AccessibilityTableCell isColumnHeaderCell function.
+        https://bugs.webkit.org/show_bug.cgi?id=138423
+
+        Reviewed by Chris Fleizach.
+
+        Files of expected type are adapted to changes in the code of the function.
+
+        * accessibility/table-cells-roles-expected.txt:
+        * platform/efl/accessibility/table-attributes-expected.txt:
+        * platform/efl/accessibility/table-cells-expected.txt:
+        * platform/gtk/accessibility/table-attributes-expected.txt:
+        * platform/gtk/accessibility/table-cells-expected.txt:
+        * platform/mac/accessibility/table-attributes-expected.txt:
+        * platform/mac/accessibility/table-cells-expected.txt:
+
</ins><span class="cx"> 2014-11-14  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed GTK+ gardening. Skip http/tests/appcache/auth.html after r175776.
</span></span></pre></div>
<a id="trunkLayoutTestsaccessibilitytablecellsrolesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/accessibility/table-cells-roles-expected.txt (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/accessibility/table-cells-roles-expected.txt        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/LayoutTests/accessibility/table-cells-roles-expected.txt        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -21,7 +21,7 @@
</span><span class="cx"> The table cell at (0,2) should have a role AXRole: AXRowHeader , currently it has AXRole: AXRowHeader .
</span><span class="cx"> The table cell at (0,4) should have a role AXRole: AXRowHeader , currently it has AXRole: AXRowHeader .
</span><span class="cx"> 
</span><del>-The table2 cell at (2,0) should have a role AXRole: AXColumnHeader , currently it has AXRole: AXCell .
</del><ins>+The table2 cell at (2,0) should have a role AXRole: AXColumnHeader , currently it has AXRole: AXColumnHeader .
</ins><span class="cx"> The table2 cell at (1,2) should have a role AXRole: AXCell , currently it has AXRole: AXCell .
</span><span class="cx"> The table2 cell at (2,3) should have a role AXRole: AXCell , currently it has AXRole: AXCell .
</span><span class="cx"> The table2 cell at (0,2) should have a role AXRole: AXRowHeader , currently it has AXRole: AXRowHeader .
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflaccessibilitytableattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/accessibility/table-attributes-expected.txt (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/accessibility/table-attributes-expected.txt        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/LayoutTests/platform/efl/accessibility/table-attributes-expected.txt        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> South        3333        1111        2222
</span><span class="cx"> --------------------------
</span><span class="cx"> 
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx"> AXValue: All&lt;\n&gt;Genders
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx"> AXValue: By Gender
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx"> AXValue: By Gender
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx"> 
</span><span class="cx"> --------------------------
</span><span class="cx"> 
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -136,7 +136,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -195,7 +195,7 @@
</span><span class="cx"> 
</span><span class="cx"> --------------------------
</span><span class="cx"> 
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -205,7 +205,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -214,7 +214,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -224,7 +224,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -233,7 +233,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -243,7 +243,7 @@
</span><span class="cx"> AXValue: All&lt;\n&gt;Genders
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -252,7 +252,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -262,7 +262,7 @@
</span><span class="cx"> AXValue: By Gender
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -271,7 +271,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -281,7 +281,7 @@
</span><span class="cx"> AXValue: By Gender
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -290,7 +290,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -300,7 +300,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -309,7 +309,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -319,7 +319,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -328,7 +328,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -338,7 +338,7 @@
</span><span class="cx"> AXValue: All&lt;\n&gt;Genders
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflaccessibilitytablecellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/accessibility/table-cells-expected.txt (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/accessibility/table-cells-expected.txt        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/LayoutTests/platform/efl/accessibility/table-cells-expected.txt        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> South        3333        1111        2222
</span><span class="cx"> ------------------------
</span><span class="cx"> [0,0]
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitEfl
</span><span class="cx"> ------------------------
</span><span class="cx"> [1,1]
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 0.000000, 0.000000 }
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkaccessibilitytableattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/accessibility/table-attributes-expected.txt (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/accessibility/table-attributes-expected.txt        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/LayoutTests/platform/gtk/accessibility/table-attributes-expected.txt        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -8,7 +8,7 @@
</span><span class="cx"> South        3333        1111        2222
</span><span class="cx"> --------------------------
</span><span class="cx"> 
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 235.000000, 26.000000 }
</span><span class="lines">@@ -18,7 +18,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -27,7 +27,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 235.000000, 26.000000 }
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -46,7 +46,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 378.000000, 26.000000 }
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx"> AXValue: All&lt;\n&gt;Genders
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -65,7 +65,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 447.000000, 26.000000 }
</span><span class="lines">@@ -75,7 +75,7 @@
</span><span class="cx"> AXValue: By Gender
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -84,7 +84,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 447.000000, 26.000000 }
</span><span class="lines">@@ -94,7 +94,7 @@
</span><span class="cx"> AXValue: By Gender
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -107,7 +107,7 @@
</span><span class="cx"> 
</span><span class="cx"> --------------------------
</span><span class="cx"> 
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 227.000000, 26.000000 }
</span><span class="lines">@@ -117,7 +117,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -126,7 +126,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 227.000000, 26.000000 }
</span><span class="lines">@@ -136,7 +136,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -195,7 +195,7 @@
</span><span class="cx"> 
</span><span class="cx"> --------------------------
</span><span class="cx"> 
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 227.000000, 26.000000 }
</span><span class="lines">@@ -205,7 +205,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -214,7 +214,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 227.000000, 26.000000 }
</span><span class="lines">@@ -224,7 +224,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -233,7 +233,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 370.000000, 26.000000 }
</span><span class="lines">@@ -243,7 +243,7 @@
</span><span class="cx"> AXValue: All&lt;\n&gt;Genders
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -252,7 +252,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 439.000000, 26.000000 }
</span><span class="lines">@@ -262,7 +262,7 @@
</span><span class="cx"> AXValue: By Gender
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -271,7 +271,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 439.000000, 26.000000 }
</span><span class="lines">@@ -281,7 +281,7 @@
</span><span class="cx"> AXValue: By Gender
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -290,7 +290,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 227.000000, 26.000000 }
</span><span class="lines">@@ -300,7 +300,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -309,7 +309,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 227.000000, 26.000000 }
</span><span class="lines">@@ -319,7 +319,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -328,7 +328,7 @@
</span><span class="cx"> AXChecked: 0
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------
</span><del>-AXRole: AXCell
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 370.000000, 26.000000 }
</span><span class="lines">@@ -338,7 +338,7 @@
</span><span class="cx"> AXValue: All&lt;\n&gt;Genders
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkaccessibilitytablecellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/accessibility/table-cells-expected.txt (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/accessibility/table-cells-expected.txt        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/LayoutTests/platform/gtk/accessibility/table-cells-expected.txt        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -10,7 +10,7 @@
</span><span class="cx"> South        3333        1111        2222
</span><span class="cx"> ------------------------
</span><span class="cx"> [0,0]
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 235.000000, 26.000000 }
</span><span class="lines">@@ -20,7 +20,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span><span class="lines">@@ -50,7 +50,7 @@
</span><span class="cx"> AXPlatformAttributes: toolkit:WebKitGtk
</span><span class="cx"> ------------------------
</span><span class="cx"> [1,1]
</span><del>-AXRole: AXRowHeader
</del><ins>+AXRole: AXColumnHeader
</ins><span class="cx"> AXParent: AXTable: Example #1: Nested Stubs
</span><span class="cx"> AXChildren: 0
</span><span class="cx"> AXPosition: { 227.000000, 26.000000 }
</span><span class="lines">@@ -60,7 +60,7 @@
</span><span class="cx"> AXValue: Ruritanian&lt;\n&gt;Population &lt;\n&gt;Survey
</span><span class="cx"> AXFocusable: 0
</span><span class="cx"> AXFocused: 0
</span><del>-AXSelectable: 1
</del><ins>+AXSelectable: 0
</ins><span class="cx"> AXSelected: 0
</span><span class="cx"> AXMultiSelectable: 0
</span><span class="cx"> AXEnabled: 1
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytableattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-attributes-expected.txt (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-attributes-expected.txt        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/LayoutTests/platform/mac/accessibility/table-attributes-expected.txt        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -230,7 +230,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 1&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {1, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {3, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -262,7 +262,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {2, 2}
</span><span class="cx"> AXColumnIndexRange: NSRange: {0, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 0&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -294,7 +294,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {3, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {1, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -701,7 +701,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 1&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {1, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {3, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -733,7 +733,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 1&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {1, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {4, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -765,7 +765,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {2, 2}
</span><span class="cx"> AXColumnIndexRange: NSRange: {0, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 0&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -797,7 +797,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {2, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {1, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -829,7 +829,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {2, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {2, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -861,7 +861,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {2, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {3, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -893,7 +893,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {2, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {4, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -925,7 +925,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {3, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {1, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -957,7 +957,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {3, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {2, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -989,7 +989,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {3, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {3, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -1021,7 +1021,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {3, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {4, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacaccessibilitytablecellsexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/accessibility/table-cells-expected.txt (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/accessibility/table-cells-expected.txt        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/LayoutTests/platform/mac/accessibility/table-cells-expected.txt        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -69,7 +69,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 1&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {1, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {3, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -135,7 +135,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {2, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {2, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span><span class="lines">@@ -168,7 +168,7 @@
</span><span class="cx"> AXDOMClassList: &lt;array of size 0&gt;
</span><span class="cx"> AXRowIndexRange: NSRange: {5, 1}
</span><span class="cx"> AXColumnIndexRange: NSRange: {3, 1}
</span><del>-AXColumnHeaderUIElements: &lt;array of size 0&gt;
</del><ins>+AXColumnHeaderUIElements: &lt;array of size 1&gt;
</ins><span class="cx"> AXRowHeaderUIElements: &lt;array of size 1&gt;
</span><span class="cx"> AXElementBusy: 0
</span><span class="cx"> AXRequired: 0
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/Source/WebCore/ChangeLog        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2014-11-14  Andrzej Badowski  &lt;a.badowski@samsung.com&gt;
+
+        AX: Improve AccessibilityTableCell isColumnHeaderCell function.
+        https://bugs.webkit.org/show_bug.cgi?id=138423
+
+        Reviewed by Chris Fleizach.
+
+        &lt;th&gt; cell in the zero row should be column header.
+
+        New tests are not necessary.
+
+        * accessibility/AccessibilityTableCell.cpp:
+        (WebCore::AccessibilityTableCell::isColumnHeaderCell):
+
</ins><span class="cx"> 2014-11-14  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [SOUP] Use GMainLoopSource for request timeout in ResourceHandle
</span></span></pre></div>
<a id="trunkSourceWebCoreaccessibilityAccessibilityTableCellcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/accessibility/AccessibilityTableCell.cpp (176121 => 176122)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/accessibility/AccessibilityTableCell.cpp        2014-11-14 10:33:58 UTC (rev 176121)
+++ trunk/Source/WebCore/accessibility/AccessibilityTableCell.cpp        2014-11-14 11:27:54 UTC (rev 176122)
</span><span class="lines">@@ -152,13 +152,13 @@
</span><span class="cx"> 
</span><span class="cx">     // We are in a situation after checking the scope attribute.
</span><span class="cx">     // It is an attempt to resolve the type of th element without support in the specification.
</span><del>-    // Checking tableTag allows to check the case of direct row placement in the table and lets stop the loop at the table level.
</del><ins>+    // Checking tableTag and tbodyTag allows to check the case of direct row placement in the table and lets stop the loop at the table level.
</ins><span class="cx">     for (Node* parentNode = node(); parentNode; parentNode = parentNode-&gt;parentNode()) {
</span><span class="cx">         if (parentNode-&gt;hasTagName(theadTag))
</span><span class="cx">             return true;
</span><del>-        if (parentNode-&gt;hasTagName(tbodyTag) || parentNode-&gt;hasTagName(tfootTag))
</del><ins>+        if (parentNode-&gt;hasTagName(tfootTag))
</ins><span class="cx">             return false;
</span><del>-        if (parentNode-&gt;hasTagName(tableTag)) {
</del><ins>+        if (parentNode-&gt;hasTagName(tableTag) || parentNode-&gt;hasTagName(tbodyTag)) {
</ins><span class="cx">             std::pair&lt;unsigned, unsigned&gt; rowRange;
</span><span class="cx">             rowIndexRange(rowRange);
</span><span class="cx">             if (!rowRange.first)
</span></span></pre>
</div>
</div>

</body>
</html>