Changes between Initial Version and Version 1 of Ticket #5403, comment 4


Ignore:
Timestamp:
May 4, 2011, 1:42:13 PM (14 years ago)
Author:
Damian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5403, comment 4

    initial v1  
    33The listboxes in the editor drop-downs behave as "single-select" listboxes as far as I can tell, i.e. it is not possible to use Space to select more than one option at a time, since selecting the option actions it. In fact, the listboxes behave more like menus...
    44
    5 The drop-down lists could be implemented as menus with menuitems. For those drop-downs that can have multiple items pre-selected, e.g. the styles drop-down, we would use menuitemcheckbox and aria-checked="true" for the pre-selected options. For drop-downs with a single pre-selected value e.g. font, we would use menuitemcheckbox with aria-checked="true". An example page with this implementation can be found here: [http://www.oaa-accessibility.org/example/25/]
     5The drop-down lists could be implemented as menus with menuitems. For those drop-downs that can have multiple items pre-selected, e.g. the styles drop-down, we would use menuitemradio and aria-checked="true" for the pre-selected options. For drop-downs with a single pre-selected value e.g. font, we would use menuitemcheckbox with aria-checked="true". An example page with this implementation can be found here: [http://www.oaa-accessibility.org/example/25/]
    66
    77See WAI-ARIA spec for details: [http://www.w3.org/TR/2010/WD-wai-aria-20100916/roles#menuitemcheckbox]
    88and [http://www.w3.org/TR/2010/WD-wai-aria-20100916/roles#menuitemradio]
    99
     10An alternative might be to just use aria-checked="true" on the listbox options, since role="option" can support aria-checked.
    1011
    1112
    1213
    1314
    14 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy