xfolk-0.5-XMDP

From Microformats Wiki
Jump to navigation Jump to search

xFolk meta data profile

Author

As described in HTML4 Meta data profiles and further elaborated on in Xhmtl Meta Data Profiles with specific reference to the XFN 1.1 relationships meta data profile and " XOXO profile.

The author believes this profile provides a set of class attribute values sufficient to be used in working implementations of xFolk. The profile may be incomplete and is subject to change as xFolk evolves.

class

HTML4 definition of the 'class' attribute. This meta data profile defines some 'class' attribute values (class names) and their meanings as suggested by a " draft of "Hypertext Links in HTML":

xfolkentry
Indicates a container element for an xFolk entry. An xFolk entry indicates one bookmark with supporting metadata that the user wants to have aggregated into a folksonomy. The xfolkentry class attribute value is usually applied to <div>, <ul>, <ol>, <dt>, <p> or <span> elements. xFolk elements contained in an xfolkentry may be nested at an arbitrary depth.
An <a> tag of class taggedlink indicates the URL of the item the xFolk entry bookmarks. One and only one <a> element of class taggedlink must occur within each element of class xfolkentry. The title of the bookmark is in order of availability: (1) the value of an optional title attribute; (2) The value of the <a> element itself.
description
A further description of the xFolk entry. Typically applied to <dd>, <li>, <p>, and <span> elements. Elements of class extended are optional and may occur multiply. When multiple elements of class extended are present, they are assumed to be in document order.