elastic/kibana

(Accessibility) Ensures every ID attribute value is unique

Aperta

#144.953 aperta il 9 nov 2022

 (3 commenti) (0 reazioni) (0 assegnatari)TypeScript (8021 fork)batch import
Feature:Alerting/RulesManagementProject:AccessibilityTeam:ResponseOpsWCAG Abuggood first issueskipped-test

Metriche repository

Star
 (19.065 stelle)
Metriche merge PR
 (Merge medio 1g 16h) (999 PR mergiate in 30 g)

Descrizione

Steps to reproduce

  1. Log into the Kibana Stack Management > Rules page
  2. Click the Create New Rule button
  3. In the Create rule flyout, click Anomaly at the bottom
  4. Run the axe browser plugin (from Dev tools) when the vendor icons are on screen
  5. Verify there are two Minor duplicated ID errors

Actual Result

  • Axe browser plugin shows 2 violations for duplicated IDs

Expected Result

  • Axe browser plugin shows 0 violations with duplicated IDs

Kibana Version: Latest

OS: MacOS Monterey

Browser: Chrome

Relevant WCAG Criteria: 4.1.1: Parsing - Level A

Guida contributor