Reading my blog
thejollyteapot.com·3w

This weekend I spent hours tweaking little cosmetic and technical aspects of this blog. I finally managed to change the HTML of the footnotes, which I am happy to say is now an <aside> element and not a <section> element anymore. Semantically, I think it makes more sense like this.1 I wonder why the footnotes module I use on Eleventy relies on a <section> element, especially one that lacks a heading component, which creates a little issue in the W3C validator.

This is what MDN says about the <aside> element:

The <aside> HTML element represents a portion of a document whose content is only indirectly related to the document’s main content. Asides are frequently presented as sidebar…

Similar Posts

Loading similar posts...