RESOLVED FIXED 177498
AX: ARIA grids claim to be multiselectable even with aria-multiselectable is set to false
https://bugs.webkit.org/show_bug.cgi?id=177498
Summary AX: ARIA grids claim to be multiselectable even with aria-multiselectable is ...
Joanmarie Diggs
Reported 2017-09-26 12:22:04 PDT
ARIA grids claim to be multiselectable even with aria-multiselectable is set to false.
Attachments
Patch (5.80 KB, patch)
2017-09-26 12:26 PDT, Joanmarie Diggs
no flags
patch for landing (5.65 KB, patch)
2017-09-26 15:01 PDT, Joanmarie Diggs
no flags
Radar WebKit Bug Importer
Comment 1 2017-09-26 12:22:35 PDT
Joanmarie Diggs
Comment 2 2017-09-26 12:26:27 PDT
chris fleizach
Comment 3 2017-09-26 14:50:37 PDT
Comment on attachment 321855 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=321855&action=review > Source/WebCore/accessibility/AccessibilityARIAGrid.cpp:88 > + if (equalLettersIgnoringASCIICase(ariaMultiSelectable, "false")) I think you can write just like return !equalLettersIgnoringASCIICase(ariaMultiSelectable, "false");
Joanmarie Diggs
Comment 4 2017-09-26 15:01:04 PDT
Created attachment 321877 [details] patch for landing
WebKit Commit Bot
Comment 5 2017-09-26 15:19:15 PDT
Comment on attachment 321877 [details] patch for landing Clearing flags on attachment: 321877 Committed r222527: <http://trac.webkit.org/changeset/222527>
WebKit Commit Bot
Comment 6 2017-09-26 15:19:17 PDT
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.