Difference between revisions of "HTML Select"
Jump to navigation
Jump to search
Select Test
Rmccaffery (talk | contribs) (Created page with "<!DOCTYPE html> <html lang="en"> <head> <title>Select Test</title> </head> <body> <select> <option value="volvo">Volvo</option> <option value="sa...") |
Rmccaffery (talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
Line 13: | Line 12: | ||
</body> | </body> | ||
</html> | </html> | ||
+ | |||
+ | Note: This page was used to verify that <select> elements announce "has popup" when testing with TalkBack on Android. | ||
[[Category:techniques]] | [[Category:techniques]] |
Revision as of 21:40, 22 March 2016
Note: This page was used to verify that <select> elements announce "has popup" when testing with TalkBack on Android.