Closed laflannery closed 3 weeks ago
There's a span around the facility's title... It has no style attached but an occasional click/keypress tracking on VA Health facilities. I can remove it and put the click on the h3 title, but not sure we want to take on more intricate stuff here in this ticket.
@eselkin From an accessibility standpoint, this <span>
isn't doing anything bad. The heading tag has the proper font settings so it's resizing and scaling properly.
I don't disagree with you that this tag should maybe not be here from a clean up standpoint though. This might be a product call - if we expand this ticket or create a new one? @Agile6MSkinner
@eselkin @laflannery I'd rather get it done in this ticket if it doesn't create any issues. Would that cause it to roll over?
So, I didn't see a response on how @laflannery wanted to handle this. I'll make an attempt to have this changed... however tests are currently a mess on v-w
If you're blocked on the a11y feedback while Laura is out, we can also ask the A11y folks in #accessibility-champs, if that would be helpful.
It all depends on whether they fix the mess that's going on with v-w presently. All unit tests are breaking now after some recent change they made and they even stopped the daily deploy. Also RI are broken completely.
The initial changes for the ticket are complete and were passed by Laura. It was the additional steps to remove the span around the h3 and make it clickable was in the second PR.
@eselkin I believe my response above answers your question. Is there something else that you need from me on this?
Confirmed on prod!
Description
I recently found som
<div>
s that should be cleaned up in the Facility Locator search results listings:<div>
s with min-heights that are causing white space. These should be removed:<p>
tags instead of a<div>
or a<span>
.<div>
s and<span>
s are catch all tags that don't typically have any style and so the DST didn't give them any default style. For this reason, when the browser font sizes are set to something other than the standard, text within these tags does not resize properly<div>
and<span>
:<p>
tags instead:Acceptance Criteria
<p>
tags instead of more generic tagsAccessibility review steps
To confirm the font is resizing correctly:
/find-locations