Difference between revisions of "Input Element Multiple Types"
Jump to navigation
Jump to search
Rnickelson (talk | contribs) |
|||
Line 88: | Line 88: | ||
</div> | </div> | ||
</html> | </html> | ||
+ | |||
+ | ==results== | ||
+ | For the file input type the label file is not announced when navigating through the form using the TAB key. | ||
+ | The button for Choosing the file is announced as Choose file in Chrome and Browse in Firefox. | ||
[[Category:Elements]] | [[Category:Elements]] | ||
[[Category:HTML5]] | [[Category:HTML5]] |
Revision as of 19:43, 10 January 2020
This page covers the following input types
- type color
- type date
- type datetime
- type email
- type file
- type hidden
- type month
- type number
- type password
- type range
- type reset
- type search
- type submit
- type tel
- type time
- type url
- type week
results
For the file input type the label file is not announced when navigating through the form using the TAB key. The button for Choosing the file is announced as Choose file in Chrome and Browse in Firefox.