The following is an XMDP profile for the XOXO specification.
Contents |
URLs
This profile is hosted as a separate XMDP file on microformats.org:
Usage
Profiles are referenced in (X)HTML files in the <HEAD> tag, e.g.:
<head profile='http://microformats.org/profile/xoxo'>Profile
<dl class="profile"> <dt>class</dt> <dd><p> <a rel="help" href="http://www.w3.org/TR/html401/struct/global.html#adef-class"> HTML4 definition of the 'class' attribute.</a> This meta data profile defines some 'class' attribute values (class names) and their meanings as suggested by a <a href="http://www.w3.org/TR/WD-htmllink-970328#profile"> draft of "Hypertext Links in HTML"</a>:</p> <dl> <dt id="xoxo">xoxo</dt> <dd>A XOXO outline as defined by the <a rel="help start" href="http://microformats.org/wiki/xoxo">XOXO specification</a>. Typically an ordered list <ol> or unordered list <ul> element.</dd> <dt id="blogroll">blogroll</dt> <dd>When used with the aforementioned 'xoxo' value, this value means a particular instance of a XOXO outline which has the additional semantic of being a <a href="http://en.wikipedia.org/wiki/Blogroll#B">blogroll</a>. </dd> </dl> </dd> </dl>
Under Consideration
See xoxo-brainstorming for additional class names under consideration, and please add your thoughts there.