equalizedigital / accessibility-checker

GNU General Public License v2.0
15 stars 8 forks source link

Wrap the summary items inside only a ul and li items (removing a div) #681

Closed pattonwebz closed 1 week ago

pattonwebz commented 1 week ago

This PR removes a wrapper div, making summary items be <li> elements only so they are read out correctly to a screen reader.

The styles were tweaked to use CSS grid for styling. There are some minor differences after the style changes.

pattonwebz commented 1 week ago

@SteveJonesDev I swapped it to use the lg breakpoint as the one that swaps it to the 2 col layout instead of the md breakpoint.