Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Flutter Web: aria-invalid must be an available property on form inputs (Accessibility) #162142

Closed
@jcollins-disney

Description

@jcollins-disney

Use case

The WAI-ARIA property aria-invalid must be available on all Flutter form input elements types/widgets when the value is computed to be invalid or out-of-range.

Proposal

Add the WAI-ARIA property aria-invalid to the list of semantics flags on the following element types/widgets. Its value is true when the entered value is invalid, and false when the entered value is valid.

  • <input> (all types)
  • application
  • checkbox
  • combobox
  • gridecell
  • listbox
  • radiogroup
  • slider
  • spinbutton
  • textbox
  • tree

Metadata

Metadata

Assignees

Labels

P1High-priority issues at the top of the work lista: accessibilityAccessibility, e.g. VoiceOver or TalkBack. (aka a11y)c: new featureNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to Fluttercustomer: castawayplatform-webWeb applications specificallyr: fixedIssue is closed as already fixed in a newer versionteam-text-inputOwned by Text Input teamtriaged-text-inputTriaged by Text Input team

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions