rel-values-issues: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
(answer one; add one; use hCalendar)
Line 6: Line 6:


Please use this format:
Please use this format:
* {{OpenIssue}} YYYY-MM-DD raised by AUTHORNAME
<pre>
*# ''Issue 1: Here is the first issue I have.''
<nowiki>
*# ''Issue 2: Here is the second issue I have.''
<div class="vevent">
* {{OpenIssue}} <span class="summary vcard"><span class="dtstart">YYYY-MM-DD</span> raised by <span class="fn">~~~</span></span>
<div class="description">
*# Issue 1: Here is the first issue I have.
*# Issue 2: Here is the second issue I have.
</div>
</div>
</nowiki>
</pre>


* {{OpenIssue}} 2007-06-06 raised by [[MikeKaply|Mike Kaply]]
<div class="vevent">
*# ''Are the rel microformats only valid on anchor tags (<A>)?''
* {{OpenIssue}} <span class="summary vcard"><span class="dtstart">2007-06-06</span> raised by <span class="fn">[[MikeKaply|Mike Kaply]]</span></span>
<div class="description">
*# Are the rel microformats only valid on anchor tags (<A>)?
*#* Yes. Other elements have no subject, for there to be a relationship with. [[User:AndyMabbett|Andy Mabbett]] 17:50, 11 Jan 2008 (PST)
</div>
</div>
 
<div class="vevent">
* {{OpenIssue}} <span class="summary vcard"><span class="dtstart">2008-01-12</span> raised by <span class="fn">[[User:AndyMabbett|Andy Mabbett]]</span></span>
<div class="description">
*# I think there is a general issue with requiring @rels where publishers normally use text, not links; contrary to [http://microformats.org/wiki/microformats microformats are not... an attempt to get everyone to change their behavior...]" and the principle "[http://microformats.org/wiki/principles adapt to current behaviors]"; I see no reason why microformats should not use both, with the same value. In other words, <foo class="value"> would have the same effect as <a rel="value">. That would also be beneficial for Wikis such this one, where rel values cannot be used by editors.
</div>
</div>


==Related pages==
==Related pages==
[[rel-tag-issues]]
*[[rel-tag-issues]]
{{rel-related-pages}}

Revision as of 01:50, 12 January 2008

rel Issues

These are externally raised issues about the general use of rel with broadly varying degrees of merit. Thus some issues are REJECTED for a number of obvious reasons (but still documented here in case they are re-raised), and others contain longer discussions. Some issues may be ACCEPTED and perhaps cause changes or improved explanations in the spec. Submitted issues may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Write your issues well.

Issues

Please use this format:


<div class="vevent">
* {{OpenIssue}} <span class="summary vcard"><span class="dtstart">YYYY-MM-DD</span> raised by <span class="fn">~~~</span></span>
<div class="description">
*# Issue 1: Here is the first issue I have.
*# Issue 2: Here is the second issue I have.
</div>
</div>

    1. Are the rel microformats only valid on anchor tags (<A>)?
      • Yes. Other elements have no subject, for there to be a relationship with. Andy Mabbett 17:50, 11 Jan 2008 (PST)

Related pages