Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Issue 816423003: Assigned ax role for table headers. (Closed)

Created:
5 years, 11 months ago by je_julie(Not used)
Modified:
5 years, 11 months ago
Reviewers:
dmazzoni
CC:
blink-reviews, dmazzoni, aboxhall
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Assigned ax role for table headers. This patch makes <th> node have column header or row header. The basic rule is as follows. If header is preceded by header cells then it's a column header, if it is preceded by cells then it's a row header. If header is followed by header cells then it's a column header, if it is followed by cells then it's a row header. BUG=435081 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=187901

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -4 lines) Patch
M LayoutTests/accessibility/table-cells-expected.txt View 1 chunk +3 lines, -3 lines 0 comments Download
A LayoutTests/accessibility/table-header-column-row.html View 1 chunk +102 lines, -0 lines 0 comments Download
A LayoutTests/accessibility/table-header-column-row-expected.txt View 1 chunk +119 lines, -0 lines 0 comments Download
M Source/modules/accessibility/AXTableCell.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/modules/accessibility/AXTableCell.cpp View 1 chunk +46 lines, -1 line 0 comments Download

Messages

Total messages: 7 (2 generated)
je_julie(Not used)
Hi Dominic, This patch makes <th> node have column header or row header according to ...
5 years, 11 months ago (2015-01-05 07:16:47 UTC) #2
dmazzoni
lgtm The patch looks great. One potential issue that worries me is what happens if ...
5 years, 11 months ago (2015-01-06 00:04:58 UTC) #3
je_julie(Not used)
On 2015/01/06 00:04:58, dmazzoni wrote: > lgtm > > The patch looks great. > > ...
5 years, 11 months ago (2015-01-06 00:22:33 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/816423003/1
5 years, 11 months ago (2015-01-06 06:33:50 UTC) #6
commit-bot: I haz the power
5 years, 11 months ago (2015-01-06 07:49:34 UTC) #7
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=187901

Powered by Google App Engine
This is Rietveld 408576698