RESOLVED FIXED 210121
AX: Change ATK mapping of the ARIA alert and alertdialog roles
https://bugs.webkit.org/show_bug.cgi?id=210121
Summary AX: Change ATK mapping of the ARIA alert and alertdialog roles
Joanmarie Diggs
Reported 2020-04-07 09:35:11 PDT
In ARIA, an alertdialog is a type of dialog; an alert is not a type of dialog but rather a live region. In ATK an alert is a type of dialog which should be used for things like warning dialogs. Thus this platform role is well suited for the ARIA alertdialog role, but ill suited for the ARIA alert role. As a result of the above, the Core-AAM specification has been updated: * alertdialog: ATK_ROLE_ALERT rather than ATK_ROLE_DIALOG * alert: ATK_ROLE_NOTIFICATION rather than ATK_ROLE_ALERT See https://w3c.github.io/core-aam/#mapping_role_table
Attachments
Patch (7.94 KB, patch)
2020-04-07 11:11 PDT, Joanmarie Diggs
no flags
Radar WebKit Bug Importer
Comment 1 2020-04-07 09:35:22 PDT
Joanmarie Diggs
Comment 2 2020-04-07 11:11:08 PDT
Joanmarie Diggs
Comment 3 2020-04-07 13:09:22 PDT
Comment on attachment 395711 [details] Patch Chris: When you have a spare moment, a review would be appreciated. Thanks!
EWS
Comment 4 2020-04-07 14:14:21 PDT
Committed r259671: <https://trac.webkit.org/changeset/259671> All reviewed patches have been landed. Closing bug and clearing flags on attachment 395711 [details].
Note You need to log in before you can comment on or make changes to this bug.