--
You received this message because you are subscribed to the Google Groups "Browser Accessibility Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browser-accessibil...@googlegroups.com.
To post to this group, send email to browser-acce...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/browser-accessibility-dev/CAFz-FYyRxQCy10V-xQnrpwhubWEN%2BO%2BRBFiG0yOdUgYT_0tAaw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Reviving this thread. While there are a lot of details to work out, do we have overall agreement that aria-interactive seems like a good idea? I'd like to propose that we actually implement this one behind a flag and try it out.
--
You received this message because you are subscribed to the Google Groups "Browser Accessibility Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browser-accessibil...@googlegroups.com.
To post to this group, send email to browser-acce...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/browser-accessibility-dev/CAFz-FYyWcVy8gW9yi07VMqWfzvEjoc%3Dhnk-a1x2R0_SGHU_7SQ%40mail.gmail.com.
Alex.Can we have opinion from AT developers? CC'ing Jamie and Joanie.Thanks.
On Fri, Apr 3, 2015 at 7:01 PM, 'Dominic Mazzoni' via Browser Accessibility Development <browser-acce...@googlegroups.com> wrote:
Reviving this thread. While there are a lot of details to work out, do we have overall agreement that aria-interactive seems like a good idea? I'd like to propose that we actually implement this one behind a flag and try it out.
--
You received this message because you are subscribed to the Google Groups "Browser Accessibility Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browser-accessibility-dev+unsub...@googlegroups.com.
To post to this group, send email to browser-acce...@googlegroups.com.
Hi.For some reason this discussion got stale. Alexander, how difficult / feasible would it be for you guys to impelemnt the aria-interactive attribute? Do you have any objections in this regard?
On Tuesday, April 7, 2015 at 10:17:04 AM UTC-7, Joanmarie Diggs wrote:
Generally speaking, the ability to communicate to an AT, "Hey I'm handling this, step out of the way" seems better to me than a heuristic designed to figure out the same thing.
On Tuesday, April 7, 2015 at 12:49:10 PM UTC-4, Alexander Surkov wrote:
Alex.Can we have opinion from AT developers? CC'ing Jamie and Joanie.Thanks.
On Fri, Apr 3, 2015 at 7:01 PM, 'Dominic Mazzoni' via Browser Accessibility Development <browser-acce...@googlegroups.com> wrote:
Reviving this thread. While there are a lot of details to work out, do we have overall agreement that aria-interactive seems like a good idea? I'd like to propose that we actually implement this one behind a flag and try it out.
--
You received this message because you are subscribed to the Google Groups "Browser Accessibility Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browser-accessibil...@googlegroups.com.
To post to this group, send email to browser-acce...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/browser-accessibility-dev/CAFz-FYyWcVy8gW9yi07VMqWfzvEjoc%3Dhnk-a1x2R0_SGHU_7SQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Browser Accessibility Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browser-accessibil...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/browser-accessibility-dev/ca5c4bf8-31e2-401e-9c9b-edbfb4314ed2%40googlegroups.com.
Here's one proposal for behavior that tries to
take this type of control into account, what do you think?
If auto focus mode is not enabled and aria-interactive=true:
1. On a control that would normally engage focus mode, do nothing differently.
2. On a control that would not normally engage focus mode, like a link, optionally announce an extra hint like "press Enter to activate", and on Enter switch to focus mode rather than activating it.
3. On a control that works in both modes, like a radio button, optionally announce an extra hint like "press Enter to activate", and on Enter switch to focus mode in addition to activating it.
If auto focus mode is not enabled and aria-interactive=false, do nothing differently.
If auto focus mode is enabled and aria-interactive=true:
1. On a control that would normally engage focus mode, do nothing differently.
2. On a control that would not normally engage focus mode, like a link, switch to focus mode.
3. On a control that works in both modes, like a radio button, switch to focus mode.
If auto focus mode is enabled and aria-interactive=false:
1. On a control that would normally engage focus mode, do not switch modes.
2. On a control that would not normally engage focus mode, like a link, do nothing differently.
3. On a control that works in both modes, like a radio button, do nothing differently.
The behaviour you suggest takes this type of control into account, but unless I'm missing something, it doesn't allow you to simulate that kind of control using aria-interactive. That is, if you want to have a control which isn't a radio button or a tab control that simply activates when you press enter (i.e. *doesn't* switch to focus mode) but *does* auto switch to focus mode when it gets focus, I don't think you can manage that. Maybe this is an edge case that doesn't need to be considered, but it's worth noting.
1. On a control that would normally engage focus mode, do not switch modes.
This means that aria-interactive="false" and aria-interactive undefined must have two different meanings. That is, we can't assume that aria-interactive always defaults to false. Was that your intent? That's fine if so; it just needs to be made clear in the spec when we get there.
Also I don't see why aria-interactive should be restriction to certain roles. What is reasoning behind that?
--
You received this message because you are subscribed to the Google Groups "Browser Accessibility Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to browser-accessibil...@googlegroups.com.
To post to this group, send email to browser-acce...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/browser-accessibility-dev/CAFz-FYz1yerDigyzPynQc1z31%3D5ewob-Pf35Tum_Cz_4aZhF1g%40mail.gmail.com.