Conversation
Copy link
Copy Markdown
Member
This resolves @jenstrickland issue with the SC cross-link's.
They are now structurally separated into UL's for accessibility purposes.
Copy link
Copy Markdown
Contributor
I think @jenstrickland was also recommending aria-label for these. I think that native ARIA semantics of HTML are sufficient. Jen, if you think we are missing anything from an a11y perspective, please open an issue.
Copy link
Copy Markdown
The only reason to add aria-label is if the CSS display property removes the list. This happens if people change bullet styling to hide the bullets.
Copy link
Copy Markdown
Member Author
I've issued another PR with a resolution that is known to resolve the Safari quirk.
Labels
Corrections, bugs, or minor omissions