<?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=JoshieSurber</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=JoshieSurber"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/JoshieSurber"/>
	<updated>2026-04-24T10:43:32Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-faq&amp;diff=11520</id>
		<title>hcard-faq</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-faq&amp;diff=11520"/>
		<updated>2006-12-17T04:03:17Z</updated>

		<summary type="html">&lt;p&gt;JoshieSurber: /* Should I use ADDRESS for hCards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hCard FAQ &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for documenting Q&amp;amp;A about [[hcard|hCard]].  If you have a new question to ask, please consider first asking your question on the [http://microformats.org/mailman/listinfo/microformats-discuss/ microformats-discuss] mailing list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt;Editing this Page&amp;lt;/h2&amp;gt;&lt;br /&gt;
Please do not use &amp;quot;?&amp;quot; or other punctuation in the headers - it helps to keep the URLs to their fragment identifiers shorter and easier to read, copy/paste etc.  See [[how-to-play]] for more wiki editing guidelines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; Q&amp;amp;A &amp;lt;/h2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Should I use ADDRESS for hCards ===&lt;br /&gt;
''Should I use the more semantic &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; element for my hCards?''&lt;br /&gt;
* The &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; element is more semantic, but it is ''too'' specifically semantic for most hCard uses. The poorly named &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; element really means &amp;lt;contact-info-for-this-web-page&amp;gt;.  The [http://www.w3.org/TR/html401/struct/global.html#h-7.5.6 HTML4 definition of the ADDRESS element] says it is used &amp;quot;to supply contact information for a document or a major part of a document such as a form.&amp;quot; Therefore, &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; should be used for an hCard ONLY IF that hCard represents the contact information for the page or major part thereof.  One example of such a usage is on [http://tantek.com/log/ Tantek's blog]. Another way of saying this is the following two statements: Every &amp;lt;address&amp;gt; on a page SHOULD be an hCard. But not every hCard should be an &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. &amp;lt;br /&amp;gt; In short, '''DO NOT''' use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;address&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; to markup addresses in general.  Only use it to markup the contact information for the page (or major part thereof), and when doing so, use it to markup ''the entire'' contact information (via &amp;lt;address class=&amp;quot;vcard&amp;quot;&amp;gt;), not just the address of the contact.&lt;br /&gt;
&lt;br /&gt;
=== Why is adr property necessary ===&lt;br /&gt;
''What is the point of class=&amp;quot;adr&amp;quot; when we have the &amp;lt;address&amp;gt; element?.''- 2006-12-04 asked by [[User:JoshieSurber|Joshie]] [http://joshie.surber.us Surber].&lt;br /&gt;
* First, '''&amp;lt;address&amp;gt; DOES NOT MEAN &amp;quot;address&amp;quot;''' Second, &amp;quot;adr&amp;quot; is about physical addresses, whereas &amp;lt;address&amp;gt; is meant specifically for the contact information for the page or major part thereof.  They are totally different.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Why is url property necessary ===&lt;br /&gt;
''Why is it necessary to put class name &amp;quot;url&amp;quot; on URL elements in the hCard when those hyperlinks already start with &amp;quot;http://&amp;quot;, and that is enough to distinguish them from email links?''&lt;br /&gt;
* The classname &amp;quot;url&amp;quot; is necessary to explicitly distinguish hyperlinks that are URL elements for the hCard, from other hyperlinks that may be related to the item or otherwise in the same containing element but should not be included in the hCard. Common links that may appear in the document but not be contact information are action related links (download data, add to friends list, etc.) contact hyperlinks (email, internal site messaging, autodialers), as well as hyperlinks to photos, or other random hyperlinks that happen to be inside the hCard.&lt;br /&gt;
&lt;br /&gt;
=== How do I support an existing vCard URL ===&lt;br /&gt;
''I already have a vCard that I keep up-to-date. I don't want to change any references to it because it might break something else, what can I do?''&lt;br /&gt;
* You can use .HTACCESS to rewrite links to your vCard to a webservice that converts a page to the vCard dynamically, to do this you need to add something similar to your .htaccess file&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
RewriteRule ^path/to/old.vcf http://suda.co.uk/projects/X2V/get-vcard.php\?uri=http://example.com/hCard_encoded.htm&amp;amp;filename=old.vcf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now you shouldn't have to do anything else, all links to the &amp;quot;old.vcf&amp;quot; are redirected to the webservice and will return a new vCard that is dynamially generated from your page.&lt;br /&gt;
&lt;br /&gt;
I think that using 'Redirect' is better than using mod_rewrite (is not enabled on some hosts) --Robert Bachmann&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Redirect /path/to/old.vcf http://suda.co.uk/projects/X2V/get-vcard.php?uri=http://example.com/hCard_encoded.htm&amp;amp;filename=old.vcf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== What are plural hCard properties ===&lt;br /&gt;
''Is there a list of all hCard properties which can be plural?''&amp;lt;br /&amp;gt;&lt;br /&gt;
''Is there a list of all the properties which can have multiple instances?''&lt;br /&gt;
* There is the [[hcard#Property_List|list of hCard properties]], and the list of [[hcard#Singular_properties|singular hCard properties]]. Everything that is not singular is plural.  This list was presented explicitly (after much analysis of RFC2426) because it was too hard to read RFC2426 and reliably grok which properties were singular vs. plural. See also [[hcard-cheatsheet]].&lt;br /&gt;
&lt;br /&gt;
Old previous answer:&lt;br /&gt;
* We have avoided *duplicating* (or providing a shortcut for) the &amp;quot;can this property occur multiple times or not&amp;quot; deliberately in order to avoid repeating a constraint from RFC 2426 vCard, and thus potentially getting it wrong.  Here is the way to determine whether or not a particular property can occur multiple times (is a plural property / may have multiple instances or values).&lt;br /&gt;
* Check the [[hcard-profile|hCard XMDP profile]] for the property definition.&lt;br /&gt;
* If the property definition references a plural form in RFC 2426 (e.g. honorific-suffix references honorific suffixes), then the property is a plural property.&lt;br /&gt;
* Else go check the referenced section in RFC 2426 which should state explicitly whether or not the property is plural or singular.&lt;br /&gt;
* Else (if RFC 2426 is *not* explicit) then the property is plural.&lt;br /&gt;
&lt;br /&gt;
=== What does FN stand for ===&lt;br /&gt;
&lt;br /&gt;
''What does FN stand for?''&lt;br /&gt;
* FN stands for &amp;quot;Formatted Name.&amp;quot; From Section 3.1.1 of the RFC:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Type purpose: To specify the formatted text corresponding to the name of the object the vCard represents.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* The reasoning behind this seems to be that, while N gives us a structured name, FN gives us the human-readable, formatted name which is assembled from its structured parts in a culturally dependant way.&lt;br /&gt;
&lt;br /&gt;
=== How is gender represented ===&lt;br /&gt;
''How do you represent gender in hCard?''&lt;br /&gt;
* There is no GENDER property in [http://www.ietf.org/rfc/rfc2426.txt vCard RFC2426]. [[hcard|hCard]] is following the schema from vCard for interoperability reasons. It is possible to represent gender implicitly in the honorific-prefix field, e.g. Mr. for male, and Ms. for female:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;honorific-prefix&amp;quot;&amp;gt;Mr.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
or&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;honorific-prefix&amp;quot;&amp;gt;Ms.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This approach does have the limitation that &amp;quot;Mr.&amp;quot; and &amp;quot;Ms.&amp;quot; (or &amp;quot;Miss&amp;quot;/ &amp;quot;Mrs.&amp;quot;) may conflict with a higher-ranking, gender-neutral honorific, such as &amp;quot;Dr.&amp;quot;  or &amp;quot;Rev.&amp;quot; for the person, as it is unusual to refer to someone as &amp;quot;Mr. Dr.&amp;quot; or &amp;quot;Mrs. Rev.&amp;quot; for example. See [[hcard-issues]].&lt;br /&gt;
&lt;br /&gt;
Note that there is also a [http://msdn.microsoft.com/workshop/author/dhtml/reference/properties/vcard_name.asp page on MSDN that mentions vCard and &amp;quot;gender&amp;quot;]. Not sure what to make of that.&lt;br /&gt;
&lt;br /&gt;
Gender could be represented with a [[genealogy-formats|genealogical microformat]], but that seems like overkill.&lt;br /&gt;
&lt;br /&gt;
Instead, you could use tags/categories to tag people's hCards with their gender, &amp;quot;male&amp;quot;, &amp;quot;female&amp;quot;, or any other tag you feel is appropriate. See [http://en.wikipedia.org/wiki/Gender_identity gender identity] for more on the topic.&lt;br /&gt;
&lt;br /&gt;
See also [[vcard-suggestions#Gender]].&lt;br /&gt;
&lt;br /&gt;
=== Can a hCard contain extra elements ===&lt;br /&gt;
''Is it OK for an hCard node to contain extra elements?''&lt;br /&gt;
* Yes, parsers will ignore anything they don't understand.&lt;br /&gt;
&lt;br /&gt;
=== Can a GEO be inferred from an ADR in an hCard ===&lt;br /&gt;
''Can I automatically add GEO from an address when transforming an hCard to vCard if it is not present?''&lt;br /&gt;
* No, an address represents a building which is a polygon, whereas a GEO only represents a single point&lt;br /&gt;
&lt;br /&gt;
=== X2V does not convert email with name as plain text ===&lt;br /&gt;
''X2V doesn't convert my email address correctly, it is in the form href=&amp;quot;FirstName LastName &amp;amp;lt;Email@example.com&amp;amp;gt;&amp;quot;''&lt;br /&gt;
* While that form of email address works for some programs such as outlook, it is not a valid mailto: value (see [http://www.faqs.org/rfcs/rfc2368.html RFC2368]) the FirstName and LastName should be omitted.&lt;br /&gt;
&lt;br /&gt;
One possible valid hCard markup would be:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Firstname Lastname&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;amp;amp;lt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:Email@example.com&amp;quot;&amp;gt;Email@example.com&amp;lt;/a&amp;gt;&amp;amp;amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- I gave &amp;quot;bewest&amp;quot; on IRC a case of the heebie-jeebies by including this code, so I'm commenting it out. --Bob.&lt;br /&gt;
This might be displayed as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: thin dashed black; padding: .5em ;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Firstname Lastname&amp;lt;/span&amp;gt; &amp;amp;lt;&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:Email@example.com&amp;quot;&amp;gt;Email@example.com&amp;lt;/a&amp;gt;&amp;amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This might be displayed as:&lt;br /&gt;
&amp;lt;div style=&amp;quot;border: thin dashed black&amp;quot;&amp;gt;&lt;br /&gt;
Firstname Lastname &amp;amp;lt;[http://email@example.com email@example.com]&amp;amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== What hCard properties are required ===&lt;br /&gt;
''What properties are required in an hCard?''&lt;br /&gt;
* The only required properties are 'fn' (the formatted name) and 'n' (the structured name), but 'n' can under certain circumstances be inferred from the &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt; property. See the [[hcard#Implied_.22n.22_Optimization|Implied N Optimization]] for details. See also [[hcard-cheatsheet]].&lt;br /&gt;
&lt;br /&gt;
=== Does N property require all sub-properties ===&lt;br /&gt;
''If I use the 'n' property, do I have to use ALL of the sub-properties?''&lt;br /&gt;
* No, You can use as many or as few as you need to mark-up the name, but at a minimum you should at least use the 'given-name' and 'family-name' sub-properties if at all possible.  If all you have is a nickname/handle/userid, then consider simply marking it up as an 'fn' property and taking advantage of the [http://microformats.org/wiki/hcard#Implied_.22nickname.22_Optimization Implied &amp;quot;nickname&amp;quot; Optimization]. See also [[hcard-cheatsheet]].&lt;br /&gt;
&lt;br /&gt;
=== Do FN and N need to be on same element ===&lt;br /&gt;
''Do the 'fn' and 'n' properties have to be on the same element?''&lt;br /&gt;
* No, you can have two separate elements, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;vcard&amp;quot;&amp;gt;My name is&lt;br /&gt;
&amp;lt;span class=&amp;quot;n&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;honorific-prefix&amp;quot;&amp;gt;Mr.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;John&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;additional-name&amp;quot;&amp;gt;Q&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Public&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
but you can just call me&lt;br /&gt;
&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Johnny&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do you convert a vCard to an hCard ===&lt;br /&gt;
''Is there a way to convert a vCard to an hCard?''&lt;br /&gt;
* There is no canonical conversion from a vCard to an hCard because you can construct an hCard in many different ways while expressing the same semantics. If you would like to recommend a suggested template hCard to use when displaying vCards in a browser, please propose it to the [http://microformats.org/discuss mailing list].&lt;br /&gt;
&lt;br /&gt;
=== Are descendant elements recognized in a microformat ===&lt;br /&gt;
''Are descendants recognized in a microformat property?''&lt;br /&gt;
* Yes, for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;United States &amp;lt;small&amp;gt;of&amp;lt;/small&amp;gt; America&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
The output would be &amp;quot;United States of America&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Do properties like TEL use all descendants ===&lt;br /&gt;
''Do properties like TEL use all descendants?'' e.g. &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Home&amp;lt;/span&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.234.567.8900&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;br&amp;gt;''Shouldn't that output be &amp;quot;TEL:Home: +1.234.567.8900&amp;quot;?''&lt;br /&gt;
* No. class=&amp;quot;value&amp;quot; is used to denote a sub-element which is used for the value of the property.  See [[hcard#Value_excerpting|Value excerpting]] for more details.&lt;br /&gt;
&lt;br /&gt;
=== Can you have multiple value elements ===&lt;br /&gt;
''Can you have multiple class=&amp;quot;value&amp;quot; elements inside a property and what happens to them?''&lt;br /&gt;
* Sure, for example:&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Home&amp;lt;/span&amp;gt;:&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;234&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;567&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;8900&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt; would output: &amp;quot;+12345678900&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Can you mix properties and the root class name ===&lt;br /&gt;
''&amp;lt;span id=&amp;quot;nesting-properties&amp;quot;&amp;gt;Can you put properties on the same element as the root class for a microformat? E.g. class=&amp;quot;vcard fn&amp;quot;?&amp;lt;/span&amp;gt;''&lt;br /&gt;
* No, for several reasons:&lt;br /&gt;
** It breaks the simple contextual CSS selector rule for finding and styling property values: .rootname .propertyname which will make it more difficult to write scoped CSS for the properties.  For more on why this is important see the [[faq#Class_interactions|microformats FAQ regarding class interactions]].&lt;br /&gt;
** It will result in more confusion for parsers which may be parsing nested microformats.&lt;br /&gt;
&lt;br /&gt;
=== Can you mix a property and its sub-properties ===&lt;br /&gt;
''Can singular sub-properties be mixed with parents?''&lt;br /&gt;
* No, all sub-properties MUST be on elements inside their parents.&lt;br /&gt;
&lt;br /&gt;
=== Can you use query strings on email ===&lt;br /&gt;
''What happened to the Query String on my email address?''&lt;br /&gt;
* Query strings are removed from email addresses because they are not valid for importing to vCards&lt;br /&gt;
&lt;br /&gt;
=== Are ADR and TEL types case sensitive ===&lt;br /&gt;
''Is the list of possible types for an ADR and TEL case sensitive?''&lt;br /&gt;
* No, enumerated values are case-'''in'''sensitive, therefore Home, home, HOME, etc. are all equivalent.&lt;br /&gt;
&lt;br /&gt;
=== How does GEO work with ABBR ===&lt;br /&gt;
''What happens to the GEO sub-properties when GEO is used with ABBR?''&lt;br /&gt;
* The GEO property can be represented two different ways:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;geo&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;latitude&amp;quot;&amp;gt;123.45&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;longitude&amp;quot;&amp;gt;67.89&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;geo&amp;quot; title=&amp;quot;123.45;67.89&amp;quot;&amp;gt;My House&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
When used with an &amp;amp;lt;abbr&amp;amp;gt; element the latitude and longitude are separated by a semicolon.&lt;br /&gt;
&lt;br /&gt;
=== Why is the root class name vcard ===&lt;br /&gt;
''Why is the root class=&amp;quot;vcard&amp;quot; and not 'hcard'?''&lt;br /&gt;
* The reason is historical, hCard is based off of the vCard specification.&lt;br /&gt;
&lt;br /&gt;
=== How do you mark up a phone extension ===&lt;br /&gt;
''How do I mark up a phone extension in hCard?''&lt;br /&gt;
There doesn't seem to be a way to declare a telephone extension in the vCard RFC 2426 spec, the suggested way is currently:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;work&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;800 555-1212 x 1234&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
RFC 3966 suggests that an extension be indicated with &amp;quot;;ext=&amp;quot; for example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;work&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;800 555-1212;ext=1234&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
although that is more relevant when used as a URI:&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;work&amp;lt;/span&amp;gt;: &amp;lt;a class=&amp;quot;value&amp;quot; href=&amp;quot;tel:+18005551212;ext=1234&amp;quot;&amp;gt;800 555-1212;ext=1234&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://groups.google.com/group/comp.std.internat/msg/24fc32228689a620?dmode=source ITU-T Recommendation E.123 1.6] specifies the use of the word &amp;quot;extension&amp;quot; or abbreviation thereof:&lt;br /&gt;
&lt;br /&gt;
    Telephone International +22 607 123 4567 ext. 876&lt;br /&gt;
&lt;br /&gt;
The above example may be better as:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;work&amp;lt;/span&amp;gt;: &amp;lt;a class=&amp;quot;value&amp;quot; href=&amp;quot;tel:+18005551212;ext=1234&amp;quot;&amp;gt;800 555-1212 ext. 1234&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do you encode IM accounts ===&lt;br /&gt;
''How do I encode my IM account in hCard?''&lt;br /&gt;
* see [[hcard-examples#New_Types_of_Contact_Info|hCard examples: New Types of Contact Info]]&lt;br /&gt;
&lt;br /&gt;
=== Can you hCard the deceased ===&lt;br /&gt;
''How do you make an hCard for the deceased?''&lt;br /&gt;
* As you normally would, and add the tag &amp;quot;deceased&amp;quot;.&lt;br /&gt;
* vCards and thus hCard does not have a date-of-death property. You may wish to explore the biographical or [[genealogy-formats]] microformats efforts.&lt;br /&gt;
* See also [[vcard-suggestions#Deceased]]&lt;br /&gt;
&lt;br /&gt;
=== Any plans for xparams ===&lt;br /&gt;
''Are there plans to include x-parameters in future versions of hCard?''&lt;br /&gt;
* No. The problem is that each of these x-parameters are vendor specific and are not part of the RFC. Secondly, there is no way to be 100% sure that 'x-foobar' is not just a content-specific HTML class name that the publisher is using for CSS styling.&lt;br /&gt;
&lt;br /&gt;
=== What is a word in implied optimizations ===&lt;br /&gt;
''What constitutes a &amp;quot;word&amp;quot; for the purpose of 'implied-n optimization'?''&lt;br /&gt;
* &amp;quot;N&amp;quot; can be implied from &amp;quot;FN&amp;quot; when the content of &amp;quot;FN&amp;quot; is broken into two &amp;quot;words&amp;quot; separated by whitespace. For this purpose, a &amp;quot;word&amp;quot; is any sequence of non-whitespace characters including but not limited to low- and high-range alphanumerics and punctuation. A &amp;quot;word&amp;quot; can be characterised by the following regular expression: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;/\S+/&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== How do you create non English tooltips ===&lt;br /&gt;
''My website is not in English and i want the tooltips to be in my native language''&lt;br /&gt;
* Properties such as class=&amp;quot;type&amp;quot; require an enumerated list of English words. It is possible to use your native language for the displaying tooltip, but still use the English work for the class=&amp;quot;type&amp;quot; without it being shown.&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;home&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span title=&amp;quot;[your native word for home here]&amp;quot;&amp;gt;&lt;br /&gt;
  to my home&lt;br /&gt;
 &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Having an span with a title attribute inside the abbr element will only display the title on the span, where you have the text (your native word for home here).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;h2&amp;gt; Related Pages &amp;lt;/h2&amp;gt;&lt;br /&gt;
{{hcard-related-pages}}&lt;/div&gt;</summary>
		<author><name>JoshieSurber</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=User:JoshieSurber&amp;diff=31220</id>
		<title>User:JoshieSurber</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=User:JoshieSurber&amp;diff=31220"/>
		<updated>2006-12-04T13:58:24Z</updated>

		<summary type="html">&lt;p&gt;JoshieSurber: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Find my website at http://joshie.surber.us&lt;/div&gt;</summary>
		<author><name>JoshieSurber</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-feedback&amp;diff=10945</id>
		<title>hcard-feedback</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-feedback&amp;diff=10945"/>
		<updated>2006-12-04T13:57:24Z</updated>

		<summary type="html">&lt;p&gt;JoshieSurber: /* Feedback */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hCard feedback &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
General feedback about [[hcard|hCard]] may be provided here, and the editor(s) will do their best to try to accomodate such feedback.  The more specific the feedback the better chance it will be handled.  For specific issues with the spec (as opposed to general problems and feedback), please use the [[hcard-issues|hCard issues]] page.&lt;br /&gt;
&lt;br /&gt;
Feedback may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Use the provided template and add your feedback to the end of the Feedback section.  Write your feedback well. — [http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Feedback ==&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 raised by [http://lachy.id.au/ Lachy] in [irc://freenode/whatwg #whatwg] (an IRC channel on [http://freenode.net/ freenode] about [http://whatwg.org/ The WHATWG]).&lt;br /&gt;
*# ''I think the whole [[hcard|hCard]] specification needs to be restructured.''&lt;br /&gt;
*# ''It's incredibly difficult to work out what each class name means and how to use them properly.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 raised by hsivonen in #whatwg.&lt;br /&gt;
*# ''Without knowing iCalendar or vCard, it is totally non-obvious to see what hCards or hCalendars would be conforming. The normative part is extremely short and doesn't seem to establish clear enough a mapping between the microformats and the RFCs.''&lt;br /&gt;
*#* This (and Lachy's 2nd feedback point above) should be addressed by clarifying the mapping with better use of the [[hcard-profile|hCard profile]] which does clearly map the class names to vCard properties and the sections of the vCard specification that defines them. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 raised by Hixie in #whatwg (and agreed by [http://lachy.id.au/ Lachy] and hsivonen).&lt;br /&gt;
*# ''The [[hcard|hCard]] spec basically reads as a brainstorm, not a normative spec.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-11-17 raised by [http://lachy.id.au/ Lachlan Hunt].&lt;br /&gt;
*# Semantic XHTML Design Princples: This section should go.  Guidelines for how to write a microformats specification do not belong in the spec itself.&lt;br /&gt;
*# Format - More Semantic Equivalents: Explanations of how to use each property correctly should be given with each and every property, not just list a few at the top before the properties have even been defined.&lt;br /&gt;
*# Singlular vs. Plural: It is unclear what is meant by singular vs. plural properties.  Ordinarily, a plural is word that refers to multiple objects, but in this spec, it's being used to designate a property that can be used more than once.  It doesn't make sense because the property itself isn't a plural.  Besides, this section should go.  The number of times a property can be used should be listed with each individual property description.&lt;br /&gt;
*#  Plural Properties Singularized: What the...?  After attempting to read that paragraph several times, I still can't comprehend what on earth it's trying to say.&lt;br /&gt;
*# Human vs. Machine Readable: This title only makes some sense for the use of the abbr element.  Everything in this section should be moved to a Conformance Requirements section, which explains how to extract values from the markup.  It should also use RFC 2119 terminology that describes exactly what a UA has to do.  Presently, it's written to informatively, rather than normatively (particularly for the abbr element).&lt;br /&gt;
*# Property List: This section is almost useless, it's effectively written like an index of properties but doesn't link to or help define, in any way whatsoever, what the actual meaning of a property is, nor how to use it.  For every single property, all of the following information should be listed&lt;br /&gt;
*#* Property name&lt;br /&gt;
*#* Expansion (e.g. it's not clear from this section what fn stands for. First Name? Family Name? Full Name? Flight Number?)&lt;br /&gt;
*#* Definition. (e.g. either copy the definition directly from vCard or provide a short summary, and also a link to the relevant vCard section.  Saying just &amp;quot;See section #.#.# of RFC 2426.&amp;quot;, as done in the profile, is not so easy to do.)&lt;br /&gt;
*#* Usage &lt;br /&gt;
*#** Contexts in which this property may be used&lt;br /&gt;
*#** Content model (e.g. list of sub properties, expected elements, text, or whatever)&lt;br /&gt;
*#** Syntax of the value (i.e. plain text, number, URI, etc.)&lt;br /&gt;
*#** Elements this property may be used on&lt;br /&gt;
*#* How to interpret the value (may link to relevant section in Conformance Requirements)&lt;br /&gt;
**I second all of the above. [[User:AndyMabbett|Andy Mabbett]] 07:15, 17 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-12-04 raised by [[User:JoshieSurber|Joshie]] [http://joshie.surber.us Surber] .&lt;br /&gt;
*# ''What is the point of class=&amp;quot;adr&amp;quot; when we have the &amp;lt;address&amp;gt; element?.''&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
&lt;br /&gt;
Please use this format (copy and paste this to the end of the list to add your feedback):&lt;br /&gt;
* YYYY-MM-DD raised by [http://yourhomepage.example.com YOURNAME].&lt;br /&gt;
*# ''Here is the first general feedback I have.''&lt;br /&gt;
*# ''Here is the second general feedback I have.''&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{hcard-related-pages}}&lt;/div&gt;</summary>
		<author><name>JoshieSurber</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-feedback&amp;diff=10944</id>
		<title>hcard-feedback</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-feedback&amp;diff=10944"/>
		<updated>2006-12-04T13:56:44Z</updated>

		<summary type="html">&lt;p&gt;JoshieSurber: /* Feedback */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hCard feedback &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
General feedback about [[hcard|hCard]] may be provided here, and the editor(s) will do their best to try to accomodate such feedback.  The more specific the feedback the better chance it will be handled.  For specific issues with the spec (as opposed to general problems and feedback), please use the [[hcard-issues|hCard issues]] page.&lt;br /&gt;
&lt;br /&gt;
Feedback may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Use the provided template and add your feedback to the end of the Feedback section.  Write your feedback well. — [http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Feedback ==&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 raised by [http://lachy.id.au/ Lachy] in [irc://freenode/whatwg #whatwg] (an IRC channel on [http://freenode.net/ freenode] about [http://whatwg.org/ The WHATWG]).&lt;br /&gt;
*# ''I think the whole [[hcard|hCard]] specification needs to be restructured.''&lt;br /&gt;
*# ''It's incredibly difficult to work out what each class name means and how to use them properly.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 raised by hsivonen in #whatwg.&lt;br /&gt;
*# ''Without knowing iCalendar or vCard, it is totally non-obvious to see what hCards or hCalendars would be conforming. The normative part is extremely short and doesn't seem to establish clear enough a mapping between the microformats and the RFCs.''&lt;br /&gt;
*#* This (and Lachy's 2nd feedback point above) should be addressed by clarifying the mapping with better use of the [[hcard-profile|hCard profile]] which does clearly map the class names to vCard properties and the sections of the vCard specification that defines them. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 raised by Hixie in #whatwg (and agreed by [http://lachy.id.au/ Lachy] and hsivonen).&lt;br /&gt;
*# ''The [[hcard|hCard]] spec basically reads as a brainstorm, not a normative spec.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-11-17 raised by [http://lachy.id.au/ Lachlan Hunt].&lt;br /&gt;
*# Semantic XHTML Design Princples: This section should go.  Guidelines for how to write a microformats specification do not belong in the spec itself.&lt;br /&gt;
*# Format - More Semantic Equivalents: Explanations of how to use each property correctly should be given with each and every property, not just list a few at the top before the properties have even been defined.&lt;br /&gt;
*# Singlular vs. Plural: It is unclear what is meant by singular vs. plural properties.  Ordinarily, a plural is word that refers to multiple objects, but in this spec, it's being used to designate a property that can be used more than once.  It doesn't make sense because the property itself isn't a plural.  Besides, this section should go.  The number of times a property can be used should be listed with each individual property description.&lt;br /&gt;
*#  Plural Properties Singularized: What the...?  After attempting to read that paragraph several times, I still can't comprehend what on earth it's trying to say.&lt;br /&gt;
*# Human vs. Machine Readable: This title only makes some sense for the use of the abbr element.  Everything in this section should be moved to a Conformance Requirements section, which explains how to extract values from the markup.  It should also use RFC 2119 terminology that describes exactly what a UA has to do.  Presently, it's written to informatively, rather than normatively (particularly for the abbr element).&lt;br /&gt;
*# Property List: This section is almost useless, it's effectively written like an index of properties but doesn't link to or help define, in any way whatsoever, what the actual meaning of a property is, nor how to use it.  For every single property, all of the following information should be listed&lt;br /&gt;
*#* Property name&lt;br /&gt;
*#* Expansion (e.g. it's not clear from this section what fn stands for. First Name? Family Name? Full Name? Flight Number?)&lt;br /&gt;
*#* Definition. (e.g. either copy the definition directly from vCard or provide a short summary, and also a link to the relevant vCard section.  Saying just &amp;quot;See section #.#.# of RFC 2426.&amp;quot;, as done in the profile, is not so easy to do.)&lt;br /&gt;
*#* Usage &lt;br /&gt;
*#** Contexts in which this property may be used&lt;br /&gt;
*#** Content model (e.g. list of sub properties, expected elements, text, or whatever)&lt;br /&gt;
*#** Syntax of the value (i.e. plain text, number, URI, etc.)&lt;br /&gt;
*#** Elements this property may be used on&lt;br /&gt;
*#* How to interpret the value (may link to relevant section in Conformance Requirements)&lt;br /&gt;
**I second all of the above. [[User:AndyMabbett|Andy Mabbett]] 07:15, 17 Nov 2006 (PST)&lt;br /&gt;
* 2006-12-04 raised by [[User:JoshieSurber|Joshie]] [http://joshie.surber.us Surber] .&lt;br /&gt;
*# ''What is the point of class=&amp;quot;adr&amp;quot; when we have the &amp;lt;address&amp;gt; element?.''&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
&lt;br /&gt;
Please use this format (copy and paste this to the end of the list to add your feedback):&lt;br /&gt;
* YYYY-MM-DD raised by [http://yourhomepage.example.com YOURNAME].&lt;br /&gt;
*# ''Here is the first general feedback I have.''&lt;br /&gt;
*# ''Here is the second general feedback I have.''&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{hcard-related-pages}}&lt;/div&gt;</summary>
		<author><name>JoshieSurber</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-feedback&amp;diff=10943</id>
		<title>hcard-feedback</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-feedback&amp;diff=10943"/>
		<updated>2006-12-04T13:55:49Z</updated>

		<summary type="html">&lt;p&gt;JoshieSurber: /* Feedback */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; hCard feedback &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
General feedback about [[hcard|hCard]] may be provided here, and the editor(s) will do their best to try to accomodate such feedback.  The more specific the feedback the better chance it will be handled.  For specific issues with the spec (as opposed to general problems and feedback), please use the [[hcard-issues|hCard issues]] page.&lt;br /&gt;
&lt;br /&gt;
Feedback may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Use the provided template and add your feedback to the end of the Feedback section.  Write your feedback well. — [http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Feedback ==&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 raised by [http://lachy.id.au/ Lachy] in [irc://freenode/whatwg #whatwg] (an IRC channel on [http://freenode.net/ freenode] about [http://whatwg.org/ The WHATWG]).&lt;br /&gt;
*# ''I think the whole [[hcard|hCard]] specification needs to be restructured.''&lt;br /&gt;
*# ''It's incredibly difficult to work out what each class name means and how to use them properly.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 raised by hsivonen in #whatwg.&lt;br /&gt;
*# ''Without knowing iCalendar or vCard, it is totally non-obvious to see what hCards or hCalendars would be conforming. The normative part is extremely short and doesn't seem to establish clear enough a mapping between the microformats and the RFCs.''&lt;br /&gt;
*#* This (and Lachy's 2nd feedback point above) should be addressed by clarifying the mapping with better use of the [[hcard-profile|hCard profile]] which does clearly map the class names to vCard properties and the sections of the vCard specification that defines them. - Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-11-15 raised by Hixie in #whatwg (and agreed by [http://lachy.id.au/ Lachy] and hsivonen).&lt;br /&gt;
*# ''The [[hcard|hCard]] spec basically reads as a brainstorm, not a normative spec.''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-11-17 raised by [http://lachy.id.au/ Lachlan Hunt].&lt;br /&gt;
*# Semantic XHTML Design Princples: This section should go.  Guidelines for how to write a microformats specification do not belong in the spec itself.&lt;br /&gt;
*# Format - More Semantic Equivalents: Explanations of how to use each property correctly should be given with each and every property, not just list a few at the top before the properties have even been defined.&lt;br /&gt;
*# Singlular vs. Plural: It is unclear what is meant by singular vs. plural properties.  Ordinarily, a plural is word that refers to multiple objects, but in this spec, it's being used to designate a property that can be used more than once.  It doesn't make sense because the property itself isn't a plural.  Besides, this section should go.  The number of times a property can be used should be listed with each individual property description.&lt;br /&gt;
*#  Plural Properties Singularized: What the...?  After attempting to read that paragraph several times, I still can't comprehend what on earth it's trying to say.&lt;br /&gt;
*# Human vs. Machine Readable: This title only makes some sense for the use of the abbr element.  Everything in this section should be moved to a Conformance Requirements section, which explains how to extract values from the markup.  It should also use RFC 2119 terminology that describes exactly what a UA has to do.  Presently, it's written to informatively, rather than normatively (particularly for the abbr element).&lt;br /&gt;
*# Property List: This section is almost useless, it's effectively written like an index of properties but doesn't link to or help define, in any way whatsoever, what the actual meaning of a property is, nor how to use it.  For every single property, all of the following information should be listed&lt;br /&gt;
*#* Property name&lt;br /&gt;
*#* Expansion (e.g. it's not clear from this section what fn stands for. First Name? Family Name? Full Name? Flight Number?)&lt;br /&gt;
*#* Definition. (e.g. either copy the definition directly from vCard or provide a short summary, and also a link to the relevant vCard section.  Saying just &amp;quot;See section #.#.# of RFC 2426.&amp;quot;, as done in the profile, is not so easy to do.)&lt;br /&gt;
*#* Usage &lt;br /&gt;
*#** Contexts in which this property may be used&lt;br /&gt;
*#** Content model (e.g. list of sub properties, expected elements, text, or whatever)&lt;br /&gt;
*#** Syntax of the value (i.e. plain text, number, URI, etc.)&lt;br /&gt;
*#** Elements this property may be used on&lt;br /&gt;
*#* How to interpret the value (may link to relevant section in Conformance Requirements)&lt;br /&gt;
**I second all of the above. [[User:AndyMabbett|Andy Mabbett]] 07:15, 17 Nov 2006 (PST)&lt;br /&gt;
* 2006-12-04 raised by [http://joshie.surber.us Joshie] [[User:JoshieSurber|Surber]].&lt;br /&gt;
*# ''What is the point of class=&amp;quot;adr&amp;quot; when we have the &amp;lt;address&amp;gt; element?.''&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
&lt;br /&gt;
Please use this format (copy and paste this to the end of the list to add your feedback):&lt;br /&gt;
* YYYY-MM-DD raised by [http://yourhomepage.example.com YOURNAME].&lt;br /&gt;
*# ''Here is the first general feedback I have.''&lt;br /&gt;
*# ''Here is the second general feedback I have.''&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{hcard-related-pages}}&lt;/div&gt;</summary>
		<author><name>JoshieSurber</name></author>
	</entry>
</feed>