principles-brainstorming

From Microformats Wiki
Revision as of 23:57, 13 October 2009 by MarkNg (talk | contribs) (fix up headings)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

A number of sites publish a "statement of principles" or a "code of ethics" that governs the behaviour of the author(s) of that site. This page is for discussion of a possible microformat for publishing links to those statements.

Below is an initial pass at a specification for these links.

rel-principles specification

rel-principles is a simple, open format for indicating statements of principles for the associated content, which is embeddable in HTML or XHTML, Atom, RSS, and arbitrary XML.

Abstract

By adding rel=”principles” to a hyperlink, a page indicates that the destination of that hyperlink is a description of the principles the content on the page was created under.

   <a href="http://www.mediastandardstrust.org/code-of-practice" rel="principles">some statement 
   of principles name goes here</a>

XMDP Profile

    <dl class="profile">
     <dt id="rel">rel</dt>
     <dd><p>
       <a rel="help" href="http://www.w3.org/TR/html401/struct/links.html#adef-rel">
         HTML4 definition of the 'rel' attribute.</a>
        Here is an additional value.</p>
      <dl>
       <dt id="principles">statement of principles</dt>
      <dd>Indicates that the referred resource is a statement of principles for the content on the referring page.</dd>
      </dl>
     </dd>
    </dl>