ThreeSixtyGiving / 360-ds

360Giving Design System - Components
https://cdn.threesixtygiving.org/
2 stars 1 forks source link

Default layout contains nested footer elements #75

Open michaelwood opened 2 years ago

michaelwood commented 2 years ago

https://cdn.threesixtygiving.org/components/detail/layout--default.html

Valid html test failed - 4: error: The element “footer” must not appear as a descendant of the “footer” element.

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/footer

(Solution used in cove dataquality to pass tests is to switch the top container element into a div)