WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
138423
AX: Improve AccessibilityTableCell isColumnHeaderCell function.
https://bugs.webkit.org/show_bug.cgi?id=138423
Summary
AX: Improve AccessibilityTableCell isColumnHeaderCell function.
Andrzej Badowski
Reported
2014-11-05 07:22:23 PST
The error in this function has been detected, when it turned out that the direct placement of <tr> tag to the <table> tage is changed in the browser. Namely, the resulting html code viewed by Inspector shows that between the <table> tag and the <tr> tag has been added <tbody> tag. Examples of browsers include: Mozilla, Chromium, Opera, Safari, MiniBrowser EFL. Function should take into account the behavior of browsers.
Attachments
proposed patch
(25.36 KB, patch)
2014-11-06 08:52 PST
,
Andrzej Badowski
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2014-11-05 16:40:28 PST
<
rdar://problem/18888643
>
Andrzej Badowski
Comment 2
2014-11-06 08:52:31 PST
Created
attachment 241111
[details]
proposed patch
chris fleizach
Comment 3
2014-11-10 09:36:30 PST
Comment on
attachment 241111
[details]
proposed patch View in context:
https://bugs.webkit.org/attachment.cgi?id=241111&action=review
> Source/WebCore/ChangeLog:10 > + New tests are not necessary.
how come no new tests are necessary?
Andrzej Badowski
Comment 4
2014-11-12 10:01:46 PST
Comment on
attachment 241111
[details]
proposed patch View in context:
https://bugs.webkit.org/attachment.cgi?id=241111&action=review
>> Source/WebCore/ChangeLog:10 >> + New tests are not necessary. > > how come no new tests are necessary?
Existing tests: table-cells-roles.html, table-cells.html have improved -expected files. In these files are visible positive changes. Eg. For the test table-cells-roles. So far, according to the logic of two functions: isColumnHeaderCell and isRowHeaderCell, cell (2,0), while in tbody 0 row, shows the role of AXCell. After correcting, this cell in row 0 will be assigned the role of AXColumnHeader. Similarly, in the test table-cells.
WebKit Commit Bot
Comment 5
2014-11-14 03:27:53 PST
Comment on
attachment 241111
[details]
proposed patch Clearing flags on attachment: 241111 Committed
r176122
: <
http://trac.webkit.org/changeset/176122
>
WebKit Commit Bot
Comment 6
2014-11-14 03:27:56 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug