Difference between revisions of "HTML Select"
Jump to navigation
Jump to search
Select Test
Google
Rmccaffery (talk | contribs) |
Rmccaffery (talk | contribs) |
||
Line 4: | 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" aria-haspopup="true">Google</a> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 21:16, 31 March 2016
Note: This page was used to verify that <select> elements announce "has popup" when testing with TalkBack on Android.