Important: This website does not attempt to establish a standard for how assistive technologies must behave. Read the FAQ for more information. Additionally, this is a work in progress. Please submit feedback or suggestions.

option element (html)

Screen Reader support level: partial (47/55)

Voice Control support level: partial (12/35)

On this page

About this feature

Age of results

Results across all tests for this feature range from 5 months ago to 5 years ago. Detailed dates and version information can be found in associated tests.

Failing and partial results are between 5 months ago and 5 years ago.

Expectations

What are expectations?

Screen Reader support by expectation

ExpectationJAWSNarratorNVDAOrcaTalkBackVoiceOver (iOS)VoiceOver (macOS)
ChromeEdgeFirefoxEdgeChromeEdgeFirefoxFirefoxChromeSafariSafari
MUST convey its namesupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportedpartial (1/2)partial (1/2)
MUST convey its rolesupportedsupportedsupportedsupportedsupportedsupportedsupportedpartial (1/2)supportedsupportedpartial (1/2)
MUST convey the value of the option when used in a datalist contextsupportedsupportedsupportednonesupportedsupportednonenonesupportedsupportednone
MAY convey information about the position the option in the listpartial (1/2)partial (1/2)partial (1/2)supportedsupportedsupportedsupportednonenonenonenone

Voice Control support by expectation

ExpectationDragon Naturally SpeakingVoice Access (Android)Voice Control (iOS)Voice Control (MacOS)Windows Speech RecognitionWindows Voice Access
ChromeChromeSafariSafariEdgeChromeEdgeChrome
MUST convey its namesome partial supportsupportednonepartial (1/2)supportednoneunknownunknown
MUST convey its rolepartial (1/2)supportednot applicablepartial (1/2)supportednoneunknownunknown
MUST convey the value of the option when used in a datalist contextnonesupportednonenonenot applicablenonenot applicablenot applicable

Expectation: convey its name

Rationale:

A screen reader user needs to know what to enter.

Strength of this expectation for different types of assistive technologies:

  • Screen Readers: MUST
  • Voice Control: MUST

Notes:

For form inputs - commands to read line by line (down and up arrows in most windows screen readers) will not always result in the name being explicitly conveyed when the virtual focus is moved to an input where the label is visually displayed and programmatically associated with the input. This is acceptable because the name is implied by the fact that it should be naturally found in the reading order. Some screen readers choose to not convey the name in these cases, likely in an effort to reduce verbosity.

Examples:

  • A screen reader will announce the name of the option (if present) in addition to the value.
  • Voice control software will let the user say something like "choose <name>" after saying something like "show choices" to pick the option.
Screen Reader support for 'MUST convey its name'
TestJAWSNarratorNVDAOrcaTalkBackVoiceOver (iOS)VoiceOver (macOS)
ChromeEdgeFirefoxEdgeChromeEdgeFirefoxFirefoxChromeSafariSafari
HTML input with datalist testsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportednonenone
HTML select element testsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupported
Voice Control support for 'MUST convey its name'
TestDragon Naturally SpeakingVoice Access (Android)Voice Control (iOS)Voice Control (MacOS)Windows Speech RecognitionWindows Voice Access
ChromeChromeSafariSafariEdgeChromeEdgeChrome
HTML input with datalist testnonesupportednonenonesupportednoneunknownunknown
HTML select element testpartialsupportednonesupportedsupportednoneunknownunknown

Expectation: convey its role

Rationale:

A screen reader user needs to know how they can interact with the element. Voice control software might use the role to help users activate controls that do not have a visible name.

Strength of this expectation for different types of assistive technologies:

  • Screen Readers: MUST
  • Voice Control: MUST

Examples:

  • A screen reader might announce "option" as the role.
  • A screen reader might not announce a role because the role is implied by the role of a select element, combo box, or listbox.
  • A screen reader might not announce a role because the role is implied by the announcement of auto complete or suggestions.
  • Voice control software will let the user say something like "move down <n>" or "move up <n>" to select an option.
Screen Reader support for 'MUST convey its role'
TestJAWSNarratorNVDAOrcaTalkBackVoiceOver (iOS)VoiceOver (macOS)
ChromeEdgeFirefoxEdgeChromeEdgeFirefoxFirefoxChromeSafariSafari
HTML input with datalist testsupportedsupportedsupportedsupportedsupportedsupportedsupportedpartialsupportedsupportednone
HTML select element testsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupportedsupported
Voice Control support for 'MUST convey its role'
TestDragon Naturally SpeakingVoice Access (Android)Voice Control (iOS)Voice Control (MacOS)Windows Speech RecognitionWindows Voice Access
ChromeChromeSafariSafariEdgeChromeEdgeChrome
HTML input with datalist testnonesupportednot applicablenonesupportednoneunknownunknown
HTML select element testsupportedsupportednot applicablesupportedsupportednoneunknownunknown

Expectation: convey the value of the option when used in a datalist context

Rationale:

When in a datalist context, both the name and value are displayed, so the user needs to be aware of both.

Strength of this expectation for different types of assistive technologies:

  • Screen Readers: MUST
  • Voice Control: MUST

Examples:

  • A screen reader will announce the value of the option in addition to the name.
  • Voice control software will let the user say something like "choose <value>" to pick an option.
Screen Reader support for 'MUST convey the value of the option when used in a datalist context'
TestJAWSNarratorNVDAOrcaTalkBackVoiceOver (iOS)VoiceOver (macOS)
ChromeEdgeFirefoxEdgeChromeEdgeFirefoxFirefoxChromeSafariSafari
HTML input with datalist testsupportedsupportedsupportednonesupportedsupportednonenonesupportedsupportednone
Voice Control support for 'MUST convey the value of the option when used in a datalist context'
TestDragon Naturally SpeakingVoice Access (Android)Voice Control (iOS)Voice Control (MacOS)Windows Speech RecognitionWindows Voice Access
ChromeChromeSafariSafariEdgeChromeEdgeChrome
HTML input with datalist testnonesupportednonenonenot applicablenonenot applicablenot applicable

Expectation: convey information about the position the option in the list

Rationale:

When user should be able to determine how many options are in the list and where they are in the list

Strength of this expectation for different types of assistive technologies:

  • Screen Readers: MAY
  • Voice Control: NA

Examples:

  • A screen reader might announce "choose <2 of 10>" when navigating through a list of options
Screen Reader support for 'MAY convey information about the position the option in the list'
TestJAWSNarratorNVDAOrcaTalkBackVoiceOver (iOS)VoiceOver (macOS)
ChromeEdgeFirefoxEdgeChromeEdgeFirefoxFirefoxChromeSafariSafari
HTML input with datalist testsupportedsupportedsupportedsupportedsupportedsupportedsupportednonenonenonenone
HTML select element testnonenonenonesupportedsupportedsupportedsupportednonenonenonenone

Related features

These are features that are usually used in combination with this feature.

select element (html)

DragonJAWSNarratorNVDAOrcaTalkBackVoice AccessVC iOSVC MacOSVoiceOver (iOS)VoiceOver (macOS)Speech RecognitionWindows Voice AccessWindowsMaciOSAndroid Keyboard
supported with 1 unknown resultsupported with 1 unknown resultsupported with 1 unknown resultsupported with 1 unknown resultsupported with 1 unknown resultpartial (2/5)partial (1/3)supported with 1 unknown resultsupported with 1 unknown resultsupported with 1 unknown resultpartial (3/5)supported with 1 unknown resultunknownunknownunknownunknownunknown

We are missing data on some combinations.

optgroup element (html)

DragonJAWSNarratorNVDAOrcaTalkBackVoice AccessVC iOSVC MacOSVoiceOver (iOS)VoiceOver (macOS)Speech RecognitionWindows Voice AccessWindowsMaciOSAndroid Keyboard
unknownno known supportno known supportpartial (3/10)no known supportpartial (1/4)unknownunknownunknownpartial (2/4)partial (1/4)unknownunknownunknownunknownunknownunknown