Difference between revisions of "ARIA Listbox"
Jump to navigation
Jump to search
ARIA Listbox
Line 5: | Line 5: | ||
<title> ARIA Listbox</title> | <title> ARIA Listbox</title> | ||
<style type="text/css"> | <style type="text/css"> | ||
+ | #lb1 { | ||
+ | width:10em; | ||
+ | } | ||
+ | |||
ul.lb li { | ul.lb li { | ||
text-indent:0px; | text-indent:0px; | ||
list-style-type:none; | list-style-type:none; | ||
display:block; | display:block; | ||
− | |||
padding-left:0; | padding-left:0; | ||
} | } |
Revision as of 16:48, 20 October 2014
- Uses aria-activedescendant
- iOS
- Android
- Windows Phone