Difference between revisions of "HTML Select"

From Level Access Web Labs
Jump to navigation Jump to search
(Created page with "<!DOCTYPE html> <html lang="en"> <head> <title>Select Test</title> </head> <body> <select> <option value="volvo">Volvo</option> <option value="sa...")
 
Line 1: Line 1:
<!DOCTYPE html>
 
 
<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

Select Test

Note: This page was used to verify that <select> elements announce "has popup" when testing with TalkBack on Android.