WordPress / wporg-parent-2021

21 stars 11 forks source link

Use LinkWrapper elements for Card Grid styles #110

Closed adamwoodnz closed 1 year ago

adamwoodnz commented 1 year ago

Closes #109, see issue for further explanation.

Changes expected markup for children of a card grid from a single element with a nested anchor, to a LinkWrapper with a nested heading and paragraph element, like the design suggests:

Screenshot 2023-09-22 at 4 51 28 PM

This markup isn't possible with core blocks, but luckily we have already developed the LinkWrapper block to handle cards like this.

No visual changes.

How to test the changes in this Pull Request:

This PR can be tested via the corresponding Developer update PRs; CLI and Home