- 🇨🇦Canada mgifford Ottawa, Ontario
I tried to find a WCAG SC for this, but was having trouble finding a way to exclude content that should be hidden.
- 🇨🇦Canada mgifford Ottawa, Ontario
Adding reference to Windows High Contrast Mode.
- First commit to issue fork.
- Merge request !6333Issue #2873404 by ranjith_kumar_k_u, sim_1, kostyashupenko, vsujeetkumar:... → (Open) created by mark_fullmer
- Status changed to Needs review
10 months ago 11:16pm 26 January 2024 - 🇺🇸United States mark_fullmer Tucson
It's been a bit of time since we've had a patch that applies to the latest version of Drupal. The merge request above works with 11.x.
The comment that set this to "Needs work" reported that VoiceOver was still reading the "+". The previous patch seemed to still contain some
content: "+"
declarations, so maybe that was the issue.In any case, in my testing, after removing
content: "+"
in favor of<span aria-hidden="true">+</span>
works as expected, in Firefox, Chrome, and Safari.And this approach addresses the concerns about Windows High Contrast Mode (as opposed to using a background-url approach).
Setting back to "Needs review."
- Status changed to Needs work
10 months ago 7:28pm 28 January 2024 - 🇺🇸United States smustgrave
Issue summary looks like it could use some attention. Recommend following the standard issue template.
Do wonder if this could cause some breakage by changing a class name.
MR appears to have failures.
- 🇮🇳India djsagar
Enhance Summary Description Following Drupal Standards for Improved Understanding of the Issue Tagged