Skip to content

Conversation

keithamus
Copy link

@keithamus keithamus commented Mar 20, 2025

While aria-labeledby works it is not the proper spelling, which is aria-labelledby.

@Copilot Copilot AI review requested due to automatic review settings March 20, 2025 23:40
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request addresses a spelling error in an accessibility attribute within the profile view.

  • Corrected the misspelled attribute from "aria-labeledby" to "aria-labelledby" to meet accessibility standards.
Comments suppressed due to low confidence (1)

app/views/profile/show.html.erb:38

  • Updated the attribute name from 'aria-labeledby' to 'aria-labelledby' to ensure correct accessibility referencing.
<ul aria-labelledby="profileDropdown" class="al-options" role="menu" tabindex="0" aria-hidden="true" aria-expanded="false" >

Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant