Description
Title
[Link Item] Underline styling is applied to a non-link container instead of the link itself
Description
The page contains underlined link text, but the text-decoration style is applied to a non-link parent element (
Steps to Reproduce
- go to /reference/p5/arc/
- Locate to the following element:
._linklabel_aobbt_1052.current (CSS Selector)
(This issue is since to be a global issue)
Actual Behavior
The link text appears underlined, but the underline style is applied to the <li>
element rather than the <a>
element.
Expected Behavior
The underline should be applied directly to the <a>
element to ensure that the visual style matches the interactive element.
Environments
No response
Suggested Fix
Move the underline style from the parent <li>
element to the child <a>
element.
Reference
This issue is not a direct WCAG violation but is closely related to WCAG 2.2 Success Criterion 1.3.1 - Info and Relationships.
It is flagged as a best-practice warning by accessibility evaluation tools.
What is your operating system?
None
Web browser and version
No response