Is there a microformat for menu (nav)?
I didn't find one here: http://microformats.org/wiki/Main_Page
Is there a microformat for menu (nav)?
I didn't find one here: http://microformats.org/wiki/Main_Page
On
No, there isn’t.
Of course h-item could be used for almost anything, including each navigation item, but there’s probably no point in doing this.
For certain links in the navigation, a link type could be used (some are defined in the Microformats wiki, and most are listed there at least), including:
There is no specific microformat for menu/nav, but the XOXO (Open XHTML Outlines) specification provides an open outline format that can be used for lists that conform to the HTML list module. XOXO is incredibly easy to implement; I've been using it as a default class for certain lists for a long time now. More/references listed below:
XOXO Specification
XOXO Profile
HTML List Module