Re: Finding agreement on common purpose

David,
I would say that like providing equivalent text for images, there are a variety of theoretically possible techniques, but the catch will be whether there is accessibility support.

If browsers/AT supported Microdata, then sure.
If Browsers/AT supported language-specific strings in the accessibility name, then sure. I think that the reality is that an AT with support for <input autocomplete=”first-name”> might also built in support for “first name” from the accessibility name property, but will they also do it for cc-name and other tokens? Taking this path probably represents more work for the author, but I’m sure people will do studies of the support over time, and maybe a different way other than the autocomplete attribute gains traction.

Today, I believe that the support exists in the browsers for the autocomplete/autofill values, so that is the closest thing to a “safe harbor” that we have and we will be able to construct a technique around that (in HTML). As the situation evolves additional techniques are possible.

Thanks,
AWK

Andrew Kirkpatrick
Group Product Manager, Accessibility
Adobe

akirkpat@adobe.com
http://twitter.com/awkawk


From: David MacDonald <david100@sympatico.ca>
Date: Tuesday, January 16, 2018 at 09:33
To: Andrew Kirkpatrick <akirkpat@adobe.com>
Cc: "tink@tink.uk" <tink@tink.uk>, Joshue O Connor - InterAccess <josh@interaccess.ie>, WCAG <w3c-wai-gl@w3.org>
Subject: Re: Finding agreement on common purpose

Can someone answer if these will pass the new SC

<label>First Name<input ...></label>

The AccName would supply the purpose

or

<label>VISA
<input aria-describedby="p1" ...></label>
<span id="p1" class="offscreen">credit card</span>

the AccDescription supplies the purpose

I think it should... and I think mapping AT should be able to map it. This is what understood during a call between Lisa, John, me and a couple of others early on as we were trying to find a way forward...


Cheers,
David MacDonald



CanAdapt Solutions Inc.

Tel:  613.235.4902

LinkedIn
<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.linkedin.com%2Fin%2Fdavidmacdonald100&data=02%7C01%7Cakirkpat%40adobe.com%7Cf0f33dbc295c4924acf908d55cee0cd7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636517099842434012&sdata=vNXIKO59GQECzvQWpuc6na7ISKGIvPA9nmUEPXboSME%3D&reserved=0>

twitter.com/davidmacd<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Ftwitter.com%2Fdavidmacd&data=02%7C01%7Cakirkpat%40adobe.com%7Cf0f33dbc295c4924acf908d55cee0cd7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636517099842434012&sdata=VRGwJx2GTGrsn0js%2BFZ5i7sy%2FuMiqA2phoZPbAzBXW8%3D&reserved=0>

GitHub<https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FDavidMacDonald&data=02%7C01%7Cakirkpat%40adobe.com%7Cf0f33dbc295c4924acf908d55cee0cd7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636517099842434012&sdata=SnLHjhb5iZW5AkM6Kq%2FenbMozFyJJbE8Cq8VgxRvnN0%3D&reserved=0>

www.Can-Adapt.com<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.can-adapt.com%2F&data=02%7C01%7Cakirkpat%40adobe.com%7Cf0f33dbc295c4924acf908d55cee0cd7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636517099842434012&sdata=x03WgHmT0fSYqJmceOnp8xmM9fc15gczLTrkGYrhOEQ%3D&reserved=0>



  Adapting the web to all users
            Including those with disabilities

If you are not the intended recipient, please review our privacy policy<https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.davidmacd.com%2Fdisclaimer.html&data=02%7C01%7Cakirkpat%40adobe.com%7Cf0f33dbc295c4924acf908d55cee0cd7%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636517099842434012&sdata=Qj5vcvkIIYjqh7FKa2jzLXuk9RE1ZOOEv77DfkXheNM%3D&reserved=0>

On Tue, Jan 16, 2018 at 8:58 AM, Andrew Kirkpatrick <akirkpat@adobe.com<mailto:akirkpat@adobe.com>> wrote:
If the intent of this SC is to enable an AT to concretely determine the
    purpose of qualifying controls, then we need to define the set of
    possible tokens. If we say that any token can be used providing it maps
    to the HTML tokens, we're creating a situation where the best an AT can
    do is use heuristics and guesswork to make the determination.

That’s not how I see it Leonie.

The tokens defined in the PDF/OOXML/EPUB/etc specifications to convey purposes of input controls are the tokens that can be used for that technology. The tokens in each of those technologies that are mapped to tokens in the HTML list to represent the same purpose are the ones that the author is required to use.

AT will need to know what tokens are supported in a given technology, and the AT will look at the PDF/OOXML/EPUB/etc spec to implement support.

Authors looking to the right thing will determine if there is a means to convey the purposes for inputs for their technology and implement all of the tokens fully. Some of these may go beyond what HTML 5.2 indicates.
Authors looking to do as little as possible will compare the set of tokens for their technology with the HTML set and only implement the overlap.

There may be some interpretation and debate about whether the purpose of the token in one technology is mapped to a token in HTML, but the set of HTML tokens is pretty tight, so I don’t think that will be significant.

AWK

Received on Tuesday, 16 January 2018 15:40:31 UTC