<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LisaAudrey</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=LisaAudrey"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/LisaAudrey"/>
	<updated>2026-05-14T12:21:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=vote-links&amp;diff=44099</id>
		<title>vote-links</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=vote-links&amp;diff=44099"/>
		<updated>2011-06-17T08:32:46Z</updated>

		<summary type="html">&lt;p&gt;LisaAudrey: /* Copyright */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Vote Links&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
== Specification 2005 ==&lt;br /&gt;
=== Editor ===&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc.], formerly of [http://microsoft.com/ Microsoft Corporation])&lt;br /&gt;
&lt;br /&gt;
=== Concept ===&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks] ([http://technorati.com Technorati, Inc.])&lt;br /&gt;
&lt;br /&gt;
=== Authors ===&lt;br /&gt;
* [http://epeus.blogspot.com/ Kevin Marks] ([http://technorati.com Technorati, Inc])&lt;br /&gt;
* [http://tantek.com/ Tantek Çelik] ([http://technorati.com Technorati, Inc])&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
{{MicroFormatPublicDomainContributionStatement}}&lt;br /&gt;
* [[User:Tantek|Tantek]]: I release all my contributions to this specification into &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.surgepromotions.com/74/custom-shot-glasses/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;custom shot glasses&amp;lt;/span&amp;gt;] the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
* [[User:Kevin_Marks|Kevin Marks]]: I release all my contributions to this specification into the public domain and I encourage the other authors to do so as well.&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
{{MicroFormatPatentStatement}}&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
Thanks to everyone who has given feedback on VoteLinks.  Thanks especially to EtanWexler, who provided the first really good documentation that VoteLinks should be using 'rev' instead of 'rel' (see [[VoteLinksFAQ]]), and John Allsopp who similarly challenged the use of 'rel', and helped co-author the [[RelFAQ]] exploring questions and issues about the use of the HTML4 'rel', 'rev' attributes and linktypes in general.&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
Indexing and tracking applications treat all links as endorsements, or expressions of support. This is a problem, as we need to link to those we disagree with as well, to discuss why.&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
VoteLinks is an [[elemental-microformat|elemental microformat]], one of several [[microformats|microformat]] open standards.&lt;br /&gt;
We propose a set of three new values for the rev attribute of the &amp;lt;a&amp;gt; (hyperlink) tag in HTML.&lt;br /&gt;
&lt;br /&gt;
The new values are &amp;amp;quot;vote-for&amp;amp;quot; &amp;amp;quot;vote-abstain&amp;amp;quot; or &amp;amp;quot;vote-against&amp;amp;quot;, which are mutually exclusive, and represent agreement, abstention or indifference, and disagreement respectively.&lt;br /&gt;
&lt;br /&gt;
A link without an explicit vote 'rev' value is deemed to have value &amp;amp;quot;vote-for&amp;amp;quot; or &amp;amp;quot;vote-abstain&amp;amp;quot;, depending on the application.&lt;br /&gt;
&lt;br /&gt;
Additional human-readable commentary can be added using the existing 'title' attribute, which most browsers show as a rollover.&lt;br /&gt;
&lt;br /&gt;
Examples:&lt;br /&gt;
 &amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;quot;vote-for&amp;quot; href=&amp;quot;http://example.com/cheesevote&amp;quot;  &lt;br /&gt;
   title=&amp;quot;Melt the cheese!&amp;quot;&amp;gt;Do it!&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;a rev=&amp;quot;vote-against&amp;quot; href=&amp;quot;http://example.com/cheesevote&amp;quot;  &lt;br /&gt;
   title=&amp;quot;Don't melt the cheese!&amp;quot;&amp;gt;Don't do it!&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Deprecated: Using 'rel' for VoteLinks ===&lt;br /&gt;
A previous draft of the specification used the 'rel' attribute instead of the 'rev' attribute.  Analysis and feedback has demonstrated this to have been inappropriate use of the 'rel' attribute, when the 'rev' attribute was much more important.  See the [[RelFAQ]] for more details.&lt;br /&gt;
&lt;br /&gt;
Implementations MAY support links with the VoteLinks values in the 'rel' attribute for backward compatibility with any existing VoteLinks content.&lt;br /&gt;
&lt;br /&gt;
Authors MUST NOT use 'rel' for VoteLinks values.&lt;br /&gt;
&lt;br /&gt;
== XMDP profile ==&lt;br /&gt;
The following is an [http://gmpg.org/xmdp/ XMDP] profile for the [[vote-links]] specification.&lt;br /&gt;
&lt;br /&gt;
=== URLs ===&lt;br /&gt;
This profile is hosted as a separate XMDP file on microformats.org:&lt;br /&gt;
* http://microformats.org/profile/vote-links&lt;br /&gt;
* shortURL: http://ufs.cc/x/vote-links&lt;br /&gt;
&lt;br /&gt;
=== Usage ===&lt;br /&gt;
Profiles are referenced in (X)HTML files in the &amp;amp;lt;HEAD&amp;amp;gt; tag, e.g.:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;head profile='http://microformats.org/profile/vote-links'&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Profile ===&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt id=&amp;quot;rev&amp;quot;&amp;gt;rev&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/links.html#adef-rev&amp;quot;&amp;gt;&lt;br /&gt;
     HTML4 definition of the 'rev' attribute.&amp;lt;/a&amp;gt;  &lt;br /&gt;
   Here are additional values as defined in the&lt;br /&gt;
   &amp;lt;a rel=&amp;quot;help start&amp;quot; href=&amp;quot;http://microformats.org/wiki/vote-links&amp;quot;&amp;gt;&lt;br /&gt;
   vote-links specification&amp;lt;/a&amp;gt; &lt;br /&gt;
   .&amp;lt;/p&amp;gt;&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;vote-for&amp;quot;&amp;gt;vote-for&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates agreement with or recommendation for the referred resource.&amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;vote-abstain&amp;quot;&amp;gt;vote-abstain&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates abstention or indifference for the referred resource.&amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt id=&amp;quot;vote-against&amp;quot;&amp;gt;vote-against&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;Indicates disagreement with or recommendation against the referred resource.&amp;lt;/dd&amp;gt;&lt;br /&gt;
  &amp;lt;/dl&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
* Following a [http://jyte.com/cl/jyte-should-integrate-microformats-votelinks vote-links claim] [http://jyte.com/profile/brianellin.com Brian Ellin] implemented vote-links on [http://jyte.com Jyte] within less than 30 minutes.&lt;br /&gt;
* [http://moloko.itc.it/paoloblog/ Paolo Massa] created [http://moloko.itc.it/paoloblog/semantic_links/ SemanticLinks], a small Firefox extension that shows vote-for, vote-against links information. (Note the download links for SemanticLinks have been removed by the author.)&lt;br /&gt;
* Wordpress VoteBack (vote-link aware pingback and trackback) plugin is in testing at [http://redmonk.net/archives/2006/12/21/voteback/ VoteBack] ([[User:SteveIvy|Steve Ivy]]) - looking for testers!&lt;br /&gt;
* [http://folksr.de/ Folksr.de] - using VoteLinks to vote on the World Cup 2006&lt;br /&gt;
* [http://www.weboffate.com/ Web of Fate] - has VoteLinks for future predictions&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
The following sites have implemented VoteLinks , and thus are a great place to start for anyone looking for examples &amp;quot;in the wild&amp;quot; to try parsing, indexing, organizing etc. If your site marked up with VoteLinks, feel free to add it to the top of this list. Once the list grows too big, we'll make a separate wiki page.&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
          Add new items to the top of the list&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* [http://www.likeorhate.com/ LikeOrHate] uses Vote-Links all over the site, to rate anything, items, comments, users. Valid votes are Like, Hate, Whatever (&amp;quot;vote-for&amp;quot;, &amp;quot;vote-against&amp;quot;, &amp;quot;vote-abstain&amp;quot;). CSS is used to &amp;quot;check&amp;quot; votes so logged users can remember them later.&lt;br /&gt;
* [http://www.weboffate.com/ Web of Fate] Web of Fate uses Vote-Links for prediction probability scoring. Users can vote Agree, Disagree, Witness (&amp;quot;vote-for&amp;quot;, &amp;quot;vote-against&amp;quot;, &amp;quot;vote-abstain&amp;quot;)&lt;br /&gt;
* [http://tommorris.org/blog/ Tom Morris] has vote links on del.icio.us links (based on tags &amp;quot;vote-for&amp;quot;, &amp;quot;vote-against&amp;quot; and &amp;quot;vote-abstain&amp;quot;).&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
          Add new items to the top of the list&lt;br /&gt;
&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.artweb-design.de/articles/2006/06/05/distributed-votings-using-microformats Distributed votings using microformats] from Artweb Design&lt;br /&gt;
* [http://24ways.org/2006/boost-your-hyperlink-power Boost Your Hyperlink Power] - Jeremy Keith, using CSS to surface vote information&lt;br /&gt;
&lt;br /&gt;
== Related Work ==&lt;br /&gt;
* [[xoxo]]&lt;br /&gt;
* [http://gmpg.org/xfn/ XFN]&lt;br /&gt;
* [http://developers.technorati.com/wiki/attentionxml Attention.xml]&lt;br /&gt;
* [[rellicense]]&lt;br /&gt;
* [[reltag]]&lt;br /&gt;
* [[relnofollow]]&lt;br /&gt;
&lt;br /&gt;
== FAQ ==&lt;br /&gt;
* See [[vote-links-faq]] and the broader [[rel-faq]].&lt;br /&gt;
* See also [[vote-links-issues]] for issues which have been raised with the votelinks [[microformat]].&lt;br /&gt;
&lt;br /&gt;
[[Category:Specifications]]&lt;br /&gt;
[[Category:vote-links]]&lt;/div&gt;</summary>
		<author><name>LisaAudrey</name></author>
	</entry>
</feed>