Difference between revisions of "xoxo-profile"
xoxo-profile
Jump to navigation
Jump to search
m (→Profile) |
m (Replace <entry-title> with {{DISPLAYTITLE:}}) |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:XOXO Profile}} | |
− | The following is an [http://gmpg.org/xmdp/ XMDP] profile for the [[ | + | The following is an [http://gmpg.org/xmdp/ XMDP] profile for the [[XOXO]] specification. |
+ | |||
+ | == URLs == | ||
+ | This profile is hosted as a separate XMDP file on microformats.org: | ||
+ | * http://microformats.org/profile/xoxo | ||
+ | * shortURL: http://ufs.cc/x/xoxo | ||
+ | |||
+ | == Usage == | ||
+ | Profiles are referenced in (X)HTML files in the <HEAD> tag, e.g.: | ||
+ | <source lang=html4strict> | ||
+ | <head profile='http://microformats.org/profile/xoxo'> | ||
+ | </source> | ||
== Profile == | == Profile == | ||
− | < | + | <source lang=html4strict> |
<dl class="profile"> | <dl class="profile"> | ||
<dt>class</dt> | <dt>class</dt> | ||
Line 15: | Line 26: | ||
draft of "Hypertext Links in HTML"</a>:</p> | draft of "Hypertext Links in HTML"</a>:</p> | ||
<dl> | <dl> | ||
− | <dt>xoxo</dt> | + | <dt id="xoxo">xoxo</dt> |
<dd>A XOXO outline as defined by the | <dd>A XOXO outline as defined by the | ||
− | <a href="http://microformats.org/wiki/xoxo">XOXO specification</a>. | + | <a rel="help start" href="http://microformats.org/wiki/xoxo">XOXO specification</a>. |
− | Typically an ordered list & | + | Typically an ordered list <ol> or unordered list <ul> element.</dd> |
− | <dt>blogroll</dt> | + | <dt id="blogroll">blogroll</dt> |
<dd>When used with the aforementioned 'xoxo' value, this value means | <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 particular instance of a XOXO outline which has the additional semantic of being a | ||
− | <a href="http:// | + | <a href="http://en.wikipedia.org/wiki/Blogroll#B">blogroll</a>. |
</dd> | </dd> | ||
</dl> | </dl> | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
− | </ | + | </source> |
== Under Consideration == | == Under Consideration == | ||
See [[xoxo-brainstorming]] for additional class names under consideration, and please add your thoughts there. | See [[xoxo-brainstorming]] for additional class names under consideration, and please add your thoughts there. |
Latest revision as of 16:35, 18 July 2020
The following is an XMDP profile for the XOXO 1.0: Extensible Open XHTML Outlines 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.