WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
195988
Web Inspector: testCellRoleForRequiredChidren accessibility audit checks for rows in cells
https://bugs.webkit.org/show_bug.cgi?id=195988
Summary
Web Inspector: testCellRoleForRequiredChidren accessibility audit checks for ...
Simon Welsh
Reported
2019-03-19 21:58:48 PDT
The `testCellRoleForRequiredChidren` accessibility audit currently checks to see if all elements with role=cell have a child with role=row. This is clearly the wrong way around. The fix is to change the relationships object for `testCellRoleForRequiredChidren` in `WebInspectorUI/UserInterface/Controllers/AuditManager.js` to ``` const relationships = { row: ["cell", "gridcell", "columnheader", "rowheader"] }; ``` This will also require updating the test further down the same file and should probably include renaming the test to `testRowRoleForRequiredChidren`. There doesn't seem to be test cases that check the behaviour of the audits, so am not sure if one is needed. I am planning on providing a patch once I have my dev environment set up.
Attachments
Patch
(4.09 KB, patch)
2019-03-22 03:13 PDT
,
Simon Welsh
no flags
Details
Formatted Diff
Diff
Archive of layout-test-results from ews106 for mac-highsierra-wk2
(2.79 MB, application/zip)
2019-03-22 04:31 PDT
,
EWS Watchlist
no flags
Details
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Simon Welsh
Comment 1
2019-03-22 03:13:51 PDT
Created
attachment 365699
[details]
Patch
EWS Watchlist
Comment 2
2019-03-22 04:31:53 PDT
Comment hidden (obsolete)
Comment on
attachment 365699
[details]
Patch
Attachment 365699
[details]
did not pass mac-wk2-ews (mac-wk2): Output:
https://webkit-queues.webkit.org/results/11611785
New failing tests: http/wpt/mediarecorder/MediaRecorder-AV-audio-video-dataavailable.html
EWS Watchlist
Comment 3
2019-03-22 04:31:54 PDT
Comment hidden (obsolete)
Created
attachment 365709
[details]
Archive of layout-test-results from ews106 for mac-highsierra-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews106 Port: mac-highsierra-wk2 Platform: Mac OS X 10.13.6
Simon Welsh
Comment 4
2019-03-22 22:35:30 PDT
Test failure doesn't seem related to this change.
WebKit Commit Bot
Comment 5
2019-03-24 13:22:02 PDT
Comment on
attachment 365699
[details]
Patch Clearing flags on attachment: 365699 Committed
r243425
: <
https://trac.webkit.org/changeset/243425
>
WebKit Commit Bot
Comment 6
2019-03-24 13:22:04 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7
2019-03-24 13:23:14 PDT
<
rdar://problem/49199505
>
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