- From: <bugzilla@jessica.w3.org>
- Date: Thu, 03 Nov 2011 21:53:43 +0000
- To: public-html-a11y@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13550 --- Comment #3 from Cynthia Shelly <cyns@microsoft.com> 2011-11-03 21:53:43 UTC --- combobox and textbox are different roles in the accessibility APIs. For example, in UIA Edit Control Type: Edit controls enable a user to view and edit a simple line of text without rich formatting support. (similar to <input type=text>) ComboBox Control Type: A combo box is a list box combined with a static control or an edit control that displays the currently selected item in the list box portion of the combo box. (similar to <select>) When the author adds a list attribute, it adds a dropdown list to the control, which makes it meet the definition of the combobox. -- Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
Received on Thursday, 3 November 2011 21:53:49 UTC