CODESIGN2 / WordPress-Content-Sections

WordPress Plugin to create reusable content section areas
GNU Affero General Public License v3.0
0 stars 0 forks source link

Content section, should be Content snippet... #6

Open Lewiscowles1986 opened 4 years ago

Lewiscowles1986 commented 4 years ago

A lot of how this started came from other systems. Where I used <section> to put things in a container and either build templates consistently for static site, or pull in dynamic content in what is now called JAM stack...

An article by Bruce Lawson suggests that this can impact heading ordering for some older browsers. https://www.smashingmagazine.com/2020/01/html5-article-section/

Looks like I should have just made <div> soup. This is not an issue I've been aware of until now. This mistake only affects heading ordering for a minority of browsers, but it's still not ideal.