- From: Gunderson, Jon R <jongund@illinois.edu>
- Date: Mon, 1 Dec 2014 18:01:59 +0000
- To: Joseph Scheuhammer <clown@alum.mit.edu>, W3C WAI Protocols & Formats <public-pfwg@w3.org>
Joseph,
You would like something more like this
Definition of "Value (of a control)"
The value of an element or form control when used in calculating accessible names and/or descriptions include the values of the following properties:
1. Value of ARIA-VALUETEXT attribute
2. Value of ARIA-VALUENOW attribute
3. Value of the VALUE attribute
4. The text content of the selected OPTION elements in a SELECT box or LISTBOX
5. Value of the ALT attribute (e.g. INPUT[TYPE="IMAGE"]
6. Child text node content
NOTE: The value of an element for the purposes of accessible name and description calculation does not include any content identified on an element through an aria-labelledby property. This is condition is excluded to eliminate the possibility of circular naming algorithms that can occur when aria-labelledby and ara-describedby properties reference elements with an aria-labelledby property.
-----Original Message-----
From: Joseph Scheuhammer [mailto:clown@alum.mit.edu]
Sent: Monday, December 01, 2014 9:14 AM
To: Gunderson, Jon R; W3C WAI Protocols & Formats
Subject: Re: [ACTION-1520][ISSUE-679] Proposed definition of "value" for form control content and aria attributes (updated)
Jon,
While the term "value of a control" is used in the accessible name calculation, it is used elsewhere. For example, it is referenced from section 5.6.2 "Widget Values" in the core-aam:
http://rawgit.com/w3c/aria/master/core-aam/core-aam.html#mapping_additional_widget-value
Quoting the first sentence, where the word "value" points to the current glossary entry (my emphasis):
"Some WAI-ARIA roles are widgets that have a particular *value* within a range of values."
I think we need something more general here that captures the concept of "value" as it is used for controls and widgets. I suggest removing any text regarding names, descriptions, aria-labelledby, aria-describedby, etc. from your definition. For example, how about rewording the first couple of sentences:
"Definition of 'Value (of a control)':
The value of an element or form control is defined by the following properties of the element, using the following order of precedence:
..."
Regarding the items in the precedence, I'm not sure that the ones involving @alt, @title, and @aria-label play a role with respect to "value of a control" -- still thinking about it...
Thanks.
--
;;;;joseph.
'Array(16).join("wat" - 1) + " Batman!"'
- G. Bernhardt -
Received on Monday, 1 December 2014 18:03:03 UTC