BlogMore v2.26.0
1 min read
The previous release of BlogMore had some work that improved the HTML, ensuring that the HTML validator was happy with the generated code. Yesterday evening I ran it over more of the pages, and found a couple more things that made sense to address.
So v2.26.0 takes this a little further and tries to clean more things up. Changes include:
- The comment email invitation box is now created with a
divrather than asection, resolving a validation error about there being noh2or similar inside thesection(because we don't need any kind of heading in there). - Cleaned up an error relating to the misuse of an
aria-labelin the graph page. - Cleaned up an error relating to the misuse of an
aria-labelin the stats page. - Removed the
h2elements from the sidebar, making them intodivs with the same style. This leaves headings as something that will only appear in the main body of any page or post. - Added some heading-demoting to the rendering of posts so that the heading structure of any given post is retained when it's part of any of the archive-style pages (date archives, category archives, tag archives, etc).
While not all of the above were being reported as validation errors, all of them should result in HTML that better fits what I'd want in the first place.
Have a comment or query about this post? Feel free to drop me a line about it.