Skip to content

Link control needs to set aria-disabled attribute on disabled state #2909

Description

@davguerr

Are you willing to submit a PR to fix? Yes
Requested priority: Normal

Describe the issue:

When Link control is set to 'disabled', aria-disabled attribute needs to be set to 'true'.
Additionally, the link (or button) should NOT be keyboard focusable on 'disable' state

Actual behavior:

  1. aria-disabled attribute is not being set to any value
  2. the link is focusable via keyboard

Expected behavior:

  1. aria-disabled attribute should be set to 'true'
  2. the link should NOT be focusable via keyboard

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    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