ARIA: input role
{{AccessibilitySidebar}}
The input
abstract role is a generic type of widget that allows user input.
[!NOTE] The
input
role is an abstract role. It is included here for completeness of documentation. It is not to be used by web authors.
Description
The input
role is an abstract role. It must not be used by web authors. It is the superclass for input widgets that provide for user input, including checkbox
, radio
, and textbox
. For all three, consider using the {{HTMLElement("input")}}
element of type checkbox
, radio
and text
, respectively.
Best Practices
Do not use.
Specifications
{{Specifications}}