Merge Requests

More

Recent comments

🇯🇴Jordan Rajab Natshah Jordan

Attached a static ui_patterns--2025-05-16--3496209--mr-378.patch file to this point in MR378
To be used with Composer Patches

🇯🇴Jordan Rajab Natshah Jordan

Tested with

aria-label="[node:field_link:title] about [node:title]" target="_parent"
🇯🇴Jordan Rajab Natshah Jordan

First Draft MR - Integration with the Token module

🇯🇴Jordan Rajab Natshah Jordan

This would be so nice. Thanks a lot for filing the issue.

I faced an issue with Read more link or Learn more link in a call to action button
My current status is

The optimal target to work with aria-label="[node:field_link:text] about [node:title]" target="_parent"

A common accessibility challenge arises when multiple identical links (e.g., "Read Article") appear on a page. Without additional context, screen reader users may struggle to distinguish between links. ARIA attributes, such as aria-label, allow developers to add meaningful descriptions to links, ensuring clarity and context.

Helpful resource: What the Heck is ARIA A Beginner's Guide to ARIA for Accessibility - Kat Shaw (A11yTalks - Aug 2024)

Thanks to A11yTalks and Kat Shaw for this

Enhancing "Read Article" Links for Accessibility
Replace generic "Read Article" links with meaningful ARIA labels:
<a aria-label="Read the full article of {{ title }}">Read Article</a>

If the link text changes to "Learn more", "Read more", or "Click here", the {{ title }} token will still help maintain context for screen reader users.

🇯🇴Jordan Rajab Natshah Jordan

Thank you so much for this :)

Seems that variants in SDC will be in Drupal ~11.2.0 NOT in Drupal ~11.1.0
Should we test with the 11.x-dev for this at this time?

Production build 0.71.5 2024