-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
508-defect-2 [SEMANTIC MARKUP]: Links SHOULD not have title attributes #11843
Comments
@laflannery this is a core issue. See https://www.drupal.org/project/drupal/issues/3083583 |
Brought this up to Mike so we can hopefully talk about/work through this at this months Drupal a11y office hours and get some momentum on this |
Remove title - YES
Laura added that their module (probably Linkit) is auto adding the title from the destination node
Some helpful drupaly things:
If we have to make a patch for this too: Have to think about both the specific project, and others who have legacy content created with less knowledge |
File is: |
During refinement on 6/30, the team discussed how to break this 13 point ticket down into smaller chunks. We will be doing this by having this ticket representing the discovery and fix work. There will be a 2nd ticket (#14244) that tracks the drupal community feedback loops -- both the timing for feedback AND the lift for the feedback are uncertainties. Therefore the story points for that 2nd story will start with a midpoint, but will likely change as more information is obtained. FYI: @laflannery @edmund-dunn @tonytaylor @teeshe @BerniXiongA6 |
Still an issue and should be addressed. |
508-defect-2
Description
Still an issue in D10
There are links within page content of the Erie VAMC site that have title attributes. These should be removed as they will interfere with screen readers.
Acceptance Criteria
<a href="…
there should not be atitle="text"
.Steps to Recreate
Additional Context
Screenshot of Link in the Rich text editor - there is no title:
Screenshot of the View node - now there is a title:
![image](https://user-images.githubusercontent.com/106678594/206199113-885594f3-fc6c-47f9-beaf-67c44faebdcd.png)
It's also odd that every link on this node is not getting a title, none of these have it:
![image](https://user-images.githubusercontent.com/106678594/206199368-6764cc46-8268-4afd-bd77-ec10e81561a5.png)
This is also not just happening on Facilities pages, I have an issue of this occurring very recently on a Benefits page:
![image](https://user-images.githubusercontent.com/106678594/206199542-b7b34f60-85fe-4dc6-b146-33c57abfdb99.png)
Previous Team Points
8
The text was updated successfully, but these errors were encountered: