hatom-cheatsheet: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
m (fmt)
(rel links are still not class names)
Line 1: Line 1:
<h1>hAtom cheatsheet</h1>
<h1>hAtom cheatsheet</h1>


==Properties (Class Names) ==
==Properties ==


*hfeed?
*hfeed?

Revision as of 22:36, 5 December 2006

hAtom cheatsheet

Properties

Key

Based on Perl's standard quantifiers:

bold {1} MUST be present exactly once
italic* OPTIONAL, and MAY occur more than once
+ MUST be present, and MAY occur more than once
? OPTIONAL, but MUST NOT occur more than once
[square brackets] list of common values
(parentheses) data format
# comment
! awaiting documentation

Notes

Related pages