Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[A11y] - Programmatic label does not convey purpose of control #1393

Open
1 of 5 tasks
VaniChinnam opened this issue Mar 8, 2024 · 0 comments
Open
1 of 5 tasks

[A11y] - Programmatic label does not convey purpose of control #1393

VaniChinnam opened this issue Mar 8, 2024 · 0 comments
Labels
accessibility vpat:serious Serious issues found during a vpat vpat Issues found during a vpat WCAG 2.4.6

Comments

@VaniChinnam
Copy link

VaniChinnam commented Mar 8, 2024

Current Behaviour

The programmatic label does not convey the purpose of the control. The programmatic label and visual label do not convey consistent information.


Expected Behaviour

RULE : Labels MUST be meaningful. HOW TO FIX: Fix this issue by ensuring that the programmatic label for the control correctly conveys the purpose of the control. Generally, the programmatic label and the visual label should match.


Impact

  • Blocker
  • Serious
  • Critical
  • Moderate
  • Minor

Issue Details

View Issue 1685584

Auditor ID : 1685584

description : Label Value button
Element location: Below the "Example" heading

Accessible label: Label Value
Visible label: Edit label value

Page Name : TagButton

source : <button type="button" class="TagButton Tag Button--tag"><div class="Tag__label">Label</div>value<span aria-hidden="true" class="Icon Icon--pencil TagButton__icon"><svg overflow="visible" preserveAspectRatio="none" viewBox="0 0 24 24" height="24" width="24"></svg></span></button>

Screenshots : Programmatic label does not convey purpose of control

@VaniChinnam VaniChinnam added A11y vpat Issues found during a vpat WCAG 2.4.6 labels Mar 8, 2024
@scurker scurker added accessibility vpat:serious Serious issues found during a vpat and removed A11y labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility vpat:serious Serious issues found during a vpat vpat Issues found during a vpat WCAG 2.4.6
Projects
None yet
Development

No branches or pull requests

2 participants