Survey for profiles and rel values

Need help from the community.

There's a mechanism in HTML which helps to define the semantics of  
rel value in documents. Some are commonly used by a large number of  
people, I would like to be sure to not miss any _commonly_ used.

Microformats are using a bunch of them. If someone could make the  
list of items too.
http://www.microformats.org/

For example,


* HTML 4.01 defines already a number of those. We could consider them  
as reserved keywords.

[[[
6.12 Link types

Authors may use the following recognized link types, listed here with  
their conventional interpretations. In the DTD, %LinkTypes refers to  
a space-separated list of link types. White space characters are not  
permitted within link types.
]]]

-- Basic HTML data types
http://www.w3.org/TR/1999/REC-html401-19991224/types.html#type-links
Fri, 24 Dec 1999 23:25:40 GMT

     - Alternate
     - Stylesheet
     - Start
     - Next
     - Prev
     - Contents
     - Index
     - Glossary
     - Copyright
     - Chapter
     - Section
     - Subsection
     - Appendix
     - Help

* Favicon uses "icon"

<link rel="icon"
       type="image/png"
       href="/somewhere/myicon.png">

* FOAF uses "foaf"

<link rel="foaf"
       type="application/rdf+xml"
       title="FOAF"
       href="http://example.com/people/~you/foaf.rdf" />


* W3C Site for RSS uses "details"
http://www.w3.org/2000/08/w3c-synd/#

We use <a rel="details" href="…">…</a>

* Search engine uses "nofollow"

<a href="…" rel="nofollow">…</a>


-- 
Karl Dubost - http://www.w3.org/People/karl/
W3C Conformance Manager
*** Be Strict To Be Cool ***

Received on Friday, 11 November 2005 20:24:45 UTC