Identify Input Purpose
Luke CanvinIn this article we will be examining the fifth criterion under the Web Content Accessibility Guidelines “Adaptable” guideline. You are likely familiar with the “type” attribute that many input fields support, for example <input type=”text” />. Common types include number, date, checkbox, etc. More niche types include email, tel and password. These are extremely useful, and often cue the browser to offer different behaviour for input. However, those types don’t provide much indication of the purpose of the information. For[...]