Difference between revisions of "HTML Select"
Jump to navigation
Jump to search
Select Test
Google
Find us on LinkedIn
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...") |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
<html lang="en"> | <html lang="en"> | ||
<head> | <head> | ||
Line 5: | Line 4: | ||
</head> | </head> | ||
<body> | <body> | ||
− | + | <select> | |
− | + | <option value="volvo">Volvo</option> | |
− | + | <option value="saab">Saab</option> | |
− | + | <option value="mercedes">Mercedes</option> | |
− | + | <option value="audi">Audi</option> | |
− | </select> | + | </select> |
+ | <br> | ||
+ | <br> | ||
+ | <a href="http://www.google.com" target="_blank" aria-haspopup="true">Google</a><br> | ||
+ | <a class="linkedin open-metrics" href="https://www.linkedin.com/company/wellsfargo" aria-haspopup="true" target="_blank" om_tracking="category:Outbound Links;action:Click;label:www.linkedin.com/company/wellsfargo;value:0">Find us on LinkedIn </a> | ||
</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]] |
Latest revision as of 21:30, 31 March 2016
Find us on LinkedIn
Note: This page was used to verify that <select> elements announce "has popup" when testing with TalkBack on Android.