This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Use case: The user is to select one or more characters to have on their adventuring party. The characters are shown as pictures on a canvas, but we want to expose it to ATs as a list box. Requirements: - enable <select multiple> elements to be hit region controls. - enable <select size=N> eements where N>1 to be hit region controls. - enable <option> to be hit region controls.
Open question - should we also: - make <select size=1> in <canvas> act like size=N where N>1. - enable <select size=1> elements to be hit region controls.
Let's avoid the idea in comment 1 for now. It is very confusing to explain.
Checked in as WHATWG revision r8484. Check-in comment: Allow <select multiple> and <select size=4> to be used as canvas fallback http://html5.org/tools/web-apps-tracker?from=8483&to=8484
Oops, the condition on the <option> is backwards (copypasta error). Fixed in next check-in.
Checked in as WHATWG revision r8485. Check-in comment: Fix the condition for the <option> in the previous checkin, and reword this into a list so it's clearer http://html5.org/tools/web-apps-tracker?from=8484&to=8485