Skip to main content

HTML Guide

Free site validation

Find out what web pages on your sites are affected by HTML issues.

The “textbox” role is unnecessary for an “input” element that has no “list” attribute and whose type is “text”.

The textbox role, used to identify an element that allows the input of free-form text, is unnecessary for an <input> element of type text when it doesn’t have a list attribute.

Learn more:

Related W3C validator issues