fac25 / week4-alex-abdullah-joe-lisa

https://petstagram-fac.herokuapp.com/
0 stars 1 forks source link

Lists (accessibility) #40

Open lascellesabercrombie opened 1 year ago

lascellesabercrombie commented 1 year ago

This nesting was throwing up issues when I ran lighthouse testing:

https://github.com/fac25/week4-alex-abdullah-joe-lisa/blob/747215796dc20d9d5cd1be83c76599e2d39e5d70/src/templates.js#L94

<li> should be the direct child of <ul> - I think this makes your page more easily interpretable for users with screen readers. Perhaps apply the class to the <li> or put the <div> inside if necessary.