- Issue created by @mwymore
The tricky part is making it coexist with the option to make the entire card a link. I have a fix customized for my site that I will try to make more generic and submit.
The cards in card groups put the markup for the media element before the markup for the header element. The USWDS accessibility guidance for the card component says to do the opposite and let CSS reorder them visually. I think this probably affects screen readers.
Create a regular card group and add a card to it, then inspect the markup.
Reorder the markup to put the header first.
Active
3.1
Code
The tricky part is making it coexist with the option to make the entire card a link. I have a fix customized for my site that I will try to make more generic and submit.