Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute

Description

aria-label

Status
colourYellow
titleeditable

Defines a string value that labels an interactive element.

role="group"

Used to create a group of elements that are visually and functionally related together.

...

Attribute

Description

role="button"

Status
colourYellow
titleeditable

Used to indicate that a particular element acts as a button, even if it is not a standard <button> element.

aria-label

Status
colourYellow
titleeditable

Defines a string value that labels an interactive element.

...

Attribute

Description

aria-haspopup

Indicates the availability and type of interactive popup element that can be triggered by the element on which the attribute is set.

aria-expanded

Is set on an element to indicate if a control is expanded or collapsed, and whether or not the controlled elements are displayed or hidden.

type="button"

Indicates that the element is a button.

role="button"

Status
colourYellow
titleeditable

Used to indicate that a particular element acts as a button, even if it is not a standard <button> element.

aria-live="polite"

Used to define the mode in which the element will be updated for users using responsive technologies.

aria-atomic

Used to indicate how changes within an element may affect its textual content.

role="alert"

Used to communicate an important and usually time-sensitive message to the user.

...

Attribute

Description

role="dialog"

Used to create a link between an element and the content that describes it.

aria-label

Status
colourYellow
titleeditable

Defines a string value that labels an interactive element.

type="button" (Close icon)

Indicates that the element is a button.

...

Attribute

Description

aria-live="assertive"

Status
colourYellow
titleeditable

Used to determine the importance level of notifications or content.

aria-disabled

Status
colourYellow
titleeditable

Used to indicate whether an element on a web page can be activated or modified by the user using input tools.

type="button"

Status
colourYellow
titleeditable

Indicates that the element is a button.

...

Attribute

Description

role="alert"

Used to communicate an important and usually time-sensitive message to the user.

aria-live="assertive"

Used to determine the importance level of notifications or content.

aria-atomic

Used to indicate how changes within an element may affect its textual content.

aria-label

Status
colourYellow
titleeditable

Defines a string value that labels an interactive element.

type="button"

Indicates that the element is a button.

aria-hidden

Indicates whether the element is exposed to an accessibility API.

...

Attribute

Description

aria-describedby

Used to create a link between an element and the content that describes it.

role="tooltip"

Status
colourYellow
titleeditable

Used to designate an element intended to display a tooltip.

Keyboard support

Key

Description

Tab

Moves focus to the next focusable item and shows tooltip.

Shift+Tab

Moves focus to the previous focusable item and shows tooltip.

...

Attribute

Description

aria-label

Status
colourYellow
titleeditable

Defines a string value that labels an interactive element.

title

Status
colourYellow
titleeditable

Used to provide a hint or additional information about an element.