Closed (fixed)
Project:
External Links
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Feb 2023 at 16:54 UTC
Updated:
14 Mar 2024 at 18:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
fabiansierra5191 commentedComment #4
jidrone commentedIt is working fine and it makes sense based on the explanation found at https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attribut...
Comment #5
tyler36 commentedWorks well on Drupal `10.0.3`
## Test
1. Enable module
2. Add external Link field to Article node.
3. Create new article with external link.
4. Confirm code has
aria-hidden="false"in DEV-TOOLS5. Visit `/admin/config/user-interface/extlink` and enable setting.
6. Flush cache.
7. Visit article and confirm code has
aria-hidden="true"in DEV-TOOLSComment #6
chris matthews commentedComment #7
anybodyThanks, conflicts need to be resolved now.
Comment #9
chandreshgiri gauswami commentedResolved conflicts.
Comment #10
bernardm28 commentedIt works as expected. Thanks for the MR.
Comment #12
anybodyThanks, merged into dev!