The Difference Between REL and REV attributes of the A Tag (or REL vs. REV)
I recently took some time to clear up the difference between the rel and rev attributes of the A tag, and I thought it would make a decent post, because I don't think many people have taken the time yet.
The "rel" attribute indicates the relationship of the target (the link in the href attribute) to the page. The "rev" attribute is the opposite of the "rel" attribute, that is, it indicates the relationship of the page to the target.
Example 1a:I read the above line is English as: "/help.cfm is the 'help' page of this page".
Example 1b:I read this example is English as: "This page is the 'help' page of /someForm.cfm"
Note: One exception to the rule is the keyword 'alternate' which implies a bi-directional relationship, rather than the single direction relationships in examples 1a&b.
VoteLinks is a very interesting use of the "rev" attribute that I hope everyone will consider using, I may go into it later, but check it out anyhow!

@erikvold