This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23038 - Fix ARIA/IA2/ATK select mappings
Summary: Fix ARIA/IA2/ATK select mappings
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML a11y APIs (editor: Steve Faulkner, Cynthia Shelly) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: alexander surkov
QA Contact: HTML a11y API spec bugbot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-21 19:41 UTC by alexander surkov
Modified: 2013-08-21 19:52 UTC (History)
4 users (show)

See Also:


Attachments

Description alexander surkov 2013-08-21 19:41:13 UTC
size > 1 or multiple -> listbox, multiselectable if multiple
otherwise combobox

separate multiple attributes for input and select
Comment 1 alexander surkov 2013-08-21 19:52:24 UTC
landed: https://github.com/w3c/html-api-map/commit/74522f5572c6b1d8324e3a4f2ada844179fa662a

Also I'd like to get your opinion on code duplication.

select element mapping says:
States: FOCUSABLE; MULTISELECTABLE if multiple presented

multiple attribute on select element says:
States: MUTLISELECTABLE. Refer to select element.

I'm curious if that's ok and there are ways to improve it