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

Tile - Avoid the use of implicit headings - (2036570305) #7841

Closed
Tracked by #7851
dqateam opened this issue Sep 19, 2023 · 1 comment
Closed
Tracked by #7851

Tile - Avoid the use of implicit headings - (2036570305) #7841

dqateam opened this issue Sep 19, 2023 · 1 comment
Labels
4 - verified Issues that have been released and confirmed resolved. a11y Issues related to Accessibility fixes or improvements. bug Bug reports for broken functionality. Issues should include a reproduction of the bug. c-tile Issues that pertain to the calcite-tile and related components

Comments

@dqateam
Copy link
Collaborator

dqateam commented Sep 19, 2023

Violation:

Avoid the use of implicit headings

image

WCAG Reference:

Severity:

6

Media Type:

Page Structure


Areas for Remediation:

  • Title: Tile - Avoid the use of implicit headings - (2036570305)
  • Module: Tile
    Issue
    There is content "River" that functions as a heading but does not use heading markup.

User Impact
Screen reader users will have difficulty efficiently navigating and gaining an accurate overview of the page.

Code Reference

<div class="heading">Rivers</div>

Suggestion
Avoid the use of implicit headings. Text that visually appears as a heading for a section of content must use <h1>, <h2>, etc. elements. Additionally, ensure the level of the heading accurately reflects the element's position in the visual hierarchy.

Compliant Code Example

<h4 class="heading">Rivers</h4>

Additional Resources:

  • Report Source: Product accessibility evaluation conducted on the Calcite Design System in August, 2022.
@dqateam dqateam added 0 - new New issues that need assignment. a11y Issues related to Accessibility fixes or improvements. bug Bug reports for broken functionality. Issues should include a reproduction of the bug. needs triage Planning workflow - pending design/dev review. labels Sep 19, 2023
@eriklharper eriklharper added the c-tile Issues that pertain to the calcite-tile and related components label Dec 5, 2023
@geospatialem geospatialem added 4 - verified Issues that have been released and confirmed resolved. and removed 0 - new New issues that need assignment. needs triage Planning workflow - pending design/dev review. labels Jan 3, 2024
@geospatialem
Copy link
Member

This has been mitigated prior to the 2.0.0 release: https://codepen.io/geospatialem/pen/ZEPQbrr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4 - verified Issues that have been released and confirmed resolved. a11y Issues related to Accessibility fixes or improvements. bug Bug reports for broken functionality. Issues should include a reproduction of the bug. c-tile Issues that pertain to the calcite-tile and related components
Projects
None yet
Development

No branches or pull requests

3 participants