microformats2-linting: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(drafting some linting rules)
(No difference)

Revision as of 14:04, 12 July 2015

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. Within the context of an item, dt-created should not be after dt-updated.