Skip to content

Widget - Accessibility issues #48

Description

@jbpenrath

Widget component has several accessibility issues :

  1. The textarea input has no label.
  2. It should structured as a dialog. (role="dialog", aria-modal="true" and an aria-label should be set)
  3. The role="status" is set to a div that is not updated when its content changed. To allow assistive technology to be warn by the content change, this attribute should be put directly on the new content (e.g: On the p element in case of success message)

Metadata

Metadata

Assignees

No one assigned

    Labels

    a11yIssues related to accessiblity

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions