microformats2-linting

From Microformats Wiki
Revision as of 14:42, 12 July 2015 by Tantek (talk | contribs) (created published updated)
Jump to navigation Jump to search

This page is to work out possible rules for a future microformats2 linter/validator.

The job of a linter or validator is to help the user correctly implement microformats2 on their site by making helpful (if somewhat pedantic) comments about the markup.

Possible linting rules

  1. If a document has an h-feed class, it shouldn't have any h-entry elements that are not children of the h-feed.
  2. A non-nested h-entry should be on an article.
  3. If the outer h-entry is an article element, arguably nested h-entrys should also be articles. This is explicitly recommended by §4.3.2 of HTML5.
  4. dt-created <= dt-published <= dt-updated.