About
Interactive element are interactive elements that are specifically intended for user interaction.
List
- HTML - Audio (Element|Stream) (if the controls attribute is present)
- HTML - Image (Img tag) (if the usemap attribute is present)
- What are HTML Input Elements? (if the type attribute is not in the Hidden state)
- HTML - Object Element (External Content) (if the usemap attribute is present)
- HTML - Video Element (Movie) (if the controls attribute is present)
Event
They trigger a sequence of events dependent on the activation mechanism, and normally culminating in a click event.
Property
Focus
They have an activation behavior, which means that the user can activate them known as focus.
Order
The order of interactive element is known as the tab order.