-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Core AAM] Remove RELATION_POPUP_FOR from ATK/AT-SPI mappings of aria-haspopup #537
Conversation
…-haspopup This mapping was added during the 1.1 cycle. And while it is correct in terms of platform expectations, the ARIA spec provides no means through which user agents could reliably implement this.
@@ -3397,12 +3392,13 @@ | |||
<section> | |||
<h2>Substantive changes since the <a href="http://www.w3.org/TR/2015/WD-core-aam-1.1-20151119/">last public working draft</a></h2> | |||
<ul> | |||
<li>14-Mar-2017: Undid the 1.1 addition of RELATION_POPUP_FOR to ATK/AT-SPI mappings of aria-haspopup. While the addition is correct in terms of platform expectations, the ARIA spec provides no means through which user agents could reliably implement this.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joanmarie how about "Removed" instead of "Undid", since it's the opposite of "Added"?
<li>20-Jan-2017: Added AX API mappings for aria-colcount, aria-colspan, aria-colindex, aria-rowcount, aria-rowindex, and aria-rowspan.</li> | ||
<li>07-Dec-2016: Added UIA mappings for roles feed, figure, and term, and for aria-colcount, aria-colspan, aria-colindex, aria-rowcount, aria-rowindex, aria-rowspan, and aria-details. Added UIA Range Value Pattern for range related roles scrollbar, slider, and spinbutton.</li> | ||
<li>24-Oct-2016: Changed name of IA2 object property name for aria-placeholder to "placeholder-text" (was "placeholder").</li> | ||
<li>04-Oct-2016: Add reverse relationships for aria-details and aria-errormessage on platforms MSAA/IA2 and ATK/ATSPI</li> | ||
<li>03-Oct-2016: Added aria-roledescription mappings for empty and whitespace strings as well as error handling text.</li> | ||
<li>12-Sep-2016: Added RELATION_POPUP_FOR to ATK/AT-SPI mappings of aria-haspopup, for ARIA 1.1.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joanmarie I think this removal is okay since the change log entry was never part of a published working draft. The latest TR is:
https://www.w3.org/TR/core-aam-1.1/#changelog
But, just in case, @michael-n-cooper: is removal of a previously noted change allowed?
@joanmarie I've merged in your changes. Take a look, and if it matches your expectations, feel free to close this pull request. Changes: Rawgit: |
LGTM. |
This mapping was added during the 1.1 cycle. And while it is correct in terms
of platform expectations, the ARIA spec provides no means through which user
agents could reliably implement this.