- From: Joseph Scheuhammer <clown@alum.mit.edu>
- Date: Thu, 17 Mar 2016 11:05:11 -0400
- To: Matt King <a11ythinker@gmail.com>, ARIA Working Group <public-aria@w3.org>
Rich, Matt,
(Sorry for the double post, but I forgot to include the public aria list
last time.)
I had an action to modify the definition for aria-activedescendant in
light of the changes to combobox. The changes were made in this branch:
http://rawgit.com/w3c/aria/mck-action1490-activedescendant/aria/aria.html#aria-activedescendant
I added a paragraph to the end of the definition:
"
A special use case is a combobox where its textbox has DOM focus, and
that textbox employs an aria-activedescendant attribute to reference the
currently active listbox option. The referenced listbox option is not in
fact a descendant of the textbox itself, but of its parent combobox
element. Even so, the aria-activedescendant property is treated by user
agents as the active descendant of the combobox, and not the textbox.
"
On 2016-03-16 8:59 PM, Matt King wrote:
>
> I posted the following comment in action 1490 describing revisions to
> the previous proposal for combobox.
>
> Changes made as a result of March 10, 2016 meeting
>
> Note: The revised combobox proposal is now in branch action1490-combobox:
>
> http://rawgit.com/w3c/aria/action1490-combobox/aria/aria.html#combobox
>
> The branch includes the following changes as a result of the Mar 10
> discussion.
>
> 1. Revised definition so that it does not imply that listbox and grid
> are classified as popups as opposed to elements that popup.
>
> 2. elivated the following normative aria-autocomplete statement from
> author SHOULD to author MUST:
>
> If the combobox provides autocompletion behavior for the text input as
> described in aria-autocomplete,
>
> authors MUST set aria-autocomplete on the textbox element to the value
> that corresponds to the provided behavior.
>
> 3. Added an author MUST statement that restricts the role of the popup
> element to listbox, tree, grid, or dialog.
>
> And, correspondingly added listbox, tree, grid, and dialog as required
> owned elements.
>
> Matt King
>
--
;;;;joseph.
'Die Wahrheit ist Irgendwo da Draußen. Wieder.'
- C. Carter -
Received on Thursday, 17 March 2016 15:05:42 UTC