You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update the platform role mappings to ATK_ROLE_CONTENT_INSERTION and
ATK_ROLE_CONTENT_DELETION respectively. These new roles have landed
in both ATK and AT-SPI2.
Add 'xml-roles' AtkObject attribute on each because if user agents use
the old role (ATK_ROLE_SECTION), ATs will need a fallback to find out
what the elements' role should be.
* Update the platform role mappings to ATK_ROLE_CONTENT_INSERTION and
ATK_ROLE_CONTENT_DELETION respectively. These new roles have landed
in both ATK and AT-SPI2.
* Add 'xml-roles' AtkObject attribute on each because if user agents use
the old role (ATK_ROLE_SECTION), ATs will need a fallback to find out
what the elements' role should be.
Regarding implementation commitment, I'll try to do the implementations soon. :) I'll have to do them for the new ARIA roles anyway, so might as well do it at the same time....
@joanmarie, thanks great to hear. I should update the template to include Orca, instead of just the browser engines? Be great to track progress/implantation commitments from you.
@joanmarie, also, our IPR bot is complaining that you are not a member of the WebApps WG. It would be great if you could join as an implementer. Anything I or @LJWatson can do to help with that?
@marcoscaceres I used to be a member of WebPlatform. I guess I need to add myself to WebApps. Regarding Orca and "implementation":
As I trust you know, Orca is a screen reader; not a user agent. I think we/you want implementations in user agents.
When I say "implementations" I meant I would implement them in WebKitGtk, Chromium/Blink, and possibly Gecko; not in Orca. (I'll add support in Orca too, of course, but see item 1.)
Iβm still learning so I honestly donβt know how this gets implemented πΆ Iβm keen to learn tho, as I can at least help with reviews or even implement on the Gecko side.
So it sounds like the current template is for implementation commitment is fine. We should add file the appropriate bugs on each browser vendor so this doesnβt get lost.
If we can also get some Web Platform Tests, that would be amazing.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ATK_ROLE_CONTENT_DELETION respectively. These new roles have landed
in both ATK and AT-SPI2.
the old role (ATK_ROLE_SECTION), ATs will need a fallback to find out
what the elements' role should be.
Closes #218
The following tasks have been completed:
Implementation commitment:
Preview | Diff