<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Oli</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Oli"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/Oli"/>
	<updated>2026-06-14T14:46:12Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hcard-issues-resolved&amp;diff=42876</id>
		<title>hcard-issues-resolved</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hcard-issues-resolved&amp;diff=42876"/>
		<updated>2010-07-20T03:35:52Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* resolved 2010 */ fixing formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hCard resolved issues&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== resolved issues ==&lt;br /&gt;
[[hCard]] &amp;lt;span id=&amp;quot;Resolved_Issues&amp;quot;&amp;gt;issues that are resolved but may have outstanding [[to-do]] items.&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
As issues are resolved, they will be moved from the [[hcard-issues|Issues list]] to this section.&lt;br /&gt;
&lt;br /&gt;
As actions are taken according to the resolutions noted in the issues, they are moved to [[hcard-issues-closed]].&lt;br /&gt;
&lt;br /&gt;
=== resolved 2005 ===&lt;br /&gt;
'''Note: As the resolutions are enacted and the issues are closed, it may be worth moving this year of issues to its own page.'''&lt;br /&gt;
&lt;br /&gt;
* 2005-06-21 raised by Hixie&lt;br /&gt;
*# ''Issue H-1: This specification is lacking a user agent conformance section. There's basically nothing that says how hCards must be parsed, how to handle errors, and so forth. Is it defined in terms of the DOM? Is it defined in terms of a serialisation? How do you handle unexpected content or missing content?&lt;br /&gt;
*#*A: ACCEPTED.  &lt;br /&gt;
*#** [[to-do]]: add &amp;quot;user agent conformance section&amp;quot; similar to or better than conformance criteria documented in [http://dev.w3.org/html5/mdvcard/ microdata vCard vocabulary].&lt;br /&gt;
*#** See [[hcard-parsing]] for how hCards must be parsed.  &lt;br /&gt;
*#** [[to-do]]: add more deatils to [[hcard-parsing]] on how to handle errors in invalid hCards, unexpected content, or missing content.&lt;br /&gt;
*#** [[to-do]]: clarify in [[hcard-parsing]] that is based upon the parse tree (e.g. DOM) of the source document. Provide general parsing details but defer to specific parsing rules of document source (e.g. defer to HTML5 for how to parse an HTML5 document (HTML serialization or XHTML serialization) and produce a DOM tree, which hcard-parsing then uses to extract hCards).&lt;br /&gt;
*#** [[to-do]]: add a section to [[hCard]] or a separate normative page (subsection page) that provides additional vCard-format-specific details for converting hCards to vCards (.vcf).&lt;br /&gt;
&lt;br /&gt;
=== resolved 2006 ===&lt;br /&gt;
'''Note: As the resolutions are enacted and the issues are closed, it may be worth moving this year of issues to its own page.'''&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;
*#* ACCEPTED. I (the editor, Tantek) have been rewriting the spec accordingly since 2007 June.&lt;br /&gt;
*# ''It's incredibly difficult to work out what each class name means and how to use them properly.''&lt;br /&gt;
*#* ACCEPTED. Thorough itemized list of class names have been added.  Definitions are in the [[hcard-profile]] and how to use (some of) them properly are in [[hcard-authoring]], but should also briefly be in the spec. - Tantek&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;
*#* ACCEPTED. 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, as well as by adding to the itemized list of properties in the spec at least brief definitions that then link to the expanded definitions in the profile. - Tantek&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;
*#* ACCEPTED. As editor I will seek to make the hCard spec as normatively written as at least common W3C recommendations, and hopefully to the level of the HTML5 specification. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2006-11-17 raised by [http://lachy.id.au/ Lachlan Hunt] (I second all of these feedback items. [[User:AndyMabbett|Andy Mabbett]] 07:15, 17 Nov 2006 (PST))&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;
*#* ACCEPTED.  I've expanded on the specifics of this section AND moved it to a separate page accordingly [[hcard-design-methodology]].&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;
*#* ACCEPTED. Each property has now been listed explicitly. Brief explanations of each property will be added. -Tantek&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;
*#* ACCEPTED PARTIAL. The definition of singular and plural in this context will be expanded to clarify.  Listing the number of times a property can be used with the individual property description will be considered, but may be rejected per editor discretion of keeping the spec shorter and simpler. -Tantek&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;
*#* ACCEPTED. This section has been moved to [[hcard#Notes_on_derivation_from_vCard|an informative notes on derivation section]]. -Tantek&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 RFC2119 terminology that describes exactly what a UA has to do.  Presently, it's written too informatively, rather than normatively (particularly for the abbr element).&lt;br /&gt;
*#* ACCEPTED PARTIAL. Note that the title also makes sense for the use of URL properties in attributes like href and src. A conformance requirements section is a reasonable request, but it may reference the Human vs. Machine Readable section rather than included it for better document flow.  Agreed on use of [[RFC2119]] terminology. -Tantek&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;
*#* ACCEPTED PARTIAL. Much of this is good feedback on how to improve the property listing. Per some of the above resolutions, editor's discretion will be used to keep the property listing as short and simple as possible for better readability/accessibility. - Tantek&lt;br /&gt;
&lt;br /&gt;
* 2006-11-23 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# The specification should be &amp;quot;stand alone&amp;quot;, and not normally require reference to the vCard specification.&lt;br /&gt;
*#*A: ACCEPTED PARTIAL. Agreed that [[hcard|hCard]] should be usable by typical web authors without having to dig through the vCard specification. Precise implementation of parsing etc. hCard properties however will likely require programmers to reference the specifics/grammars in the vCard specification which we will NOT replicate in the hCard specification in order to avoid inevitable introduction of errors due to duplication. And that being said, ''informative'' explanations may be a good idea, while the vCard property/value definitions are kept as ''normative''.&lt;br /&gt;
*#** Yes; my meaning was with reference to hCard publishing, not parsing-into-vCards. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# ''The specification should state that &amp;quot;telephone numbers SHOULD adhere to [http://en.wikipedia.org/wiki/E.123 ITU-T Recommendation E.123]&amp;quot; (or perhaps &amp;quot;MUST&amp;quot;).''&lt;br /&gt;
*#* ACCEPTED PARTIAL. This makes sense as an informative reference and a MAY, but since vCard makes no such SHOULD statement for TEL values, neither should/will hCard. In addition, as a Wikipedia URL that is subject to drastic change, we cannot make that a normative reference.&lt;br /&gt;
*#** I take your point about Wikipedia - here's [http://www.itu.int/rec/T-REC-E.123-200102-I/en a more definitive ITU-E.123 URL]; but it's for a chargeable document. Using &amp;quot;SHOULD&amp;quot; or &amp;quot;MUST&amp;quot; in hCard will not affect compatibility with or conversion to vCard. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#* ACCEPTED DOCUMENTATION. [[to-do]]. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2006-11-24 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# A suggested work-around for the lack of a gender property is to represent gender implicitly in the honorific-prefix field, e.g. Mr. for male, and Ms. for female. This approach does has 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;) conflicts 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 (and sometimes, outside the USA, invalid) to refer to someone as &amp;quot;Mr. Dr.&amp;quot; or &amp;quot;Mrs. Rev.&amp;quot; for example. Note also that some cultures or religions regard such titles as offensive, or at least disdain them.&lt;br /&gt;
*#* ACCEPTED FAQ, PROPOSAL. This technique for communicating gender should be documented in the FAQ, along with the limitations noted in this issue, as well as a pointer to the gender proposal in progress. The gender proposal should also point to this existing technique, and note its limitations as additional justification for the proposal. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2006-12-07 raised by RyanKing.&lt;br /&gt;
*# ''hCard org-fn matching should use organization-name, if given.''&lt;br /&gt;
*# originally [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007337.html raised  on uf-discuss] by David Janes.&lt;br /&gt;
*#* ACCEPTED. This is a good suggested clarification. Tantek [[to-do]]: update [[hcard|hCard]] accordingly.&lt;br /&gt;
&lt;br /&gt;
* 2006-12-15 raised ([http://microformats.org/discuss/mail/microformats-discuss/2006-December/007730.html on 2006-12-14, on the mailing list]) by Joe Andrieu.&lt;br /&gt;
*# (Paraphrased) By including organisations and places, as well as people, hCards have lost semantic specificity (see cited mailing list post for details).&lt;br /&gt;
*#* [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009102.html Apparently intentional], but possibly requiring further extension. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#* REJECTED. As there are precise parsing rules for determining [[hcard#Organization_Contact_Info|whether an hCard is an organization]], or [[hcard-brainstorming#Named_locations|whether an hCard is a location]], semantic precision is preserved from the publisher who decides to publish a person, organization, or location, thru to the parser, which determines the semantic specificness of whether the hCard is a person, organization, or place. -Tantek&lt;br /&gt;
*#* REOPENED - the latter is a recent proposal, on a brainstorming page, and no more. There is insufficient evidence of use in the wild to be sure whether or not it meets all common publishing bahaviour. [[User:AndyMabbett|Andy Mabbett]] 05:32, 15 Dec 2007 (PST)&lt;br /&gt;
*#* ACCEPTED PARTIAL. The organizations vs. people portion remains REJECTED. However, as indicated, the named location proposal needs to be tested with more examples. -Tantek&lt;br /&gt;
*#* Consider also an hCard for a City, &amp;quot;Birmingham, England&amp;quot;: Birmingham may be the &amp;quot;fn&amp;quot; and the &amp;quot;locality&amp;quot;, but it's not an &amp;quot;extended-address&amp;quot;. Perhaps the rule should be that the hCard is for a place if the &amp;quot;fn&amp;quot; is on any address component (e.g &amp;quot;fn&amp;amp;nbsp;locality&amp;quot; or &amp;quot;fn&amp;amp;nbsp;street-address&amp;quot;)? See discussion at [http://microformats.org/discuss/mail/microformats-discuss/2007-December/011169.html] et seq. [[User:AndyMabbett|Andy Mabbett]] 16:15, 30 Dec 2007 (PST)&lt;br /&gt;
*#** If so, the &amp;quot;implied-n-optimisation&amp;quot; rule will need to be modified, to exclude cases where the fn is on the same attribute as an adr-child (which should probably not happen anyway). [[User:AndyMabbett|Andy Mabbett]] 13:59, 2 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=== resolved 2007 ===&lt;br /&gt;
'''Note: As the resolutions are enacted and the issues are closed, it may be worth moving this year of issues to its own page.'''&lt;br /&gt;
&lt;br /&gt;
* 2007-01-22 raised by [[User:Christina Hope|Christina Hope]].&lt;br /&gt;
*# ''What is the easiest way to display an hCard all on one line with spacing.  Currently I am using this - but I know that there has to be an easier/ simpler way to do it.  Example:''&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p&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;Christina Hope&amp;lt;/span&amp;gt;&amp;amp; nbsp;&amp;amp; nbsp;&amp;amp; nbsp;&lt;br /&gt;
&amp;lt;span class=&amp;quot;department&amp;quot;&amp;gt;Information Technology&amp;lt;/span&amp;gt;&amp;amp; nbsp;&amp;amp; nbsp;&amp;amp; nbsp;&lt;br /&gt;
&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Website Coordinator&amp;lt;/span&amp;gt;&amp;amp; nbsp;&amp;amp; nbsp;&amp;amp; nbsp;&lt;br /&gt;
&amp;lt;span display=&amp;quot;none&amp;quot; class=&amp;quot;region&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt; x3408&amp;lt;/span&amp;gt; &amp;amp; nbsp;&amp;amp; nbsp;&amp;amp; nbsp;&lt;br /&gt;
&amp;lt;span class=&amp;quot;email&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;mailto:chope@example.com&amp;quot;&amp;gt;chope@example.com&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*#* ACCEPTED FAQ.&lt;br /&gt;
&lt;br /&gt;
:: Try &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Christina Hope&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;department&amp;quot;&amp;gt;Information Technology&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Website Coordinator&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;tel&amp;quot; title=&amp;quot;+44123 456 7890 x 3408&amp;quot;&amp;gt; x3408&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:chope@example.com&amp;quot;&amp;gt;chope@example.com&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Note: apply classes to existing elements; use abbr to give the phone number in full, in international format. Also, use CSS, not non- breaking spaces, for spacing.&lt;br /&gt;
&lt;br /&gt;
::[[User:AndyMabbett|Andy Mabbett]] 08:34, 22 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2007-01-26 raised by [[User:JamesCraig|JamesCraig]].&lt;br /&gt;
*# &amp;lt;span id=&amp;quot;type-l10n&amp;quot;&amp;gt;RFC2426 'type' values cannot be localized/internationalized in hCard.&amp;lt;/span&amp;gt; In the example below, there is no solution to mark the Spanish version with a type of 'home' since the RFC2426 values are defined in English. &amp;lt;strong&amp;gt;abbr-design-pattern&amp;lt;/strong&amp;gt; would suggest using abbr, but 'Casa' is not an abbreviated form of 'home', therefore the currently recommended version (below) is not valid.&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; xml:lang=&amp;quot;es&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;home&amp;quot;&amp;gt;Casa&amp;lt;/abbr&amp;gt; (&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;pref&amp;lt;/span&amp;gt;erido):&lt;br /&gt;
  &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
*#* REJECTED. TOO LITTLE INFORMATION.  Please provide the precise URL to the specific statement on the accessify forum discussion that asserts that using abbr is not valid.  Please also provide a precise URL to a *real world* (as opposed to an artificially constructed test case) example in the wild of an non-English hCard which attempts to specify RFC2426 type information on a &amp;quot;tel&amp;quot; property and fails to do so.&lt;br /&gt;
*#* REOPENED and clarified (Also removed Accessify reference pulled from [[http://microformats.org/wiki?title=accessibility&amp;amp;oldid=12943 original raising]]).&lt;br /&gt;
*#*# Though erroneously first raised on the accessibility page, this is not an accessibility issue. It is an HTML semantics issue for internationalization. &amp;lt;code&amp;gt;abbr[title]&amp;lt;/code&amp;gt; should be an expanded form of &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; contents, in the same language.&lt;br /&gt;
*#*# There are real-world non-English examples in the current Mac OS 10.5 (Leopard) developer seed. This code example illustrates the point sufficiently.&lt;br /&gt;
*#*# Please leave the clarification as-is even if you feel you must RE-REJECT (add-on, don't revert). My original points were lost when they were taken out of context and moved here. -[[User:JamesCraig|JamesCraig]]&lt;br /&gt;
*# To avoid [[i18n]] issues, microformats should keep its hands off content (this also affects [[hReview]]). [[abbr-design-pattern]] doesn't seem the right solution here. Someone from France suggested elsewhere to use the class value '''telwork''', etc. but again it's a dubious solution (remember that a ''tel'' can have a type of ''voice'' and ''work'' '''at the same time'''). I suggest considering:&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 home pref&amp;quot; xml:lang=&amp;quot;es&amp;quot;&amp;gt;&lt;br /&gt;
  Casa (preferido):&lt;br /&gt;
  &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
It could be argued that somehow this solution violates the microformats [[principles|principle of visible data]]. Maybe it does, but [[i18n]] should come first because otherwise microformats violates the first rule: '''solve a specific problem''' (and the last: &amp;quot;enable and encourage decentralized and distributed development, content, services: explicitly encourage the original 'spirit of the Web'&amp;quot;). -[[User:XavierBadosa|Xavier Badosa]]&lt;br /&gt;
*#* ACCEPTED SOLVED. The use of &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to provide an alternate language representation rather than an abbreviation expansion falls outside the semantics of &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt;. The [[value-class-pattern]] has been devised as a solution to this problem, to avoid the semantic mis-use of abbr for this instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2007-01-30 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# Many sites, not least Wikipedia, publish co-ordinates as degrees-minutes-seconds (e.g. [http://en.wikipedia.org/wiki/Birmingham]). Should [[geo]] be extended to allow for this, with parsers making the conversion to digital values? &lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. My first instinct is that if a precise grammar can be defined for the human friendlier d-m-s syntax, and if that precise grammar reflects the 80% of existing real world cases (e.g. Wikipedia as cited), then it should be considered for addition to the [[geo]] property and thus hCard. This may help reduce the number of instances of needing to duplicate the d-m-s value as a decimal value for machines. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2007-02-02 raised by [[User:DerrickPallas|Derrick Pallas]]&lt;br /&gt;
*# [[adr]] says that all of it's properties are singular; however, &amp;quot;street-address&amp;quot; is listed as zero-or-more.&lt;br /&gt;
*#* ACCEPTED. This appears to have been fixed in the [[adr]] specification.  &amp;quot;street-address&amp;quot; is no longer listed as zero-or-more.&lt;br /&gt;
&lt;br /&gt;
* 2007-02-25 [http://microformats.org/wiki?title=adr&amp;amp;diff=next&amp;amp;oldid=13732 raised elsewhere] by [[User:JamesCraig]]&lt;br /&gt;
*#internationalization Note: &amp;lt;code&amp;gt;country-code&amp;lt;/code&amp;gt; may be missing. Usually a postal-code prefix such as &amp;quot;FIN-00630 Helsinki&amp;quot; or &amp;quot;L-4750 Petange&amp;quot; (Luxembourg).&lt;br /&gt;
*#* ACCEPTED FAQ.  This seems like just an FYI/FAQ rather than any real issue.  Often country names can be inferred from postal-codes.  Also perhaps the country-name can be marked up as an abbr subset of the postal-code in cases like the &amp;quot;FIN&amp;quot; example given. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2007-03-19 raised by [[User:ChristinaHope|Christina Hope]]&lt;br /&gt;
*# ''Does Microsoft Outlook 2003 allow the use of the &amp;quot;role&amp;quot; property? I have added it to all of my hCards and it is not appearing. Am I doing something wrong?''&lt;br /&gt;
*#** URL? (if no URL to a demonstrative example is provided within a year of this issue being raised, it will be closed as REJECTED INSUFFICIENT INFORMATION.)&lt;br /&gt;
*#** REJECTED INSUFFICIENT INFORMATION.  Perhaps a note can be added to [[vcard-implementations]] with mention of this issue, in case others come across it and can then document it more thoroughly.&lt;br /&gt;
&lt;br /&gt;
* 2007-03-26 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#Parsers (Operator, Tails) currently expect &amp;lt;code&amp;gt;adr&amp;lt;/code&amp;gt; to have one or more children. It is not clear from the spec that that's mandatory; nor is it always possible for an address field in a templated (or CMS) web site to be defined with such granularity. See [[hcard-brainstorming#ADR with no children]] for discussion.&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: Add more precision to how to handle adr sub-properties (or lack thereof) to [[adr]] and [[hcard]]. In particular, an &amp;quot;adr&amp;quot; without any sub-properties simply provides no information.&lt;br /&gt;
&lt;br /&gt;
* 2007-03-28 raised by [[User:JamesCraig|James Craig]]&lt;br /&gt;
*#[[internationalization|Internationalization]] &amp;lt;span id=&amp;quot;fn-opt-i18n&amp;quot;&amp;gt;(i18n) issue for implied optimization of FN&amp;lt;/span&amp;gt;. Many languages (for example, Japanese) often list FN as &amp;quot;family-name given-name&amp;quot; instead of the assumed &amp;quot;given-name family-name&amp;quot; in English and other Western languages. There should be a affordance to indicate the order ''or'' a note in the spec indicating that the two-word FN is a shorthand for Western languages and any languages not fitting this format should explicitly define &amp;quot;family-name&amp;quot; and &amp;quot;given-name&amp;quot; every time.&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: add internationalization section in [[hcard|hCard]] spec, and note in the spec indicating that the two-word FN is a shorthand for Western languages and any languages not fitting this format should explicitly define &amp;quot;family-name&amp;quot; and &amp;quot;given-name&amp;quot; every time.  In particular, the fn implied n optimization should be limited to fn properties which themselves are on elements that are on a whitelist of Western languages that typically publish with &amp;quot;given-name family-name&amp;quot; order, such as &amp;quot;en&amp;quot; (add others as confirmed by i18n experts). fn elements of other languages should not imply this optimization. When the optimization is not implied, then the n property is left as is - if it were otherwise empty, it is left empty.&lt;br /&gt;
* 2007-03-31 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# The [http://en.wikipedia.org/wiki/World_Geodetic_System WGS84 scehma] used as a default by &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt; will not remain valid forever. Fortunately, the proposed [[geo-extension-strawman|geo extension]], originally intended for lunar/ Martian coordinates, also provides a facility for the specification of other, Earth-bound schema, which will alleviate this problem. [[User:AndyMabbett|Andy Mabbett]] 13:00, 31 Mar 2007 (PDT)&lt;br /&gt;
*#* Note also the forthcoming [http://www.euref-iag.net/ European Terrestrial Reference System 89 schema] (See also [http://en.wikipedia.org/wiki/European_Terrestrial_Reference_System_1989 Etrs89 on Wikipedia]. [[User:AndyMabbett|Andy Mabbett]] 03:11, 5 Apr 2007 (PDT)&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. The [[geo-extension-strawman]] should be listed in [[geo-brainstorming]] for consideration in a revision of [[geo]] and the microformats that use it ([[hCard]] and [[hCalendar]]).&lt;br /&gt;
&lt;br /&gt;
* 2007-04-09 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#Why is [[geo]] still a draft, when it's included in the already-published [[hcard|hCard]] spec? &lt;br /&gt;
*#* ACCEPTED. [[geo]] has been vetted long enough by the community to be raised to the same level as hCard. Tantek [[to-do]]: send an email to microformats-new proposing this.&lt;br /&gt;
&lt;br /&gt;
* 2007-04-19 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#How should we handle [http://en.wikipedia.org/wiki/Old_Style_and_New_Style_dates Old Style and New Style dates] (i.e. Julian calendar vs. Gregorian), in DoB? For instance, [http://en.wikipedia.org/wiki/Boris_Pasternak Boris Pasternak], born &amp;quot;10 February [O.S. January 29] 1890&amp;quot;. Should the hCard spec. specify New Style, using the [[abbr-design-pattern]] (or its successor) if necessary: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr title=&amp;quot;1890-02-10&amp;quot;&amp;gt;29 January 1890&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* ACCEPTED FAQ. The author of the content should specify *at least* an ISO compatible Gregorian date (i.e. using the [http://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar Proleptic Gregorian Calendar] as necessary), e.g. as the Boris Pasternak example does, and mark *that* date up with the &amp;lt;code&amp;gt;bday&amp;lt;/code&amp;gt; property: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;quot;&amp;lt;abbr title=&amp;quot;1890-02-10&amp;quot;&amp;gt;10 February&amp;lt;/abbr&amp;gt; [O.S. January 29] 1890&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  Since the likelihood of error/drift/misunderstanding is greatly increased by two different representations of date with different numbers with one of them being less visible (e.g. in the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute), pattern like the suggested &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr title=&amp;quot;1890-02-10&amp;quot;&amp;gt;29 January 1890&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; MUST be '''avoided''' by authors.&lt;br /&gt;
&lt;br /&gt;
* 2007-04-21 raised by [http://www.mnot.net/ Mark Nottingham].&lt;br /&gt;
*# Pages often list many addresses in the same locality, but hCard (and adr) are currently structured so that you have to repeat the entire global context for each address. For example, &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Pizza Shops in Burlingame, California&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Round Table - 231 Burlingame Avenue&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Village Host - 303 Broadway&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Pizza Hut - 43423 El Camino Real&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;p&amp;gt;As specified, there'd be a lot of repeated information here.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;However, if adr allowed use of locality, region, postcode and country as ancestors of the more specific address tags, it would save a lot of bits -- and help adoption of these microformats in this kind of case (which is quite common).&amp;lt;/p&amp;gt;&lt;br /&gt;
*#* ACCEPTED FAQ. Use the [[include-pattern]]. [[User:AndyMabbett|Andy Mabbett]] 03:51, 21 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* 2007-04-24 raised by [[User:Singpolyma|singpolyma]]&lt;br /&gt;
*# ''What is the 'Label' property for''&lt;br /&gt;
*#* ACCEPTED FAQ. Per earlier resolutions, more explanation will be added to the hCard specification, and this question should be added to the [[hcard-faq]].&lt;br /&gt;
&lt;br /&gt;
* 2007-04-27 raised by Sjoerd Mullender&lt;br /&gt;
*# There is a proposal for a geo URI scheme [http://www.ietf.org/internet-drafts/draft-mayrhofer-geo-uri-00.txt].  It would be nice if that scheme and the geo hCard type could somehow be combined.  It seems to me that if you want to use both and also have a human-readable version, you need three copies of the latitude/longitude: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;Location: &amp;lt;a href=&amp;quot;geo:52.356389,4.952222&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;geo&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;latitude&amp;quot; title=&amp;quot;52.356389&amp;quot;&amp;gt;52&amp;amp;deg;21'23.00&amp;quot; N&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;longitude&amp;quot; title=&amp;quot;4.952222&amp;quot;&amp;gt;4&amp;amp;deg;57'08.00&amp;quot; E&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING.  This is a very interesting proposal, and clearly it is desirable to minimize the number of copies of the latitude/longitude.  Thus this should be added to the [[geo-brainstorming#geo_links|geo brainstorming geo links section]]. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2007-08-03 raised by [http://www.kaply.com/weblog/ MikeKaply].&lt;br /&gt;
*# ''Issue 1: When using the value design pattern, should the data be extracted completely (including HTML tags) or just text content? In general, the value pattern seems to imply taking the data exactly.''&lt;br /&gt;
*#* ACCEPTED FAQ. For [[hcard#Value_excerpting|value excerpting]], the parsing is handled as it would be for the property, but just on the element with class name &amp;quot;value&amp;quot; rather than the element with the class name of the property itself.  Thus in general just the text content but see [[hcard-parsing]] specific combinations of property and/or element for special cases.  It is only the [[include-pattern]] which incorporates the HTML subtree (including tags) in its entirety.&lt;br /&gt;
&lt;br /&gt;
* 2007-11-04 raised by [http://www.tomota.de/ RalfEngels].&lt;br /&gt;
*# ''Issue 1: The section Organization Contact Info is exeedingly vague. It says &amp;quot;I must not set the N property&amp;quot; and later on it says that I could set it to an empty value. Which of both is true? Must not or empty?''&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: clarify the spec on this point.  Not setting it and setting it to empty have the same effect.  Improve the wording.&lt;br /&gt;
*# ''Issue 2: Same section. It does not cover e.g. Mr Fischer (N=Fischer) from the Fischer AG (ORG=Fischer). Could you re-formulate it stating that if the N attribute is missing the hcard is regarded as the card of a company.''&lt;br /&gt;
*#* REJECTED. If the &amp;quot;n&amp;quot; property is missing, then remaining fn+org or implied fn rules still apply.&lt;br /&gt;
*# ''Issue 3: Grouping as specified by rfc2425 and supported by vcard cannot be expressed. Grouping allows you to express the relation between different values.''&lt;br /&gt;
*#* REJECTED. hCard only maps the properties and values from vCard, not all features.  Grouping in particular is excluded. &lt;br /&gt;
*# ''Issue 4: Implied n optimization: the typical case list specifies a (space) in the first and last line. In the middle lines it specifies a (comma). I guess this should mean (comma)(space) instead. In addition it contradicts with the previous text where you state that the separating character is a (whitespace)''&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: clarify the spec on this point. space and whitespace are the same in this context.&lt;br /&gt;
*# ''Issue 5: Concatenation of texts is not consistent in the examples. Example file 21 contatinates telephone fields with spaces. Example 16 concatenates multiple name sub-properties by a comma. Example 34 even concatinates multiple note fields.''&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: clarify concatenation handling in [[hcard-parsing]]. [[to-do]]: correct [[hcard-examples]] accordingly.&lt;br /&gt;
&lt;br /&gt;
=== resolved 2008 ===&lt;br /&gt;
'''Note: As the resolutions are enacted and the issues are closed, it may be worth moving this year of issues to its own page.'''&lt;br /&gt;
&lt;br /&gt;
* 2008-01-01 raised by [[User:AndyMabbett|Andy Mabbett]] in [http://microformats.org/discuss/mail/microformats-discuss/2008-January/011182.html microformats-discuss/2008-January/011182.html]&lt;br /&gt;
*# The &amp;quot;n&amp;quot; optimization rules (nickname, fn) should not apply where the fn is on part of adr or label: e.g &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;    &lt;br /&gt;
&amp;lt;span class=&amp;quot;fn locality&amp;quot;&amp;gt;New York&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;fn label&amp;quot;&amp;gt;Asia&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;,  since, in these examples, &amp;quot;Asia&amp;quot; is not a nickname, &amp;quot;New&amp;quot; is not a given-name and &amp;quot;York&amp;quot; is not a family-name. (see also [[hcard-brainstorming#Named_locations]])&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. This both makes sense from the point of view of avoiding a shorthand optimization to represent a person in a case where clearly the markup represents a place, and for allowing one possible way to use hCard for named locations.&lt;br /&gt;
&lt;br /&gt;
* 2008-01-09 &amp;lt;span id=&amp;quot;tel-type-lang&amp;quot;&amp;gt;2008- moved from [[vcard-suggestions]]&amp;lt;/span&amp;gt;&lt;br /&gt;
*#We can't have a generic type name cause we have to localize in French. so, for us, hCard work phone number is: &amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Travail&amp;lt;/span&amp;gt; : &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;0321596224&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;. How will a bot recognize that type ? We cannot specify every types in every languages in the specification. That's why i think something like this would be better: &amp;lt;nowiki&amp;gt;Travail : &amp;lt;span class=&amp;quot;telwork&amp;quot;&amp;gt;0321596224&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt; Please, use class and id attributes ONLY for microformats specifications ! XML #cdata and #data are localized ! Thanks !&lt;br /&gt;
*#* ACCEPTED ISSUE, REJECTED PROPOSAL. The localization issue is recognized and now addressed by the [[value-class-pattern]]. The proposal  for &amp;quot;telwork&amp;quot; is unnecessary, will contribute to vocabulary expansion for every other property that has a work subtype for example, illustrates a vocabulary anti-pattern, and is thus undesirable.&lt;br /&gt;
&lt;br /&gt;
* 2008-01-13 raised by Christopher Allen at OpenIDDevCamp (collected by [[User:Tantek|Tantek]]).&lt;br /&gt;
*# What is the best practice for publishing your TZ in your hCard? As publishing just a fixed offset will likely result in 1 hour off error half the year for more people, given that the rest of the hCard is likely to be static.&lt;br /&gt;
*#* ACCEPTED FAQ EXAMPLES. This is an excellent question, and a good subject to address as an example in [[hcard-authoring]] as well as on a page on [[date-time-authoring]] with perhaps a Q&amp;amp;A pointer from [[hcard-faq]].  For now, see [[value-class-pattern]] and Jakob Nielsen's post on [http://www.useit.com/alertbox/9608.html International Usability] which mentions time zone.&lt;br /&gt;
&lt;br /&gt;
*  2008-02-02 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# The &amp;quot;&amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt;&amp;quot; optimization rules (&amp;lt;code&amp;gt;nickname&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;) should not apply where the &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt; is also the &amp;lt;code&amp;gt;role&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;: e.g &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;fn role&amp;quot;&amp;gt;Webmaster&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;fn title&amp;quot;&amp;gt;Duty Manager&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;,  since, in these examples, &amp;quot;Webmaster&amp;quot; is not a nickname, &amp;quot;Duty&amp;quot; is not a given-name and &amp;quot;Manager&amp;quot; is not a family-name.&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. This makes sense from the point of view of avoiding a shorthand optimization to represent a specific person's nickname or given/family names in a case where clearly the markup represents a generic person. In both examples given, it may be better to define the n property as having an implied empty value, while the fn has the explicitly marked up value.&lt;br /&gt;
&lt;br /&gt;
* 2008-02-06 raised by [[User:Guillaume Lebleu| Guillaume Lebleu]]&lt;br /&gt;
*# It seems to me that FN has been reused beyond its original vCard scope of person names, to cover any name. This led to the fn/title debate, but it seems some implementors are confused between following the vCard semantics (FN only for person names) or the hCard ones (FN for any name). See http://cinematreasures.org/theater/365/, which uses an empty FN, resulting in their vCard not being detected by Operator, only the address.&lt;br /&gt;
*#* REJECTED MISCONCEPTION, MARKUP ERROR. ACCEPTED FAQs. 1. The scope that vCard provides is that of &amp;quot;person&amp;quot; or &amp;quot;organization&amp;quot;, combined with that with the FN meaning of &amp;quot;formatted name&amp;quot; results in the meaning of &amp;quot;formatted name of a person or organization&amp;quot; (e.g. &amp;quot;person name&amp;quot; as stated). FN by itself does not have the scope of person or organization.  The page given, http://cinematreasures.org/theater/365/, erroneously uses an empty fn, when they should be marking up the following markup: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;/theater/365/&amp;quot;&amp;gt;Hornbeck &amp;amp;amp; Penthouse Theatre&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; with fn org url uid for property hCard semantics: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;fn org url uid&amp;quot; href=&amp;quot;/theater/365/&amp;quot;&amp;gt;Hornbeck &amp;amp;amp; Penthouse Theatre&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. This example should be added to [[hcard-examples-in-wild]], along with this noted correction in markup.&lt;br /&gt;
&lt;br /&gt;
* 2008-02-07[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# The &amp;quot;&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;&amp;quot; optimization rule should not apply where the full &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt; is also the &amp;lt;code&amp;gt;nickname&amp;lt;/code&amp;gt;: e.g &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;fn nickname&amp;quot;&amp;gt;Plastic Bertram&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, since a given-name+family-name pair is not usually a nickname. (But how to deal with pseudonyms such as &amp;quot;Maurice Micklewhite (known professionally as Michael Caine)&amp;quot;?)&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING AND FAQ. This makes sense from the point of view of avoiding a shorthand optimization to represent a person's given/family names in a case where clearly the markup represents their nickname. The given pseudonym could perhaps be marked up as: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Maurice&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Micklewhite&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; (known professionally as &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Michael Caine&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;&amp;quot;?)&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, however, without additional context of where that example is used, it's not clear that that's the best markup possible for the text. &lt;br /&gt;
&lt;br /&gt;
* 2008-02-07 raised by [[User:AndyMabbett|Andy Mabbett]] in [http://microformats.org/discuss/mail/microformats-discuss/2008-February/011552.html microformats-discuss/2008-February/011552.html]&lt;br /&gt;
*# Is &amp;quot;n&amp;quot; optional or mandatory? The spec says yes (with exceptions) the cheat-sheet says no. Parsers and common practice seem to indicate not.&lt;br /&gt;
*#* ACCEPTED FAQ. The &amp;quot;n&amp;quot; property is required, but that requirement may be met by satisfying one of the n property optimizations/shorthands.  Thus parsers and common practice, by implementing those optimization/shorthands are still indicating the &amp;quot;n&amp;quot; property requirement.&lt;br /&gt;
&lt;br /&gt;
* 2008-02-08 raised by [[User:Guillaume Lebleu| Guillaume Lebleu]]&lt;br /&gt;
*# The required FN makes it difficult to use hCard in HTML Tables without resorting to hiding information (as in http://www.bo.ingv.it/contents/INGV-Bologna/Staff.html) or using the [[include-pattern]]. Perhaps FN should not be required if some N are present. Originally raised in [http://rbach.priv.at/Microformats/IRC/2008-02-08#T181749]&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. Because of this and other mentions of challenges of using hCard (and other microformats) in semantic HTML Tables, as well as the observation that fewer levels of hierarchy makes microformats easier to understand, a proposal is being considered to promote subproperties of a singular property to being properties themselves, e.g. the &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt; subproperties (&amp;lt;code&amp;gt;given-name&amp;lt;/code&amp;gt;, &amp;lt;/code&amp;gt;family-name&amp;lt;/code&amp;gt;, etc.), and in the case of non-singular properties with subproperties (e.g. &amp;lt;code&amp;gt;adr&amp;lt;/code&amp;gt;), allowing the use of such subproperties (e.g. &amp;lt;code&amp;gt;street-address&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;locality&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;region&amp;lt;/code&amp;gt;, etc.) with a single default/implied &amp;lt;code&amp;gt;adr&amp;lt;/code&amp;gt; property container instance for the hCard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2008-06-01 raised by [[User:Kornel|Kornel]]&lt;br /&gt;
*#  I need clarification how should &amp;quot;more semantic equivalents&amp;quot; be interpreted inside values (when they don't have relevant class name, but are inside another parsed element)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;email&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;mailto:href&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash; is it &amp;quot;href&amp;quot;, &amp;quot;nodetext&amp;quot; or an error? What if there are multiple links inside?&lt;br /&gt;
*#** Parsed as &amp;quot;nodetext&amp;quot; [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;fn&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;abbr title=&amp;amp;quot;title&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/abbr&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash; is it &amp;quot;title&amp;quot; or &amp;quot;nodetext&amp;quot;?&lt;br /&gt;
*#** Parsed as &amp;quot;nodetext&amp;quot; [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;fn&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;img alt=&amp;amp;quot;alt&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash; is it &amp;quot;alt&amp;quot;, &amp;quot;nodetext&amp;quot; or both?&lt;br /&gt;
*#** Per [[hcard-parsing]], since the &amp;quot;fn&amp;quot; property is a text/string property, in this example it should be parsed as &amp;quot;nodetext&amp;quot; [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC).&lt;br /&gt;
*#** A matter of debate recently. Some parsers as &amp;quot;nodetext&amp;quot;, others as &amp;quot;altnodetext&amp;quot;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#*** What parsers produce &amp;quot;altnodetext&amp;quot;? Please add them to [[hcard-implementations]] and per [[hcard-parsing]] note that those parsers are buggy since the fn property should be parsed as &amp;quot;nodetext&amp;quot; in this example. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;fn&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;abbr title=&amp;amp;quot;title&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;amp;quot;value&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/abbr&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash;&amp;amp;nbsp;&amp;quot;title&amp;quot;, &amp;quot;nodetext&amp;quot; or both?&lt;br /&gt;
*#** Parsed as &amp;quot;nodetext&amp;quot; [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;url&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;img src=&amp;amp;quot;src&amp;amp;quot; alt=&amp;amp;quot;alt&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash; &amp;quot;src&amp;quot;, &amp;quot;alt&amp;quot;, &amp;quot;nodetext&amp;quot; or &amp;quot;altnodetext&amp;quot;?&lt;br /&gt;
*#** Per [[hcard-parsing]] in this example it should be parsed as &amp;quot;nodetext&amp;quot; [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC).&lt;br /&gt;
*#** A matter of debate recently. Some parsers as &amp;quot;nodetext&amp;quot;, others as &amp;quot;altnodetext&amp;quot;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#*** What parsers produce &amp;quot;altnodetext&amp;quot;? Please add them to [[hcard-implementations]] and per [[hcard-parsing]] note that those parsers are buggy it should be parsed as &amp;quot;nodetext&amp;quot; in this example. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;category&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a rel=&amp;amp;quot;tag bookmark&amp;amp;quot; href=&amp;amp;quot;href&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; – is it a tag? What if there are multiple links inside?&lt;br /&gt;
*#** Not sure how other parsers treat this, but Cognition will create two categories based on this. One because of the [rel-tag], based on the final component of the URL; and the second category because of class=category, based on the node text. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** As Toby indicates, that example would likely generate two &amp;quot;category&amp;quot; values for the hCard, &amp;quot;href&amp;quot; (or the last segment of the href, if &amp;quot;href&amp;quot; was not intended as a literal), and &amp;quot;nodetext&amp;quot;. I say &amp;quot;likely&amp;quot; because if those two happened to be the same, only one &amp;lt;code&amp;gt;category&amp;lt;/code&amp;gt; value would be generated.&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
*# Does &amp;lt;code&amp;gt;agent&amp;lt;/code&amp;gt; property have to be an hCard?&lt;br /&gt;
*#* Is &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;agent&amp;amp;quot;&amp;amp;gt;Joe Sixpack&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt; allowed?&lt;br /&gt;
*#** Yes. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* Is &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;agent&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;amp;quot;vcard&amp;amp;quot;&amp;amp;gt;&amp;amp;hellip;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt; ok?&lt;br /&gt;
*#** [http://buzzword.org.uk/cognition/ Cognition] doesn't specifically support this format - they'll be parsed as two separate hCards. The &amp;quot;outer&amp;quot; hCard will have an &amp;quot;agent&amp;quot; property containing the unparsed node text for the inner hCard, as if you'd used a plain string for the agent as per the previous example. If you want to provide an hCard for the agent, and have it parsed as such, Cognition requires that you use: &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;agent vcard&amp;amp;quot;&amp;amp;gt;&amp;amp;hellip;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** As Toby says, it is &amp;quot;ok&amp;quot; in that it is valid, but the agent relationship is not established by that example. Toby's change to the example to use &amp;lt;code&amp;gt;class=&amp;quot;agent vcard&amp;quot;&amp;lt;/code&amp;gt; fixes it to have the intended effect. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* What about &amp;lt;code&amp;gt;&amp;amp;lt;a class=&amp;amp;quot;agent&amp;amp;quot; href=&amp;amp;quot;card.vcf&amp;amp;quot;&amp;amp;gt;&amp;amp;hellip;&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#** I don't think many hCard parsers also parse vCard. If they support vCard it's probably as an output format rather than input. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** No. The example given will be parsed as &amp;quot;&amp;amp;hellip;&amp;quot; for the &amp;lt;code&amp;gt;agent&amp;lt;/code&amp;gt;. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*# Is value of &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; without &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; empty or should it be interpreted like &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* I think consensus is that the node text should be used. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* More than consensus, per the [[hcard-parsing#all_properties|hCard parsing spec]]: &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;abbr title&amp;amp;gt;&amp;lt;/code&amp;gt;: use the value of the 'title' attribute. If there is no 'title' attribute then use the contents of the element.&amp;quot; [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
*# Does &amp;lt;code&amp;gt;&amp;amp;lt;acronym&amp;amp;gt;&amp;lt;/code&amp;gt; work like &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* Not as per spec, but some parsers do treat it like &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** Which parsers? Please list them and note their extra support of &amp;lt;code&amp;gt;&amp;amp;lt;acronym&amp;amp;gt;&amp;lt;/code&amp;gt; on the [[hcard-implementations]] page.&lt;br /&gt;
*#* '''ACCEPTED FAQ and BRAINSTORMING.''' &amp;lt;code&amp;gt;&amp;amp;lt;acronym&amp;amp;gt;&amp;lt;/code&amp;gt; is not currently handled in any special way per [[hcard-parsing]].  If you (or anyone) thinks that &amp;lt;code&amp;gt;&amp;amp;lt;acronym&amp;amp;gt;&amp;lt;/code&amp;gt; should be handled like &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt;, please add it as a proposal to [[hcard-brainstorming]]. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*# Is this allowed: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;photo&amp;amp;quot;&amp;amp;gt;http://example.com/photo.jpg&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* It is allowed and will parse the URL as the photo property per step 3 of [[hcard-parsing#parsing_hCard_properties_and_values|hCard parsing properties and values]]. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* Yes, though it ''may'' cause problems for some naive parsers, and is probably less useful for humans viewing the page. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** Which &amp;quot;naive&amp;quot; parsers? Please list them on [[hcard-implementations]] and note what problems they supposedly have with this example.&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
*# Is it allowed to use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; URLs in &amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt;? or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;mailto:&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in &amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* Non-SMTP e-mail addresses can be used - the presence of a e-mail &amp;quot;type&amp;quot; of &amp;quot;x400&amp;quot; confirms this - so e-mail addresses which don't start with &amp;quot;mailto:&amp;quot; and do not contain an @-sign are theoretically possible. But given the prevalence of SMTP for mail delivery on the modern Internet, I don't see why this would be useful. For &amp;quot;url&amp;quot; it is often useful to encode non-HTTP URIs, such as FTP addresses or URIs for use with various instant messaging protocols, but given the existence of the &amp;quot;email&amp;quot; property, I don't see that it makes sense to encode &amp;quot;mailto&amp;quot; URIs. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* Yes both are allowed but there is insufficient detail in the example(s) given to understand what utility they would have. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
*# Is it allowed/required to use &amp;lt;code&amp;gt;mailto:&amp;lt;/code&amp;gt; when e-mail is in non-&amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;email&amp;amp;quot;&amp;amp;gt;mailto:joe@example.com&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*#* Yes, but for copy-and-pasteability I'd recommend leaving out the &amp;quot;mailto:&amp;quot; prefix. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED FAQ and BRAINSTORMING.''' Yes it is allowed per step 3 of [[hcard-parsing#parsing_hCard_properties_and_values|hCard parsing properties and values]]. However the &amp;quot;mailto:&amp;quot; prefix is currently only removed when specifying the &amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt; property on &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;area&amp;lt;/code&amp;gt; elements per [[hcard-parsing#email_property|hCard parsing - email property]]. Thus this should  both be clarified in [[hcard-authoring]], that is, Toby's suggestion to leave otu the &amp;quot;mailto:&amp;quot; prefix in user visible text of the email property, and be clarified in [[hcard-parsing]], that is, that a &amp;quot;mailto:&amp;quot; prefix should be removed from the &amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt; property regardless of what HTML element is used for the &amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt; property.&lt;br /&gt;
*# If value of a property is empty (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;email&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) should it be interpreted as unknown value? ignored completely like it didn't exist? an error?&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Yes it is allowed and per step 3 of [[hcard-parsing#parsing_hCard_properties_and_values|hCard parsing properties and values]] will result in an empty value.&lt;br /&gt;
*# Can hCard contain nested hCard &amp;lt;i&amp;gt;anywhere&amp;lt;/i&amp;gt;? or only outside any property or only inside &amp;lt;code&amp;gt;agent&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* Yes, though naive parsers may have problems. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Yes a nested hCard is allowed anywhere inside an hCard, however, note that any property inside the nested hCard will not be seen as part of the container hCard per [[hcard-parsing#nested_hCards|hCard parsing - nested hCards]]. A nested hCard on the &amp;lt;code&amp;gt;agent&amp;lt;/code&amp;gt; property provides structured details on an agent of the containing hCard, and a nested hCard on the &amp;lt;code&amp;gt;org&amp;lt;/code&amp;gt; property provides structured details on an org of the containing hCard. &lt;br /&gt;
*# Can &amp;lt;code&amp;gt;organi'''s'''ation-name&amp;lt;/code&amp;gt; (note spelling) be interpreted by parsers?&lt;br /&gt;
*#* It should not. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' No. See [[en-us-faq#why_not_create_multiple_aliases_for_properties_in_other_spellings_and_languages|en-US FAQ: why not create aliases for properties in other spellings and languages.]].&lt;br /&gt;
*# Is &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; class ignored in values anywhere? It is ignored in &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;tel&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;amp;quot;type&amp;amp;quot;&amp;amp;gt;Work&amp;amp;lt;/span&amp;amp;gt; 555&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;, but is it in &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;fn&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;amp;quot;type&amp;amp;quot;&amp;amp;gt;Work&amp;amp;lt;/span&amp;amp;gt; Joe&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* It doesn't have any special meaning within &amp;quot;fn&amp;quot;, so should not be ignored. That is, the person's name would be parsed as &amp;quot;Work Joe&amp;quot;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Indeed, any markup that is not specified to do anything should be ignored by parsers - this is a &amp;quot;MUST IGNORE&amp;quot; aspect of the forwards/backwards compatibility design of microformats. Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
&lt;br /&gt;
* 2008-06-15 raised by [[User:Kornel|Kornel]]&lt;br /&gt;
*# [[RFC2426]] allows TYPE for LABEL, however [[hcard-cheatsheet|hCard cheatsheet]] does not list any subproperties for &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt;. Is this intentional? Is &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt;'s &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; allowed in hCard?&lt;br /&gt;
*#* I raised this very issue on the mailing list about a month ago, but received no responses. Given that hCard claims to be a &amp;quot;a 1:1 representation of vCard (RFC2426) properties and values in semantic HTML or XHTML&amp;quot; (direct quote from [[hcard|spec]]), I think it's reasonable to infer that these types *are* allowed, but simply undocumented so far. I'll be including support for them in the next alpha of Cognition. [[User:TobyInk|TobyInk]] 23:59, 15 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED.''' Indeed this is an unintentional omission from the [[hCard]] specification. In the [[hcard#Property_List|hCard list of properties]], the entry for &amp;quot;label&amp;quot; should be changed to &amp;quot;label (type, value)&amp;quot; and the section on [[hcard#adr_tel_email_types|adr tel email types]] should be renamed to &amp;quot;adr email label tel types&amp;quot; and a list item should be added as follows: &amp;quot;* label type: INTL, POSTAL, PARCEL, WORK, dom, home, pref&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 2008-06-16 raised by [[User:Kornel|Kornel]]&lt;br /&gt;
*# In the rfc2426 the KEY property defaults to binary. hCard profile suggests to use &amp;amp;lt;abbr&amp;amp;gt; for the key. Shouldn't it recommend data: URI with application/pgp-keys type or HTTP URL to a PGP/GPG key file? Key in &amp;amp;lt;abbr&amp;amp;gt; can't be copied/saved without dedicated hCard parser. And I'm not sure if line-breaks (removed by attribute whitespace normalisation) aren't neccessary for parsing key file.&lt;br /&gt;
*#* ACCEPTED FAQ EXAMPLES. How to author a &amp;quot;key&amp;quot; property value should be better addressed as indicated, in both [[hcard-examples]] and [[hcard-authoring]] with perhaps a Q&amp;amp;A pointer from [[hcard-faq]].&lt;br /&gt;
&lt;br /&gt;
* 2008-12-11 raised by [[User:mephtu|mephtu]]&lt;br /&gt;
* I am concerned that hCard usage will foster widespread abuse of personal datamining by scrapers/spammers, as a standard markup of personal information formalizes the structure of such information which until now has been loosely encoded as formatting markup (e.g. HTML). &lt;br /&gt;
** The nice thing about microformats is that you are not required to publish everything. If you are not comfortable publishing your email, address, phone or other information, then you don't have to. If you are already publishing it on the web, then by adding microformats you are disambiguating a plain string of text and a string as meaning your name. [[User:Brian|Brian]] 08:56, 12 Dec 2008 (UTC)&lt;br /&gt;
*** That is true, but it does more tightly associate e-mail addresses with other information. Spammers could use this to tie an e-mail address to other personal/contact details and make their messages less spammy in an attempt to fool filters. For example, some filters will raise the spam score of a message if the &amp;quot;To&amp;quot; field contains just an e-mail address, and not the recipient's name - hCard provides spammers with a fairly reliable way of finding out that name. I don't think this is a ''huge'' concern, but it is a slight concern which shouldn't be entirely dismissed. [[User:TobyInk|TobyInk]] 16:37, 12 December 2008 (UTC)&lt;br /&gt;
*** ACCEPTED FAQ. There is already [[faq#Microformats_and_Spam|a general microformats FAQ on SPAM]] and this should be either added to that or perhaps specifically to [[hcard-faq]].&lt;br /&gt;
&lt;br /&gt;
* 2008-12-16 raised by [[User:TobyInk|TobyInk]]&lt;br /&gt;
*# '''n''' is listed as a required property. Sometimes this is implicit from the '''fn''', and that's fine. However, when &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foo&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is found, &amp;quot;Foo&amp;quot; is implicitly a nickname, so the hCard still has no '''n''' property — does such an hCard still need an explicit '''n''' added?&lt;br /&gt;
*#* ACCEPTED FAQ. The conclusion that &amp;quot;the hCard still has no '''n''' property&amp;quot; is incorrect. The hCard has an &amp;quot;n&amp;quot; property, it is just empty. This should be noted explicitly in [[hcard-parsing]] or perhaps [[hcard-parsing-faq]].&lt;br /&gt;
&lt;br /&gt;
=== resolved 2009 ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ResolvedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-218&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Singpolyma|Singpolyma]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Format for key&amp;lt;/strong&amp;gt;. What format should be used for key?  I suggest the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;key&amp;quot; type=&amp;quot;application/pgp-keys&amp;quot; href=&amp;quot;https://path.to/key&amp;quot;&amp;gt;My PGP Key&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;With MIME type obviously changed based on type of key.&lt;br /&gt;
** RESOLVED ACCEPTED FAQ EXAMPLES. This seems reasonable to me, and we should update [[hcard-examples]] and [[hcard-faq]] accordingly. Thanks for the suggestion. [[User:Tantek|Tantek]] 02:57, 26 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ResolvedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-10&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:TomMorris|TomMorris]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Parsing UTF-8 'special' space characters in telephone fields&amp;lt;/strong&amp;gt;. I recently designed a page that used an hCard with a &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt; containing the &amp;lt;samp&amp;gt;tel&amp;lt;/samp&amp;gt; value. To space the phone number appropriately, I used the U+8201 (THIN SPACE) character &amp;lt;code&amp;gt;&amp;amp;amp;#8201;&amp;lt;/code&amp;gt;. [[operator|Operator's]] hCard parser coughed up on this and refused to read both the contents of the &amp;lt;samp&amp;gt;tel&amp;lt;/samp&amp;gt; &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt; but also an &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; element containing the &amp;lt;samp&amp;gt;email&amp;lt;/samp&amp;gt; property that was contained in the parent &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; element. I cannot find a clear definition of what is acceptable content for the &amp;lt;samp&amp;gt;tel&amp;lt;/samp&amp;gt; property. There seems to be two ways of resolving this: (1) instruct authors of microformat parsing libraries to normalise the Unicode characters U+8194 (EN SPACE), U+8195 (EM SPACE), U+8196 (THREE-PER-EM SPACE), U+8197 (FOUR-PER-EM SPACE), U+8198 (SIX-PER-EM SPACE), U+8199 (FIGURE SPACE), U+8200 (PUNCTUATION SPACE), U+8201 (THIN SPACE), U+8202 (HAIR SPACE), U+8203 (ZERO WIDTH SPACE) and other similar characters (including the HTML entities &amp;lt;code&amp;gt;&amp;amp;amp;ensp;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;amp;emsp;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;amp;thinsp;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt;) so that, for the purpose of parsing the microformat they are treated as a standard space (U+0020) or (2) instructing microformat authors to not use any other space character than U+0020 (and to use the [http://www.w3.org/TR/CSS21/text.html#spacing-props CSS &amp;lt;code&amp;gt;word-spacing&amp;lt;/code&amp;gt; property] for manipulating &amp;lt;samp&amp;gt;tel&amp;lt;/samp&amp;gt; properties). Which of these is best? Anyone want to survey the current implementations to see how they currently parse telephone numbers with unexpected characters in them? Part of the problem may be that there doesn't seem to be any clear specification of what a valid telephone number is, so far as I can see—which is just from reading [http://www.ietf.org/rfc/rfc2426.txt RFC 2426] §3.3, which says that it should simply be the telephone format defined in X.500 ([http://www.ietf.org/rfc/rfc1274.txt RFC 1274]), but there is no explicit definition in X.500 except to say it is &amp;quot;telephoneNumberSyntax&amp;quot;, which is defined in [http://www.ietf.org/rfc/rfc1778.txt RFC 1778] §2.16 as simply being a printable string. Perhaps I've gone off down a blind alley! (Do we need a page for character encoding/Unicode issues?)&lt;br /&gt;
** ACCEPTED FAQ, parsing. [[microformats]] depend on the character parsing of the language they are in. In this case, let's for example see what HTML4 and HTML5 say, and advise accordingly in [[hcard-faq]] and [[hcard-parsing]]. [[User:Tantek|Tantek]] 08:56, 9 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== resolved 2010 ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ResolvedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2010-02-03&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://foolip.org/ Philip Jägenstedt]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Implied &amp;quot;n&amp;quot; Optimization&amp;lt;/strong&amp;gt;. The [[hcard#Implied_.22n.22_Optimization|hCard spec]] and the derived [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#conversion-to-vcard microdata vCard spec] has some magic intended to derive N from FN when it is not given explicitly, as N is required by the vCard spec. The guessing employed will fail for at least Vietnamese names (e.g. Phương Thanh =&amp;gt; N:Thanh;Phương;;;), Chinese names (e.g. 冯小刚 =&amp;gt; N:;冯小刚;; and Feng Xiaogang =&amp;gt; N:Xiaogang;Feng;;;) and Japanese/Korean names for the same reasons. The problem is both that family-name and given-name are reversed and that Chinese is written without space, so the whole name is interpreted as family name. If the only issue is that N is mandatory, simply outputting N:;;;; seems the safest. Although it's technically possible to add markup to avoid the guessing, that's not going to be an option when microdata/microformats are used in a template and the user isn't asked for both the full name and all of its components. This issue was previously raised on [http://microformats.org/discuss/mail/microformats-discuss/2010-February/013187.html microformats-discuss].&lt;br /&gt;
** RESOLVED PARTIAL DUPLICATE.  This is mostly a duplicate of [[hcard-issues-resolved#fn-opt-i18n|previous issue raised by James Craig 2007-03-28]], however, the additional information is appreciated.  This documentation of the issue contains several points useful to a refined resolution. [[User:Tantek|Tantek]] 00:22, 16 April 2010 (UTC)&lt;br /&gt;
*** MUST NOT apply FN to implied N optimization when lang is Vietnamese (need lang code), Chinese (need lang code(s)), Japanese (&amp;quot;ja&amp;quot;), or Korean (need lang code).&lt;br /&gt;
*** For hCard to vCard converters: If an hCard lacks an 'n' property (either explicit or implied), when producing the equivalent vCard, output an empty N &amp;quot;N:;;;;&amp;quot; property in order to satisfy vCard's requirement that an N property be specified.&lt;br /&gt;
** '''Further information''' Hey Tantek, this assumes that the page has lang declared. That just isn’t common in Japan, and I guess in the other countries mentioned, given the monolingualism. I did some quick research for you, using the first 10 search results for Nakamura (a common Japanese family name) in kanji:&lt;br /&gt;
*** http://search.yahoo.co.jp/search?p=%中村&amp;amp;ei=UTF-8&amp;amp;fr=top_ga1_sa&amp;amp;x=wrt&lt;br /&gt;
**** 303,000,000 results&lt;br /&gt;
**** http://ja.wikipedia.org/wiki/中村 yes&lt;br /&gt;
**** http://www.nakamura.ed.jp/ no&lt;br /&gt;
**** http://shunsuke.com/ yes&lt;br /&gt;
**** http://ja.wikipedia.org/wiki/中村紀洋 yes&lt;br /&gt;
**** http://www.mypixel.co.jp/kabuki/nakamura/ no&lt;br /&gt;
**** http://www.nakamuraya.co.jp/index.html no&lt;br /&gt;
**** http://www.nakamura-net21.co.jp/ no&lt;br /&gt;
**** http://www.eriko-nakamura.com/index.html no&lt;br /&gt;
**** http://ataru-atariya.com/ yes&lt;br /&gt;
**** http://baseball.yahoo.co.jp/npb/player?id=12101 yes&lt;br /&gt;
**** 5 out of 10&lt;br /&gt;
*** http://www.google.co.jp/search?hl=en&amp;amp;source=hp&amp;amp;q=中村&lt;br /&gt;
**** 28,700,000 results&lt;br /&gt;
**** http://www.nakamura.ed.jp/ no&lt;br /&gt;
**** http://ja.wikipedia.org/wiki/中村 yes&lt;br /&gt;
**** http://ja.wikipedia.org/wiki/中村俊輔 yes&lt;br /&gt;
**** http://nakamura-japan.net/ no&lt;br /&gt;
**** http://shunsuke.com/ yes&lt;br /&gt;
**** http://www.nakamura-udon.jp/ no (not even encoding!)&lt;br /&gt;
**** http://www.city.nakamura.kochi.jp/topj.html yes&lt;br /&gt;
**** http://www.nakamura-u.ac.jp/ yes&lt;br /&gt;
**** http://dailynews.yahoo.co.jp/fc/sports/shunsuke/ no (!)&lt;br /&gt;
**** http://nakamurajapan.blog17.fc2.com/ yes&lt;br /&gt;
**** 6 out of 10&lt;br /&gt;
*** I’d like to note these are the highest ranked pages for a very popular search term, and include universities, schools and soccer star (well in Japan ;-) Shunsuke Nakamura’s homepage. There’s even a yahoo.co.jp site without lang=&amp;quot;ja&amp;quot;. I guess you can imagine the long tail :/ If you need Japanese examples or further info, please let me know. Also, check the hCards for http://twitter.com/boblet/following for examples of Philip’s comment about template/social media sites. Ignoring the current invalid stuff, you can see my friend Channy’s vcard is wrong.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[hcard-issues]]&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Closed_Issues&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;closed_issues&amp;quot;&amp;gt;[[hcard-issues-closed]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hcard-issues-resolved&amp;diff=42875</id>
		<title>hcard-issues-resolved</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hcard-issues-resolved&amp;diff=42875"/>
		<updated>2010-07-20T03:32:43Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* resolved 2010 */ adding extra information re: the 18n problem with implied n optimisation (hope this is the right place for it)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hCard resolved issues&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
== resolved issues ==&lt;br /&gt;
[[hCard]] &amp;lt;span id=&amp;quot;Resolved_Issues&amp;quot;&amp;gt;issues that are resolved but may have outstanding [[to-do]] items.&amp;lt;/span&amp;gt; &lt;br /&gt;
&lt;br /&gt;
As issues are resolved, they will be moved from the [[hcard-issues|Issues list]] to this section.&lt;br /&gt;
&lt;br /&gt;
As actions are taken according to the resolutions noted in the issues, they are moved to [[hcard-issues-closed]].&lt;br /&gt;
&lt;br /&gt;
=== resolved 2005 ===&lt;br /&gt;
'''Note: As the resolutions are enacted and the issues are closed, it may be worth moving this year of issues to its own page.'''&lt;br /&gt;
&lt;br /&gt;
* 2005-06-21 raised by Hixie&lt;br /&gt;
*# ''Issue H-1: This specification is lacking a user agent conformance section. There's basically nothing that says how hCards must be parsed, how to handle errors, and so forth. Is it defined in terms of the DOM? Is it defined in terms of a serialisation? How do you handle unexpected content or missing content?&lt;br /&gt;
*#*A: ACCEPTED.  &lt;br /&gt;
*#** [[to-do]]: add &amp;quot;user agent conformance section&amp;quot; similar to or better than conformance criteria documented in [http://dev.w3.org/html5/mdvcard/ microdata vCard vocabulary].&lt;br /&gt;
*#** See [[hcard-parsing]] for how hCards must be parsed.  &lt;br /&gt;
*#** [[to-do]]: add more deatils to [[hcard-parsing]] on how to handle errors in invalid hCards, unexpected content, or missing content.&lt;br /&gt;
*#** [[to-do]]: clarify in [[hcard-parsing]] that is based upon the parse tree (e.g. DOM) of the source document. Provide general parsing details but defer to specific parsing rules of document source (e.g. defer to HTML5 for how to parse an HTML5 document (HTML serialization or XHTML serialization) and produce a DOM tree, which hcard-parsing then uses to extract hCards).&lt;br /&gt;
*#** [[to-do]]: add a section to [[hCard]] or a separate normative page (subsection page) that provides additional vCard-format-specific details for converting hCards to vCards (.vcf).&lt;br /&gt;
&lt;br /&gt;
=== resolved 2006 ===&lt;br /&gt;
'''Note: As the resolutions are enacted and the issues are closed, it may be worth moving this year of issues to its own page.'''&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;
*#* ACCEPTED. I (the editor, Tantek) have been rewriting the spec accordingly since 2007 June.&lt;br /&gt;
*# ''It's incredibly difficult to work out what each class name means and how to use them properly.''&lt;br /&gt;
*#* ACCEPTED. Thorough itemized list of class names have been added.  Definitions are in the [[hcard-profile]] and how to use (some of) them properly are in [[hcard-authoring]], but should also briefly be in the spec. - Tantek&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;
*#* ACCEPTED. 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, as well as by adding to the itemized list of properties in the spec at least brief definitions that then link to the expanded definitions in the profile. - Tantek&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;
*#* ACCEPTED. As editor I will seek to make the hCard spec as normatively written as at least common W3C recommendations, and hopefully to the level of the HTML5 specification. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2006-11-17 raised by [http://lachy.id.au/ Lachlan Hunt] (I second all of these feedback items. [[User:AndyMabbett|Andy Mabbett]] 07:15, 17 Nov 2006 (PST))&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;
*#* ACCEPTED.  I've expanded on the specifics of this section AND moved it to a separate page accordingly [[hcard-design-methodology]].&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;
*#* ACCEPTED. Each property has now been listed explicitly. Brief explanations of each property will be added. -Tantek&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;
*#* ACCEPTED PARTIAL. The definition of singular and plural in this context will be expanded to clarify.  Listing the number of times a property can be used with the individual property description will be considered, but may be rejected per editor discretion of keeping the spec shorter and simpler. -Tantek&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;
*#* ACCEPTED. This section has been moved to [[hcard#Notes_on_derivation_from_vCard|an informative notes on derivation section]]. -Tantek&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 RFC2119 terminology that describes exactly what a UA has to do.  Presently, it's written too informatively, rather than normatively (particularly for the abbr element).&lt;br /&gt;
*#* ACCEPTED PARTIAL. Note that the title also makes sense for the use of URL properties in attributes like href and src. A conformance requirements section is a reasonable request, but it may reference the Human vs. Machine Readable section rather than included it for better document flow.  Agreed on use of [[RFC2119]] terminology. -Tantek&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;
*#* ACCEPTED PARTIAL. Much of this is good feedback on how to improve the property listing. Per some of the above resolutions, editor's discretion will be used to keep the property listing as short and simple as possible for better readability/accessibility. - Tantek&lt;br /&gt;
&lt;br /&gt;
* 2006-11-23 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# The specification should be &amp;quot;stand alone&amp;quot;, and not normally require reference to the vCard specification.&lt;br /&gt;
*#*A: ACCEPTED PARTIAL. Agreed that [[hcard|hCard]] should be usable by typical web authors without having to dig through the vCard specification. Precise implementation of parsing etc. hCard properties however will likely require programmers to reference the specifics/grammars in the vCard specification which we will NOT replicate in the hCard specification in order to avoid inevitable introduction of errors due to duplication. And that being said, ''informative'' explanations may be a good idea, while the vCard property/value definitions are kept as ''normative''.&lt;br /&gt;
*#** Yes; my meaning was with reference to hCard publishing, not parsing-into-vCards. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# ''The specification should state that &amp;quot;telephone numbers SHOULD adhere to [http://en.wikipedia.org/wiki/E.123 ITU-T Recommendation E.123]&amp;quot; (or perhaps &amp;quot;MUST&amp;quot;).''&lt;br /&gt;
*#* ACCEPTED PARTIAL. This makes sense as an informative reference and a MAY, but since vCard makes no such SHOULD statement for TEL values, neither should/will hCard. In addition, as a Wikipedia URL that is subject to drastic change, we cannot make that a normative reference.&lt;br /&gt;
*#** I take your point about Wikipedia - here's [http://www.itu.int/rec/T-REC-E.123-200102-I/en a more definitive ITU-E.123 URL]; but it's for a chargeable document. Using &amp;quot;SHOULD&amp;quot; or &amp;quot;MUST&amp;quot; in hCard will not affect compatibility with or conversion to vCard. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#* ACCEPTED DOCUMENTATION. [[to-do]]. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2006-11-24 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# A suggested work-around for the lack of a gender property is to represent gender implicitly in the honorific-prefix field, e.g. Mr. for male, and Ms. for female. This approach does has 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;) conflicts 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 (and sometimes, outside the USA, invalid) to refer to someone as &amp;quot;Mr. Dr.&amp;quot; or &amp;quot;Mrs. Rev.&amp;quot; for example. Note also that some cultures or religions regard such titles as offensive, or at least disdain them.&lt;br /&gt;
*#* ACCEPTED FAQ, PROPOSAL. This technique for communicating gender should be documented in the FAQ, along with the limitations noted in this issue, as well as a pointer to the gender proposal in progress. The gender proposal should also point to this existing technique, and note its limitations as additional justification for the proposal. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2006-12-07 raised by RyanKing.&lt;br /&gt;
*# ''hCard org-fn matching should use organization-name, if given.''&lt;br /&gt;
*# originally [http://microformats.org/discuss/mail/microformats-discuss/2006-November/007337.html raised  on uf-discuss] by David Janes.&lt;br /&gt;
*#* ACCEPTED. This is a good suggested clarification. Tantek [[to-do]]: update [[hcard|hCard]] accordingly.&lt;br /&gt;
&lt;br /&gt;
* 2006-12-15 raised ([http://microformats.org/discuss/mail/microformats-discuss/2006-December/007730.html on 2006-12-14, on the mailing list]) by Joe Andrieu.&lt;br /&gt;
*# (Paraphrased) By including organisations and places, as well as people, hCards have lost semantic specificity (see cited mailing list post for details).&lt;br /&gt;
*#* [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009102.html Apparently intentional], but possibly requiring further extension. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#* REJECTED. As there are precise parsing rules for determining [[hcard#Organization_Contact_Info|whether an hCard is an organization]], or [[hcard-brainstorming#Named_locations|whether an hCard is a location]], semantic precision is preserved from the publisher who decides to publish a person, organization, or location, thru to the parser, which determines the semantic specificness of whether the hCard is a person, organization, or place. -Tantek&lt;br /&gt;
*#* REOPENED - the latter is a recent proposal, on a brainstorming page, and no more. There is insufficient evidence of use in the wild to be sure whether or not it meets all common publishing bahaviour. [[User:AndyMabbett|Andy Mabbett]] 05:32, 15 Dec 2007 (PST)&lt;br /&gt;
*#* ACCEPTED PARTIAL. The organizations vs. people portion remains REJECTED. However, as indicated, the named location proposal needs to be tested with more examples. -Tantek&lt;br /&gt;
*#* Consider also an hCard for a City, &amp;quot;Birmingham, England&amp;quot;: Birmingham may be the &amp;quot;fn&amp;quot; and the &amp;quot;locality&amp;quot;, but it's not an &amp;quot;extended-address&amp;quot;. Perhaps the rule should be that the hCard is for a place if the &amp;quot;fn&amp;quot; is on any address component (e.g &amp;quot;fn&amp;amp;nbsp;locality&amp;quot; or &amp;quot;fn&amp;amp;nbsp;street-address&amp;quot;)? See discussion at [http://microformats.org/discuss/mail/microformats-discuss/2007-December/011169.html] et seq. [[User:AndyMabbett|Andy Mabbett]] 16:15, 30 Dec 2007 (PST)&lt;br /&gt;
*#** If so, the &amp;quot;implied-n-optimisation&amp;quot; rule will need to be modified, to exclude cases where the fn is on the same attribute as an adr-child (which should probably not happen anyway). [[User:AndyMabbett|Andy Mabbett]] 13:59, 2 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=== resolved 2007 ===&lt;br /&gt;
'''Note: As the resolutions are enacted and the issues are closed, it may be worth moving this year of issues to its own page.'''&lt;br /&gt;
&lt;br /&gt;
* 2007-01-22 raised by [[User:Christina Hope|Christina Hope]].&lt;br /&gt;
*# ''What is the easiest way to display an hCard all on one line with spacing.  Currently I am using this - but I know that there has to be an easier/ simpler way to do it.  Example:''&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p&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;Christina Hope&amp;lt;/span&amp;gt;&amp;amp; nbsp;&amp;amp; nbsp;&amp;amp; nbsp;&lt;br /&gt;
&amp;lt;span class=&amp;quot;department&amp;quot;&amp;gt;Information Technology&amp;lt;/span&amp;gt;&amp;amp; nbsp;&amp;amp; nbsp;&amp;amp; nbsp;&lt;br /&gt;
&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Website Coordinator&amp;lt;/span&amp;gt;&amp;amp; nbsp;&amp;amp; nbsp;&amp;amp; nbsp;&lt;br /&gt;
&amp;lt;span display=&amp;quot;none&amp;quot; class=&amp;quot;region&amp;quot;&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;tel&amp;quot;&amp;gt; x3408&amp;lt;/span&amp;gt; &amp;amp; nbsp;&amp;amp; nbsp;&amp;amp; nbsp;&lt;br /&gt;
&amp;lt;span class=&amp;quot;email&amp;quot;&amp;gt;&amp;lt;a href=&amp;quot;mailto:chope@example.com&amp;quot;&amp;gt;chope@example.com&amp;lt;/a&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*#* ACCEPTED FAQ.&lt;br /&gt;
&lt;br /&gt;
:: Try &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p class=&amp;quot;vcard&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Christina Hope&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;department&amp;quot;&amp;gt;Information Technology&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;role&amp;quot;&amp;gt;Website Coordinator&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;tel&amp;quot; title=&amp;quot;+44123 456 7890 x 3408&amp;quot;&amp;gt; x3408&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;a class=&amp;quot;email&amp;quot; href=&amp;quot;mailto:chope@example.com&amp;quot;&amp;gt;chope@example.com&amp;lt;/a&amp;gt;&lt;br /&gt;
&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
::Note: apply classes to existing elements; use abbr to give the phone number in full, in international format. Also, use CSS, not non- breaking spaces, for spacing.&lt;br /&gt;
&lt;br /&gt;
::[[User:AndyMabbett|Andy Mabbett]] 08:34, 22 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2007-01-26 raised by [[User:JamesCraig|JamesCraig]].&lt;br /&gt;
*# &amp;lt;span id=&amp;quot;type-l10n&amp;quot;&amp;gt;RFC2426 'type' values cannot be localized/internationalized in hCard.&amp;lt;/span&amp;gt; In the example below, there is no solution to mark the Spanish version with a type of 'home' since the RFC2426 values are defined in English. &amp;lt;strong&amp;gt;abbr-design-pattern&amp;lt;/strong&amp;gt; would suggest using abbr, but 'Casa' is not an abbreviated form of 'home', therefore the currently recommended version (below) is not valid.&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; xml:lang=&amp;quot;es&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;home&amp;quot;&amp;gt;Casa&amp;lt;/abbr&amp;gt; (&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;pref&amp;lt;/span&amp;gt;erido):&lt;br /&gt;
  &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
*#* REJECTED. TOO LITTLE INFORMATION.  Please provide the precise URL to the specific statement on the accessify forum discussion that asserts that using abbr is not valid.  Please also provide a precise URL to a *real world* (as opposed to an artificially constructed test case) example in the wild of an non-English hCard which attempts to specify RFC2426 type information on a &amp;quot;tel&amp;quot; property and fails to do so.&lt;br /&gt;
*#* REOPENED and clarified (Also removed Accessify reference pulled from [[http://microformats.org/wiki?title=accessibility&amp;amp;oldid=12943 original raising]]).&lt;br /&gt;
*#*# Though erroneously first raised on the accessibility page, this is not an accessibility issue. It is an HTML semantics issue for internationalization. &amp;lt;code&amp;gt;abbr[title]&amp;lt;/code&amp;gt; should be an expanded form of &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; contents, in the same language.&lt;br /&gt;
*#*# There are real-world non-English examples in the current Mac OS 10.5 (Leopard) developer seed. This code example illustrates the point sufficiently.&lt;br /&gt;
*#*# Please leave the clarification as-is even if you feel you must RE-REJECT (add-on, don't revert). My original points were lost when they were taken out of context and moved here. -[[User:JamesCraig|JamesCraig]]&lt;br /&gt;
*# To avoid [[i18n]] issues, microformats should keep its hands off content (this also affects [[hReview]]). [[abbr-design-pattern]] doesn't seem the right solution here. Someone from France suggested elsewhere to use the class value '''telwork''', etc. but again it's a dubious solution (remember that a ''tel'' can have a type of ''voice'' and ''work'' '''at the same time'''). I suggest considering:&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 home pref&amp;quot; xml:lang=&amp;quot;es&amp;quot;&amp;gt;&lt;br /&gt;
  Casa (preferido):&lt;br /&gt;
  &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;+1.415.555.1212&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;
It could be argued that somehow this solution violates the microformats [[principles|principle of visible data]]. Maybe it does, but [[i18n]] should come first because otherwise microformats violates the first rule: '''solve a specific problem''' (and the last: &amp;quot;enable and encourage decentralized and distributed development, content, services: explicitly encourage the original 'spirit of the Web'&amp;quot;). -[[User:XavierBadosa|Xavier Badosa]]&lt;br /&gt;
*#* ACCEPTED SOLVED. The use of &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to provide an alternate language representation rather than an abbreviation expansion falls outside the semantics of &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt;. The [[value-class-pattern]] has been devised as a solution to this problem, to avoid the semantic mis-use of abbr for this instance.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2007-01-30 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# Many sites, not least Wikipedia, publish co-ordinates as degrees-minutes-seconds (e.g. [http://en.wikipedia.org/wiki/Birmingham]). Should [[geo]] be extended to allow for this, with parsers making the conversion to digital values? &lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. My first instinct is that if a precise grammar can be defined for the human friendlier d-m-s syntax, and if that precise grammar reflects the 80% of existing real world cases (e.g. Wikipedia as cited), then it should be considered for addition to the [[geo]] property and thus hCard. This may help reduce the number of instances of needing to duplicate the d-m-s value as a decimal value for machines. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2007-02-02 raised by [[User:DerrickPallas|Derrick Pallas]]&lt;br /&gt;
*# [[adr]] says that all of it's properties are singular; however, &amp;quot;street-address&amp;quot; is listed as zero-or-more.&lt;br /&gt;
*#* ACCEPTED. This appears to have been fixed in the [[adr]] specification.  &amp;quot;street-address&amp;quot; is no longer listed as zero-or-more.&lt;br /&gt;
&lt;br /&gt;
* 2007-02-25 [http://microformats.org/wiki?title=adr&amp;amp;diff=next&amp;amp;oldid=13732 raised elsewhere] by [[User:JamesCraig]]&lt;br /&gt;
*#internationalization Note: &amp;lt;code&amp;gt;country-code&amp;lt;/code&amp;gt; may be missing. Usually a postal-code prefix such as &amp;quot;FIN-00630 Helsinki&amp;quot; or &amp;quot;L-4750 Petange&amp;quot; (Luxembourg).&lt;br /&gt;
*#* ACCEPTED FAQ.  This seems like just an FYI/FAQ rather than any real issue.  Often country names can be inferred from postal-codes.  Also perhaps the country-name can be marked up as an abbr subset of the postal-code in cases like the &amp;quot;FIN&amp;quot; example given. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2007-03-19 raised by [[User:ChristinaHope|Christina Hope]]&lt;br /&gt;
*# ''Does Microsoft Outlook 2003 allow the use of the &amp;quot;role&amp;quot; property? I have added it to all of my hCards and it is not appearing. Am I doing something wrong?''&lt;br /&gt;
*#** URL? (if no URL to a demonstrative example is provided within a year of this issue being raised, it will be closed as REJECTED INSUFFICIENT INFORMATION.)&lt;br /&gt;
*#** REJECTED INSUFFICIENT INFORMATION.  Perhaps a note can be added to [[vcard-implementations]] with mention of this issue, in case others come across it and can then document it more thoroughly.&lt;br /&gt;
&lt;br /&gt;
* 2007-03-26 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#Parsers (Operator, Tails) currently expect &amp;lt;code&amp;gt;adr&amp;lt;/code&amp;gt; to have one or more children. It is not clear from the spec that that's mandatory; nor is it always possible for an address field in a templated (or CMS) web site to be defined with such granularity. See [[hcard-brainstorming#ADR with no children]] for discussion.&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: Add more precision to how to handle adr sub-properties (or lack thereof) to [[adr]] and [[hcard]]. In particular, an &amp;quot;adr&amp;quot; without any sub-properties simply provides no information.&lt;br /&gt;
&lt;br /&gt;
* 2007-03-28 raised by [[User:JamesCraig|James Craig]]&lt;br /&gt;
*#[[internationalization|Internationalization]] &amp;lt;span id=&amp;quot;fn-opt-i18n&amp;quot;&amp;gt;(i18n) issue for implied optimization of FN&amp;lt;/span&amp;gt;. Many languages (for example, Japanese) often list FN as &amp;quot;family-name given-name&amp;quot; instead of the assumed &amp;quot;given-name family-name&amp;quot; in English and other Western languages. There should be a affordance to indicate the order ''or'' a note in the spec indicating that the two-word FN is a shorthand for Western languages and any languages not fitting this format should explicitly define &amp;quot;family-name&amp;quot; and &amp;quot;given-name&amp;quot; every time.&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: add internationalization section in [[hcard|hCard]] spec, and note in the spec indicating that the two-word FN is a shorthand for Western languages and any languages not fitting this format should explicitly define &amp;quot;family-name&amp;quot; and &amp;quot;given-name&amp;quot; every time.  In particular, the fn implied n optimization should be limited to fn properties which themselves are on elements that are on a whitelist of Western languages that typically publish with &amp;quot;given-name family-name&amp;quot; order, such as &amp;quot;en&amp;quot; (add others as confirmed by i18n experts). fn elements of other languages should not imply this optimization. When the optimization is not implied, then the n property is left as is - if it were otherwise empty, it is left empty.&lt;br /&gt;
* 2007-03-31 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# The [http://en.wikipedia.org/wiki/World_Geodetic_System WGS84 scehma] used as a default by &amp;lt;code&amp;gt;geo&amp;lt;/code&amp;gt; will not remain valid forever. Fortunately, the proposed [[geo-extension-strawman|geo extension]], originally intended for lunar/ Martian coordinates, also provides a facility for the specification of other, Earth-bound schema, which will alleviate this problem. [[User:AndyMabbett|Andy Mabbett]] 13:00, 31 Mar 2007 (PDT)&lt;br /&gt;
*#* Note also the forthcoming [http://www.euref-iag.net/ European Terrestrial Reference System 89 schema] (See also [http://en.wikipedia.org/wiki/European_Terrestrial_Reference_System_1989 Etrs89 on Wikipedia]. [[User:AndyMabbett|Andy Mabbett]] 03:11, 5 Apr 2007 (PDT)&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. The [[geo-extension-strawman]] should be listed in [[geo-brainstorming]] for consideration in a revision of [[geo]] and the microformats that use it ([[hCard]] and [[hCalendar]]).&lt;br /&gt;
&lt;br /&gt;
* 2007-04-09 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#Why is [[geo]] still a draft, when it's included in the already-published [[hcard|hCard]] spec? &lt;br /&gt;
*#* ACCEPTED. [[geo]] has been vetted long enough by the community to be raised to the same level as hCard. Tantek [[to-do]]: send an email to microformats-new proposing this.&lt;br /&gt;
&lt;br /&gt;
* 2007-04-19 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#How should we handle [http://en.wikipedia.org/wiki/Old_Style_and_New_Style_dates Old Style and New Style dates] (i.e. Julian calendar vs. Gregorian), in DoB? For instance, [http://en.wikipedia.org/wiki/Boris_Pasternak Boris Pasternak], born &amp;quot;10 February [O.S. January 29] 1890&amp;quot;. Should the hCard spec. specify New Style, using the [[abbr-design-pattern]] (or its successor) if necessary: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr title=&amp;quot;1890-02-10&amp;quot;&amp;gt;29 January 1890&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* ACCEPTED FAQ. The author of the content should specify *at least* an ISO compatible Gregorian date (i.e. using the [http://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar Proleptic Gregorian Calendar] as necessary), e.g. as the Boris Pasternak example does, and mark *that* date up with the &amp;lt;code&amp;gt;bday&amp;lt;/code&amp;gt; property: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;quot;&amp;lt;abbr title=&amp;quot;1890-02-10&amp;quot;&amp;gt;10 February&amp;lt;/abbr&amp;gt; [O.S. January 29] 1890&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;  Since the likelihood of error/drift/misunderstanding is greatly increased by two different representations of date with different numbers with one of them being less visible (e.g. in the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute), pattern like the suggested &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr title=&amp;quot;1890-02-10&amp;quot;&amp;gt;29 January 1890&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; MUST be '''avoided''' by authors.&lt;br /&gt;
&lt;br /&gt;
* 2007-04-21 raised by [http://www.mnot.net/ Mark Nottingham].&lt;br /&gt;
*# Pages often list many addresses in the same locality, but hCard (and adr) are currently structured so that you have to repeat the entire global context for each address. For example, &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;h2&amp;gt;Pizza Shops in Burlingame, California&amp;lt;/h2&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Round Table - 231 Burlingame Avenue&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Village Host - 303 Broadway&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Pizza Hut - 43423 El Camino Real&amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;p&amp;gt;As specified, there'd be a lot of repeated information here.&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;However, if adr allowed use of locality, region, postcode and country as ancestors of the more specific address tags, it would save a lot of bits -- and help adoption of these microformats in this kind of case (which is quite common).&amp;lt;/p&amp;gt;&lt;br /&gt;
*#* ACCEPTED FAQ. Use the [[include-pattern]]. [[User:AndyMabbett|Andy Mabbett]] 03:51, 21 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* 2007-04-24 raised by [[User:Singpolyma|singpolyma]]&lt;br /&gt;
*# ''What is the 'Label' property for''&lt;br /&gt;
*#* ACCEPTED FAQ. Per earlier resolutions, more explanation will be added to the hCard specification, and this question should be added to the [[hcard-faq]].&lt;br /&gt;
&lt;br /&gt;
* 2007-04-27 raised by Sjoerd Mullender&lt;br /&gt;
*# There is a proposal for a geo URI scheme [http://www.ietf.org/internet-drafts/draft-mayrhofer-geo-uri-00.txt].  It would be nice if that scheme and the geo hCard type could somehow be combined.  It seems to me that if you want to use both and also have a human-readable version, you need three copies of the latitude/longitude: &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;Location: &amp;lt;a href=&amp;quot;geo:52.356389,4.952222&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;geo&amp;quot;&amp;gt;&amp;lt;abbr class=&amp;quot;latitude&amp;quot; title=&amp;quot;52.356389&amp;quot;&amp;gt;52&amp;amp;deg;21'23.00&amp;quot; N&amp;lt;/abbr&amp;gt; &amp;lt;abbr class=&amp;quot;longitude&amp;quot; title=&amp;quot;4.952222&amp;quot;&amp;gt;4&amp;amp;deg;57'08.00&amp;quot; E&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING.  This is a very interesting proposal, and clearly it is desirable to minimize the number of copies of the latitude/longitude.  Thus this should be added to the [[geo-brainstorming#geo_links|geo brainstorming geo links section]]. -Tantek&lt;br /&gt;
&lt;br /&gt;
* 2007-08-03 raised by [http://www.kaply.com/weblog/ MikeKaply].&lt;br /&gt;
*# ''Issue 1: When using the value design pattern, should the data be extracted completely (including HTML tags) or just text content? In general, the value pattern seems to imply taking the data exactly.''&lt;br /&gt;
*#* ACCEPTED FAQ. For [[hcard#Value_excerpting|value excerpting]], the parsing is handled as it would be for the property, but just on the element with class name &amp;quot;value&amp;quot; rather than the element with the class name of the property itself.  Thus in general just the text content but see [[hcard-parsing]] specific combinations of property and/or element for special cases.  It is only the [[include-pattern]] which incorporates the HTML subtree (including tags) in its entirety.&lt;br /&gt;
&lt;br /&gt;
* 2007-11-04 raised by [http://www.tomota.de/ RalfEngels].&lt;br /&gt;
*# ''Issue 1: The section Organization Contact Info is exeedingly vague. It says &amp;quot;I must not set the N property&amp;quot; and later on it says that I could set it to an empty value. Which of both is true? Must not or empty?''&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: clarify the spec on this point.  Not setting it and setting it to empty have the same effect.  Improve the wording.&lt;br /&gt;
*# ''Issue 2: Same section. It does not cover e.g. Mr Fischer (N=Fischer) from the Fischer AG (ORG=Fischer). Could you re-formulate it stating that if the N attribute is missing the hcard is regarded as the card of a company.''&lt;br /&gt;
*#* REJECTED. If the &amp;quot;n&amp;quot; property is missing, then remaining fn+org or implied fn rules still apply.&lt;br /&gt;
*# ''Issue 3: Grouping as specified by rfc2425 and supported by vcard cannot be expressed. Grouping allows you to express the relation between different values.''&lt;br /&gt;
*#* REJECTED. hCard only maps the properties and values from vCard, not all features.  Grouping in particular is excluded. &lt;br /&gt;
*# ''Issue 4: Implied n optimization: the typical case list specifies a (space) in the first and last line. In the middle lines it specifies a (comma). I guess this should mean (comma)(space) instead. In addition it contradicts with the previous text where you state that the separating character is a (whitespace)''&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: clarify the spec on this point. space and whitespace are the same in this context.&lt;br /&gt;
*# ''Issue 5: Concatenation of texts is not consistent in the examples. Example file 21 contatinates telephone fields with spaces. Example 16 concatenates multiple name sub-properties by a comma. Example 34 even concatinates multiple note fields.''&lt;br /&gt;
*#* ACCEPTED. Tantek [[to-do]]: clarify concatenation handling in [[hcard-parsing]]. [[to-do]]: correct [[hcard-examples]] accordingly.&lt;br /&gt;
&lt;br /&gt;
=== resolved 2008 ===&lt;br /&gt;
'''Note: As the resolutions are enacted and the issues are closed, it may be worth moving this year of issues to its own page.'''&lt;br /&gt;
&lt;br /&gt;
* 2008-01-01 raised by [[User:AndyMabbett|Andy Mabbett]] in [http://microformats.org/discuss/mail/microformats-discuss/2008-January/011182.html microformats-discuss/2008-January/011182.html]&lt;br /&gt;
*# The &amp;quot;n&amp;quot; optimization rules (nickname, fn) should not apply where the fn is on part of adr or label: e.g &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;    &lt;br /&gt;
&amp;lt;span class=&amp;quot;fn locality&amp;quot;&amp;gt;New York&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;fn label&amp;quot;&amp;gt;Asia&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;,  since, in these examples, &amp;quot;Asia&amp;quot; is not a nickname, &amp;quot;New&amp;quot; is not a given-name and &amp;quot;York&amp;quot; is not a family-name. (see also [[hcard-brainstorming#Named_locations]])&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. This both makes sense from the point of view of avoiding a shorthand optimization to represent a person in a case where clearly the markup represents a place, and for allowing one possible way to use hCard for named locations.&lt;br /&gt;
&lt;br /&gt;
* 2008-01-09 &amp;lt;span id=&amp;quot;tel-type-lang&amp;quot;&amp;gt;2008- moved from [[vcard-suggestions]]&amp;lt;/span&amp;gt;&lt;br /&gt;
*#We can't have a generic type name cause we have to localize in French. so, for us, hCard work phone number is: &amp;lt;nowiki&amp;gt;&amp;lt;div class=&amp;quot;tel&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;Travail&amp;lt;/span&amp;gt; : &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;0321596224&amp;lt;/span&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;. How will a bot recognize that type ? We cannot specify every types in every languages in the specification. That's why i think something like this would be better: &amp;lt;nowiki&amp;gt;Travail : &amp;lt;span class=&amp;quot;telwork&amp;quot;&amp;gt;0321596224&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt; Please, use class and id attributes ONLY for microformats specifications ! XML #cdata and #data are localized ! Thanks !&lt;br /&gt;
*#* ACCEPTED ISSUE, REJECTED PROPOSAL. The localization issue is recognized and now addressed by the [[value-class-pattern]]. The proposal  for &amp;quot;telwork&amp;quot; is unnecessary, will contribute to vocabulary expansion for every other property that has a work subtype for example, illustrates a vocabulary anti-pattern, and is thus undesirable.&lt;br /&gt;
&lt;br /&gt;
* 2008-01-13 raised by Christopher Allen at OpenIDDevCamp (collected by [[User:Tantek|Tantek]]).&lt;br /&gt;
*# What is the best practice for publishing your TZ in your hCard? As publishing just a fixed offset will likely result in 1 hour off error half the year for more people, given that the rest of the hCard is likely to be static.&lt;br /&gt;
*#* ACCEPTED FAQ EXAMPLES. This is an excellent question, and a good subject to address as an example in [[hcard-authoring]] as well as on a page on [[date-time-authoring]] with perhaps a Q&amp;amp;A pointer from [[hcard-faq]].  For now, see [[value-class-pattern]] and Jakob Nielsen's post on [http://www.useit.com/alertbox/9608.html International Usability] which mentions time zone.&lt;br /&gt;
&lt;br /&gt;
*  2008-02-02 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# The &amp;quot;&amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt;&amp;quot; optimization rules (&amp;lt;code&amp;gt;nickname&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;) should not apply where the &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt; is also the &amp;lt;code&amp;gt;role&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;: e.g &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;fn role&amp;quot;&amp;gt;Webmaster&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;; &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;fn title&amp;quot;&amp;gt;Duty Manager&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;,  since, in these examples, &amp;quot;Webmaster&amp;quot; is not a nickname, &amp;quot;Duty&amp;quot; is not a given-name and &amp;quot;Manager&amp;quot; is not a family-name.&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. This makes sense from the point of view of avoiding a shorthand optimization to represent a specific person's nickname or given/family names in a case where clearly the markup represents a generic person. In both examples given, it may be better to define the n property as having an implied empty value, while the fn has the explicitly marked up value.&lt;br /&gt;
&lt;br /&gt;
* 2008-02-06 raised by [[User:Guillaume Lebleu| Guillaume Lebleu]]&lt;br /&gt;
*# It seems to me that FN has been reused beyond its original vCard scope of person names, to cover any name. This led to the fn/title debate, but it seems some implementors are confused between following the vCard semantics (FN only for person names) or the hCard ones (FN for any name). See http://cinematreasures.org/theater/365/, which uses an empty FN, resulting in their vCard not being detected by Operator, only the address.&lt;br /&gt;
*#* REJECTED MISCONCEPTION, MARKUP ERROR. ACCEPTED FAQs. 1. The scope that vCard provides is that of &amp;quot;person&amp;quot; or &amp;quot;organization&amp;quot;, combined with that with the FN meaning of &amp;quot;formatted name&amp;quot; results in the meaning of &amp;quot;formatted name of a person or organization&amp;quot; (e.g. &amp;quot;person name&amp;quot; as stated). FN by itself does not have the scope of person or organization.  The page given, http://cinematreasures.org/theater/365/, erroneously uses an empty fn, when they should be marking up the following markup: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a href=&amp;quot;/theater/365/&amp;quot;&amp;gt;Hornbeck &amp;amp;amp; Penthouse Theatre&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; with fn org url uid for property hCard semantics: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;fn org url uid&amp;quot; href=&amp;quot;/theater/365/&amp;quot;&amp;gt;Hornbeck &amp;amp;amp; Penthouse Theatre&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. This example should be added to [[hcard-examples-in-wild]], along with this noted correction in markup.&lt;br /&gt;
&lt;br /&gt;
* 2008-02-07[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# The &amp;quot;&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;&amp;quot; optimization rule should not apply where the full &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt; is also the &amp;lt;code&amp;gt;nickname&amp;lt;/code&amp;gt;: e.g &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;fn nickname&amp;quot;&amp;gt;Plastic Bertram&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, since a given-name+family-name pair is not usually a nickname. (But how to deal with pseudonyms such as &amp;quot;Maurice Micklewhite (known professionally as Michael Caine)&amp;quot;?)&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING AND FAQ. This makes sense from the point of view of avoiding a shorthand optimization to represent a person's given/family names in a case where clearly the markup represents their nickname. The given pseudonym could perhaps be marked up as: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;n&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;given-name&amp;quot;&amp;gt;Maurice&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;family-name&amp;quot;&amp;gt;Micklewhite&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; (known professionally as &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Michael Caine&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;&amp;quot;?)&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, however, without additional context of where that example is used, it's not clear that that's the best markup possible for the text. &lt;br /&gt;
&lt;br /&gt;
* 2008-02-07 raised by [[User:AndyMabbett|Andy Mabbett]] in [http://microformats.org/discuss/mail/microformats-discuss/2008-February/011552.html microformats-discuss/2008-February/011552.html]&lt;br /&gt;
*# Is &amp;quot;n&amp;quot; optional or mandatory? The spec says yes (with exceptions) the cheat-sheet says no. Parsers and common practice seem to indicate not.&lt;br /&gt;
*#* ACCEPTED FAQ. The &amp;quot;n&amp;quot; property is required, but that requirement may be met by satisfying one of the n property optimizations/shorthands.  Thus parsers and common practice, by implementing those optimization/shorthands are still indicating the &amp;quot;n&amp;quot; property requirement.&lt;br /&gt;
&lt;br /&gt;
* 2008-02-08 raised by [[User:Guillaume Lebleu| Guillaume Lebleu]]&lt;br /&gt;
*# The required FN makes it difficult to use hCard in HTML Tables without resorting to hiding information (as in http://www.bo.ingv.it/contents/INGV-Bologna/Staff.html) or using the [[include-pattern]]. Perhaps FN should not be required if some N are present. Originally raised in [http://rbach.priv.at/Microformats/IRC/2008-02-08#T181749]&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. Because of this and other mentions of challenges of using hCard (and other microformats) in semantic HTML Tables, as well as the observation that fewer levels of hierarchy makes microformats easier to understand, a proposal is being considered to promote subproperties of a singular property to being properties themselves, e.g. the &amp;lt;code&amp;gt;n&amp;lt;/code&amp;gt; subproperties (&amp;lt;code&amp;gt;given-name&amp;lt;/code&amp;gt;, &amp;lt;/code&amp;gt;family-name&amp;lt;/code&amp;gt;, etc.), and in the case of non-singular properties with subproperties (e.g. &amp;lt;code&amp;gt;adr&amp;lt;/code&amp;gt;), allowing the use of such subproperties (e.g. &amp;lt;code&amp;gt;street-address&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;locality&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;region&amp;lt;/code&amp;gt;, etc.) with a single default/implied &amp;lt;code&amp;gt;adr&amp;lt;/code&amp;gt; property container instance for the hCard.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2008-06-01 raised by [[User:Kornel|Kornel]]&lt;br /&gt;
*#  I need clarification how should &amp;quot;more semantic equivalents&amp;quot; be interpreted inside values (when they don't have relevant class name, but are inside another parsed element)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;email&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a href=&amp;amp;quot;mailto:href&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash; is it &amp;quot;href&amp;quot;, &amp;quot;nodetext&amp;quot; or an error? What if there are multiple links inside?&lt;br /&gt;
*#** Parsed as &amp;quot;nodetext&amp;quot; [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;fn&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;abbr title=&amp;amp;quot;title&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/abbr&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash; is it &amp;quot;title&amp;quot; or &amp;quot;nodetext&amp;quot;?&lt;br /&gt;
*#** Parsed as &amp;quot;nodetext&amp;quot; [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;fn&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;img alt=&amp;amp;quot;alt&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash; is it &amp;quot;alt&amp;quot;, &amp;quot;nodetext&amp;quot; or both?&lt;br /&gt;
*#** Per [[hcard-parsing]], since the &amp;quot;fn&amp;quot; property is a text/string property, in this example it should be parsed as &amp;quot;nodetext&amp;quot; [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC).&lt;br /&gt;
*#** A matter of debate recently. Some parsers as &amp;quot;nodetext&amp;quot;, others as &amp;quot;altnodetext&amp;quot;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#*** What parsers produce &amp;quot;altnodetext&amp;quot;? Please add them to [[hcard-implementations]] and per [[hcard-parsing]] note that those parsers are buggy since the fn property should be parsed as &amp;quot;nodetext&amp;quot; in this example. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;fn&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;abbr title=&amp;amp;quot;title&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;amp;quot;value&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/abbr&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash;&amp;amp;nbsp;&amp;quot;title&amp;quot;, &amp;quot;nodetext&amp;quot; or both?&lt;br /&gt;
*#** Parsed as &amp;quot;nodetext&amp;quot; [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;url&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;img src=&amp;amp;quot;src&amp;amp;quot; alt=&amp;amp;quot;alt&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; &amp;amp;ndash; &amp;quot;src&amp;quot;, &amp;quot;alt&amp;quot;, &amp;quot;nodetext&amp;quot; or &amp;quot;altnodetext&amp;quot;?&lt;br /&gt;
*#** Per [[hcard-parsing]] in this example it should be parsed as &amp;quot;nodetext&amp;quot; [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC).&lt;br /&gt;
*#** A matter of debate recently. Some parsers as &amp;quot;nodetext&amp;quot;, others as &amp;quot;altnodetext&amp;quot;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#*** What parsers produce &amp;quot;altnodetext&amp;quot;? Please add them to [[hcard-implementations]] and per [[hcard-parsing]] note that those parsers are buggy it should be parsed as &amp;quot;nodetext&amp;quot; in this example. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;category&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;a rel=&amp;amp;quot;tag bookmark&amp;amp;quot; href=&amp;amp;quot;href&amp;amp;quot;&amp;amp;gt;nodetext&amp;amp;lt;/a&amp;amp;gt;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; – is it a tag? What if there are multiple links inside?&lt;br /&gt;
*#** Not sure how other parsers treat this, but Cognition will create two categories based on this. One because of the [rel-tag], based on the final component of the URL; and the second category because of class=category, based on the node text. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** As Toby indicates, that example would likely generate two &amp;quot;category&amp;quot; values for the hCard, &amp;quot;href&amp;quot; (or the last segment of the href, if &amp;quot;href&amp;quot; was not intended as a literal), and &amp;quot;nodetext&amp;quot;. I say &amp;quot;likely&amp;quot; because if those two happened to be the same, only one &amp;lt;code&amp;gt;category&amp;lt;/code&amp;gt; value would be generated.&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
*# Does &amp;lt;code&amp;gt;agent&amp;lt;/code&amp;gt; property have to be an hCard?&lt;br /&gt;
*#* Is &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;agent&amp;amp;quot;&amp;amp;gt;Joe Sixpack&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt; allowed?&lt;br /&gt;
*#** Yes. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* Is &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;agent&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;amp;quot;vcard&amp;amp;quot;&amp;amp;gt;&amp;amp;hellip;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt; ok?&lt;br /&gt;
*#** [http://buzzword.org.uk/cognition/ Cognition] doesn't specifically support this format - they'll be parsed as two separate hCards. The &amp;quot;outer&amp;quot; hCard will have an &amp;quot;agent&amp;quot; property containing the unparsed node text for the inner hCard, as if you'd used a plain string for the agent as per the previous example. If you want to provide an hCard for the agent, and have it parsed as such, Cognition requires that you use: &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;agent vcard&amp;amp;quot;&amp;amp;gt;&amp;amp;hellip;&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** As Toby says, it is &amp;quot;ok&amp;quot; in that it is valid, but the agent relationship is not established by that example. Toby's change to the example to use &amp;lt;code&amp;gt;class=&amp;quot;agent vcard&amp;quot;&amp;lt;/code&amp;gt; fixes it to have the intended effect. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* What about &amp;lt;code&amp;gt;&amp;amp;lt;a class=&amp;amp;quot;agent&amp;amp;quot; href=&amp;amp;quot;card.vcf&amp;amp;quot;&amp;amp;gt;&amp;amp;hellip;&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#** I don't think many hCard parsers also parse vCard. If they support vCard it's probably as an output format rather than input. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** No. The example given will be parsed as &amp;quot;&amp;amp;hellip;&amp;quot; for the &amp;lt;code&amp;gt;agent&amp;lt;/code&amp;gt;. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*# Is value of &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; without &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; empty or should it be interpreted like &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* I think consensus is that the node text should be used. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* More than consensus, per the [[hcard-parsing#all_properties|hCard parsing spec]]: &amp;quot;&amp;lt;code&amp;gt;&amp;amp;lt;abbr title&amp;amp;gt;&amp;lt;/code&amp;gt;: use the value of the 'title' attribute. If there is no 'title' attribute then use the contents of the element.&amp;quot; [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
*# Does &amp;lt;code&amp;gt;&amp;amp;lt;acronym&amp;amp;gt;&amp;lt;/code&amp;gt; work like &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* Not as per spec, but some parsers do treat it like &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** Which parsers? Please list them and note their extra support of &amp;lt;code&amp;gt;&amp;amp;lt;acronym&amp;amp;gt;&amp;lt;/code&amp;gt; on the [[hcard-implementations]] page.&lt;br /&gt;
*#* '''ACCEPTED FAQ and BRAINSTORMING.''' &amp;lt;code&amp;gt;&amp;amp;lt;acronym&amp;amp;gt;&amp;lt;/code&amp;gt; is not currently handled in any special way per [[hcard-parsing]].  If you (or anyone) thinks that &amp;lt;code&amp;gt;&amp;amp;lt;acronym&amp;amp;gt;&amp;lt;/code&amp;gt; should be handled like &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt;, please add it as a proposal to [[hcard-brainstorming]]. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*# Is this allowed: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;photo&amp;amp;quot;&amp;amp;gt;http://example.com/photo.jpg&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* It is allowed and will parse the URL as the photo property per step 3 of [[hcard-parsing#parsing_hCard_properties_and_values|hCard parsing properties and values]]. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* Yes, though it ''may'' cause problems for some naive parsers, and is probably less useful for humans viewing the page. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#** Which &amp;quot;naive&amp;quot; parsers? Please list them on [[hcard-implementations]] and note what problems they supposedly have with this example.&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
*# Is it allowed to use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;http://&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; URLs in &amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt;? or &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;mailto:&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in &amp;lt;code&amp;gt;url&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* Non-SMTP e-mail addresses can be used - the presence of a e-mail &amp;quot;type&amp;quot; of &amp;quot;x400&amp;quot; confirms this - so e-mail addresses which don't start with &amp;quot;mailto:&amp;quot; and do not contain an @-sign are theoretically possible. But given the prevalence of SMTP for mail delivery on the modern Internet, I don't see why this would be useful. For &amp;quot;url&amp;quot; it is often useful to encode non-HTTP URIs, such as FTP addresses or URIs for use with various instant messaging protocols, but given the existence of the &amp;quot;email&amp;quot; property, I don't see that it makes sense to encode &amp;quot;mailto&amp;quot; URIs. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* Yes both are allowed but there is insufficient detail in the example(s) given to understand what utility they would have. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
*# Is it allowed/required to use &amp;lt;code&amp;gt;mailto:&amp;lt;/code&amp;gt; when e-mail is in non-&amp;lt;code&amp;gt;&amp;amp;lt;a&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;email&amp;amp;quot;&amp;amp;gt;mailto:joe@example.com&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*#* Yes, but for copy-and-pasteability I'd recommend leaving out the &amp;quot;mailto:&amp;quot; prefix. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED FAQ and BRAINSTORMING.''' Yes it is allowed per step 3 of [[hcard-parsing#parsing_hCard_properties_and_values|hCard parsing properties and values]]. However the &amp;quot;mailto:&amp;quot; prefix is currently only removed when specifying the &amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt; property on &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;area&amp;lt;/code&amp;gt; elements per [[hcard-parsing#email_property|hCard parsing - email property]]. Thus this should  both be clarified in [[hcard-authoring]], that is, Toby's suggestion to leave otu the &amp;quot;mailto:&amp;quot; prefix in user visible text of the email property, and be clarified in [[hcard-parsing]], that is, that a &amp;quot;mailto:&amp;quot; prefix should be removed from the &amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt; property regardless of what HTML element is used for the &amp;lt;code&amp;gt;email&amp;lt;/code&amp;gt; property.&lt;br /&gt;
*# If value of a property is empty (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;amp;quot;email&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) should it be interpreted as unknown value? ignored completely like it didn't exist? an error?&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Yes it is allowed and per step 3 of [[hcard-parsing#parsing_hCard_properties_and_values|hCard parsing properties and values]] will result in an empty value.&lt;br /&gt;
*# Can hCard contain nested hCard &amp;lt;i&amp;gt;anywhere&amp;lt;/i&amp;gt;? or only outside any property or only inside &amp;lt;code&amp;gt;agent&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* Yes, though naive parsers may have problems. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Yes a nested hCard is allowed anywhere inside an hCard, however, note that any property inside the nested hCard will not be seen as part of the container hCard per [[hcard-parsing#nested_hCards|hCard parsing - nested hCards]]. A nested hCard on the &amp;lt;code&amp;gt;agent&amp;lt;/code&amp;gt; property provides structured details on an agent of the containing hCard, and a nested hCard on the &amp;lt;code&amp;gt;org&amp;lt;/code&amp;gt; property provides structured details on an org of the containing hCard. &lt;br /&gt;
*# Can &amp;lt;code&amp;gt;organi'''s'''ation-name&amp;lt;/code&amp;gt; (note spelling) be interpreted by parsers?&lt;br /&gt;
*#* It should not. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' No. See [[en-us-faq#why_not_create_multiple_aliases_for_properties_in_other_spellings_and_languages|en-US FAQ: why not create aliases for properties in other spellings and languages.]].&lt;br /&gt;
*# Is &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; class ignored in values anywhere? It is ignored in &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;tel&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;amp;quot;type&amp;amp;quot;&amp;amp;gt;Work&amp;amp;lt;/span&amp;amp;gt; 555&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;, but is it in &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;amp;quot;fn&amp;amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;amp;quot;type&amp;amp;quot;&amp;amp;gt;Work&amp;amp;lt;/span&amp;amp;gt; Joe&amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt;?&lt;br /&gt;
*#* It doesn't have any special meaning within &amp;quot;fn&amp;quot;, so should not be ignored. That is, the person's name would be parsed as &amp;quot;Work Joe&amp;quot;. [[User:TobyInk|TobyInk]] 08:30, 1 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED FAQ.''' Indeed, any markup that is not specified to do anything should be ignored by parsers - this is a &amp;quot;MUST IGNORE&amp;quot; aspect of the forwards/backwards compatibility design of microformats. Lots of questions here that are answered by [[hcard-parsing]] but could also be listed in [[hcard-parsing-faq]] for hopefully easier discovery. In addition, each example presented would make a good test case.&lt;br /&gt;
&lt;br /&gt;
* 2008-06-15 raised by [[User:Kornel|Kornel]]&lt;br /&gt;
*# [[RFC2426]] allows TYPE for LABEL, however [[hcard-cheatsheet|hCard cheatsheet]] does not list any subproperties for &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt;. Is this intentional? Is &amp;lt;code&amp;gt;label&amp;lt;/code&amp;gt;'s &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; allowed in hCard?&lt;br /&gt;
*#* I raised this very issue on the mailing list about a month ago, but received no responses. Given that hCard claims to be a &amp;quot;a 1:1 representation of vCard (RFC2426) properties and values in semantic HTML or XHTML&amp;quot; (direct quote from [[hcard|spec]]), I think it's reasonable to infer that these types *are* allowed, but simply undocumented so far. I'll be including support for them in the next alpha of Cognition. [[User:TobyInk|TobyInk]] 23:59, 15 Jun 2008 (PDT)&lt;br /&gt;
*#* '''ACCEPTED.''' Indeed this is an unintentional omission from the [[hCard]] specification. In the [[hcard#Property_List|hCard list of properties]], the entry for &amp;quot;label&amp;quot; should be changed to &amp;quot;label (type, value)&amp;quot; and the section on [[hcard#adr_tel_email_types|adr tel email types]] should be renamed to &amp;quot;adr email label tel types&amp;quot; and a list item should be added as follows: &amp;quot;* label type: INTL, POSTAL, PARCEL, WORK, dom, home, pref&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* 2008-06-16 raised by [[User:Kornel|Kornel]]&lt;br /&gt;
*# In the rfc2426 the KEY property defaults to binary. hCard profile suggests to use &amp;amp;lt;abbr&amp;amp;gt; for the key. Shouldn't it recommend data: URI with application/pgp-keys type or HTTP URL to a PGP/GPG key file? Key in &amp;amp;lt;abbr&amp;amp;gt; can't be copied/saved without dedicated hCard parser. And I'm not sure if line-breaks (removed by attribute whitespace normalisation) aren't neccessary for parsing key file.&lt;br /&gt;
*#* ACCEPTED FAQ EXAMPLES. How to author a &amp;quot;key&amp;quot; property value should be better addressed as indicated, in both [[hcard-examples]] and [[hcard-authoring]] with perhaps a Q&amp;amp;A pointer from [[hcard-faq]].&lt;br /&gt;
&lt;br /&gt;
* 2008-12-11 raised by [[User:mephtu|mephtu]]&lt;br /&gt;
* I am concerned that hCard usage will foster widespread abuse of personal datamining by scrapers/spammers, as a standard markup of personal information formalizes the structure of such information which until now has been loosely encoded as formatting markup (e.g. HTML). &lt;br /&gt;
** The nice thing about microformats is that you are not required to publish everything. If you are not comfortable publishing your email, address, phone or other information, then you don't have to. If you are already publishing it on the web, then by adding microformats you are disambiguating a plain string of text and a string as meaning your name. [[User:Brian|Brian]] 08:56, 12 Dec 2008 (UTC)&lt;br /&gt;
*** That is true, but it does more tightly associate e-mail addresses with other information. Spammers could use this to tie an e-mail address to other personal/contact details and make their messages less spammy in an attempt to fool filters. For example, some filters will raise the spam score of a message if the &amp;quot;To&amp;quot; field contains just an e-mail address, and not the recipient's name - hCard provides spammers with a fairly reliable way of finding out that name. I don't think this is a ''huge'' concern, but it is a slight concern which shouldn't be entirely dismissed. [[User:TobyInk|TobyInk]] 16:37, 12 December 2008 (UTC)&lt;br /&gt;
*** ACCEPTED FAQ. There is already [[faq#Microformats_and_Spam|a general microformats FAQ on SPAM]] and this should be either added to that or perhaps specifically to [[hcard-faq]].&lt;br /&gt;
&lt;br /&gt;
* 2008-12-16 raised by [[User:TobyInk|TobyInk]]&lt;br /&gt;
*# '''n''' is listed as a required property. Sometimes this is implicit from the '''fn''', and that's fine. However, when &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Foo&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; is found, &amp;quot;Foo&amp;quot; is implicitly a nickname, so the hCard still has no '''n''' property — does such an hCard still need an explicit '''n''' added?&lt;br /&gt;
*#* ACCEPTED FAQ. The conclusion that &amp;quot;the hCard still has no '''n''' property&amp;quot; is incorrect. The hCard has an &amp;quot;n&amp;quot; property, it is just empty. This should be noted explicitly in [[hcard-parsing]] or perhaps [[hcard-parsing-faq]].&lt;br /&gt;
&lt;br /&gt;
=== resolved 2009 ===&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ResolvedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-218&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:Singpolyma|Singpolyma]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Format for key&amp;lt;/strong&amp;gt;. What format should be used for key?  I suggest the following:&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;key&amp;quot; type=&amp;quot;application/pgp-keys&amp;quot; href=&amp;quot;https://path.to/key&amp;quot;&amp;gt;My PGP Key&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;With MIME type obviously changed based on type of key.&lt;br /&gt;
** RESOLVED ACCEPTED FAQ EXAMPLES. This seems reasonable to me, and we should update [[hcard-examples]] and [[hcard-faq]] accordingly. Thanks for the suggestion. [[User:Tantek|Tantek]] 02:57, 26 August 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ResolvedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2009-09-10&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[[User:TomMorris|TomMorris]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Parsing UTF-8 'special' space characters in telephone fields&amp;lt;/strong&amp;gt;. I recently designed a page that used an hCard with a &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt; containing the &amp;lt;samp&amp;gt;tel&amp;lt;/samp&amp;gt; value. To space the phone number appropriately, I used the U+8201 (THIN SPACE) character &amp;lt;code&amp;gt;&amp;amp;amp;#8201;&amp;lt;/code&amp;gt;. [[operator|Operator's]] hCard parser coughed up on this and refused to read both the contents of the &amp;lt;samp&amp;gt;tel&amp;lt;/samp&amp;gt; &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt; but also an &amp;lt;code&amp;gt;a&amp;lt;/code&amp;gt; element containing the &amp;lt;samp&amp;gt;email&amp;lt;/samp&amp;gt; property that was contained in the parent &amp;lt;code&amp;gt;p&amp;lt;/code&amp;gt; element. I cannot find a clear definition of what is acceptable content for the &amp;lt;samp&amp;gt;tel&amp;lt;/samp&amp;gt; property. There seems to be two ways of resolving this: (1) instruct authors of microformat parsing libraries to normalise the Unicode characters U+8194 (EN SPACE), U+8195 (EM SPACE), U+8196 (THREE-PER-EM SPACE), U+8197 (FOUR-PER-EM SPACE), U+8198 (SIX-PER-EM SPACE), U+8199 (FIGURE SPACE), U+8200 (PUNCTUATION SPACE), U+8201 (THIN SPACE), U+8202 (HAIR SPACE), U+8203 (ZERO WIDTH SPACE) and other similar characters (including the HTML entities &amp;lt;code&amp;gt;&amp;amp;amp;ensp;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;amp;emsp;&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;&amp;amp;amp;thinsp;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;&amp;amp;amp;nbsp;&amp;lt;/code&amp;gt;) so that, for the purpose of parsing the microformat they are treated as a standard space (U+0020) or (2) instructing microformat authors to not use any other space character than U+0020 (and to use the [http://www.w3.org/TR/CSS21/text.html#spacing-props CSS &amp;lt;code&amp;gt;word-spacing&amp;lt;/code&amp;gt; property] for manipulating &amp;lt;samp&amp;gt;tel&amp;lt;/samp&amp;gt; properties). Which of these is best? Anyone want to survey the current implementations to see how they currently parse telephone numbers with unexpected characters in them? Part of the problem may be that there doesn't seem to be any clear specification of what a valid telephone number is, so far as I can see—which is just from reading [http://www.ietf.org/rfc/rfc2426.txt RFC 2426] §3.3, which says that it should simply be the telephone format defined in X.500 ([http://www.ietf.org/rfc/rfc1274.txt RFC 1274]), but there is no explicit definition in X.500 except to say it is &amp;quot;telephoneNumberSyntax&amp;quot;, which is defined in [http://www.ietf.org/rfc/rfc1778.txt RFC 1778] §2.16 as simply being a printable string. Perhaps I've gone off down a blind alley! (Do we need a page for character encoding/Unicode issues?)&lt;br /&gt;
** ACCEPTED FAQ, parsing. [[microformats]] depend on the character parsing of the language they are in. In this case, let's for example see what HTML4 and HTML5 say, and advise accordingly in [[hcard-faq]] and [[hcard-parsing]]. [[User:Tantek|Tantek]] 08:56, 9 October 2009 (UTC)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== resolved 2010 ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;hentry&amp;quot;&amp;gt;&lt;br /&gt;
{{ResolvedIssue}} &amp;lt;span class=&amp;quot;entry-summary author vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;published&amp;quot;&amp;gt;2010-02-03&amp;lt;/span&amp;gt; raised by &amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;[http://foolip.org/ Philip Jägenstedt]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;entry-content discussion issues&amp;quot;&amp;gt;&lt;br /&gt;
* &amp;lt;strong class=&amp;quot;entry-title&amp;quot;&amp;gt;Implied &amp;quot;n&amp;quot; Optimization&amp;lt;/strong&amp;gt;. The [[hcard#Implied_.22n.22_Optimization|hCard spec]] and the derived [http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#conversion-to-vcard microdata vCard spec] has some magic intended to derive N from FN when it is not given explicitly, as N is required by the vCard spec. The guessing employed will fail for at least Vietnamese names (e.g. Phương Thanh =&amp;gt; N:Thanh;Phương;;;), Chinese names (e.g. 冯小刚 =&amp;gt; N:;冯小刚;; and Feng Xiaogang =&amp;gt; N:Xiaogang;Feng;;;) and Japanese/Korean names for the same reasons. The problem is both that family-name and given-name are reversed and that Chinese is written without space, so the whole name is interpreted as family name. If the only issue is that N is mandatory, simply outputting N:;;;; seems the safest. Although it's technically possible to add markup to avoid the guessing, that's not going to be an option when microdata/microformats are used in a template and the user isn't asked for both the full name and all of its components. This issue was previously raised on [http://microformats.org/discuss/mail/microformats-discuss/2010-February/013187.html microformats-discuss].&lt;br /&gt;
** RESOLVED PARTIAL DUPLICATE.  This is mostly a duplicate of [[hcard-issues-resolved#fn-opt-i18n|previous issue raised by James Craig 2007-03-28]], however, the additional information is appreciated.  This documentation of the issue contains several points useful to a refined resolution. [[User:Tantek|Tantek]] 00:22, 16 April 2010 (UTC)&lt;br /&gt;
*** MUST NOT apply FN to implied N optimization when lang is Vietnamese (need lang code), Chinese (need lang code(s)), Japanese (&amp;quot;ja&amp;quot;), or Korean (need lang code).&lt;br /&gt;
*** For hCard to vCard converters: If an hCard lacks an 'n' property (either explicit or implied), when producing the equivalent vCard, output an empty N &amp;quot;N:;;;;&amp;quot; property in order to satisfy vCard's requirement that an N property be specified.&lt;br /&gt;
** '''Further information''' Hey Tantek, this assumes that the page has lang declared. That just isn’t common in Japan, and I guess in the other countries mentioned, given the monolingualism. I did some quick research for you, using the first 10 search results for Nakamura (a common Japanese family name) in kanji:&lt;br /&gt;
&lt;br /&gt;
http://search.yahoo.co.jp/search?p=%中村&amp;amp;ei=UTF-8&amp;amp;fr=top_ga1_sa&amp;amp;x=wrt&lt;br /&gt;
303,000,000 results&lt;br /&gt;
http://ja.wikipedia.org/wiki/中村 yes&lt;br /&gt;
http://www.nakamura.ed.jp/ no&lt;br /&gt;
http://shunsuke.com/ yes&lt;br /&gt;
http://ja.wikipedia.org/wiki/中村紀洋 yes&lt;br /&gt;
http://www.mypixel.co.jp/kabuki/nakamura/ no&lt;br /&gt;
http://www.nakamuraya.co.jp/index.html no&lt;br /&gt;
http://www.nakamura-net21.co.jp/ no&lt;br /&gt;
http://www.eriko-nakamura.com/index.html no&lt;br /&gt;
http://ataru-atariya.com/ yes&lt;br /&gt;
http://baseball.yahoo.co.jp/npb/player?id=12101 yes&lt;br /&gt;
5 out of 10&lt;br /&gt;
&lt;br /&gt;
http://www.google.co.jp/search?hl=en&amp;amp;source=hp&amp;amp;q=中村&lt;br /&gt;
28,700,000 results&lt;br /&gt;
http://www.nakamura.ed.jp/ no&lt;br /&gt;
http://ja.wikipedia.org/wiki/中村 yes&lt;br /&gt;
http://ja.wikipedia.org/wiki/中村俊輔 yes&lt;br /&gt;
http://nakamura-japan.net/ no&lt;br /&gt;
http://shunsuke.com/ yes&lt;br /&gt;
http://www.nakamura-udon.jp/ no (not even encoding!)&lt;br /&gt;
http://www.city.nakamura.kochi.jp/topj.html yes&lt;br /&gt;
http://www.nakamura-u.ac.jp/ yes&lt;br /&gt;
http://dailynews.yahoo.co.jp/fc/sports/shunsuke/ no (!)&lt;br /&gt;
http://nakamurajapan.blog17.fc2.com/ yes&lt;br /&gt;
6 out of 10&lt;br /&gt;
&lt;br /&gt;
I’d like to note these are the highest ranked pages for a very popular search term, and include universities, schools and soccer star (well in Japan ;-) Shunsuke Nakamura’s homepage. There’s even a yahoo.co.jp site without lang=&amp;quot;ja&amp;quot;. I guess you can imagine the long tail :/&lt;br /&gt;
&lt;br /&gt;
If you need Japanese examples or further info, please let me know.&lt;br /&gt;
&lt;br /&gt;
Also, check the hCards for http://twitter.com/boblet/following for examples of Philip’s comment about template/social media sites. Ignoring the current invalid stuff, you can see my friend Channy’s vcard is wrong.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[hcard-issues]]&lt;br /&gt;
* &amp;lt;span id=&amp;quot;Closed_Issues&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;closed_issues&amp;quot;&amp;gt;[[hcard-issues-closed]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hcard-issues-closed&amp;diff=42874</id>
		<title>hcard-issues-closed</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hcard-issues-closed&amp;diff=42874"/>
		<updated>2010-07-20T02:50:03Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* closed 2008 */ adding link to #fn-opt-i18n&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;hCard closed issues&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== closed issues ==&lt;br /&gt;
[[hCard]] &amp;lt;span id=&amp;quot;Closed_Issues&amp;quot;&amp;gt;closed issues that have no further actions to take.&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== closed 2005 ===&lt;br /&gt;
Closed issues that were raised in 2005.&lt;br /&gt;
&lt;br /&gt;
* 2005-06-30 raised by Jack L. Wolfgang II. Please feel free to move these to the FAQs if they are better suited there.&lt;br /&gt;
*# ''Handling middle names and suffixes: How does one handle middle initials/names in the hCard format and suffixes that are not honorific suffixes (e.g. Jr., Sr., II, III, etc. as opposed to Ph.D., Esq., M.D., etc.)?''&lt;br /&gt;
*#*A: ACCEPTED FAQ. hCard is based of the RFC2426 spec. I you want to use a middle initial it can be expanded using the abbr element. &amp;lt;code&amp;gt;&amp;amp;lt;abbr title=&amp;quot;[MiddleName]&amp;quot; class=&amp;quot;additional-name&amp;quot;&amp;amp;gt;M&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/code&amp;gt;. Honorific Suffixes in the RFC include Jr., Esq. and other inherited suffixes, so I would just use &amp;lt;code&amp;gt;&amp;amp;lt;abbr class=&amp;quot;honorific-suffix&amp;quot; title=&amp;quot;Junior&amp;quot;&amp;amp;gt;Jr.&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/code&amp;gt; etc.  See [[hcard-faq#How_do_you_mark_up_suffixes|hCard FAQ: marking up suffixes]] for more details.&lt;br /&gt;
*# ''Handling different types of addresses:  How does one handle the TYPE (e.g. postal, work, etc.) specification for addresses as specified in RFC 2426 Section 3.2.1?''&lt;br /&gt;
*#*A: ACCEPTED FAQ. If you want to add a type to certain elements, including address and telephone it may be done in the following manner:&lt;br /&gt;
&amp;lt;source lang=html4strict&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;type&amp;quot;&amp;gt;work&amp;lt;/span&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
See [[hcard-faq#How_do_I_markup_multiple_addresses|hCard FAQ: multiple addresses]] for detailed examples.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=html4strict&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;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;123.555.1212&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
See [[hcard-authoring#Phone_Numbers|hCard authoring: phone numbers]] for more detailed examples.&lt;br /&gt;
&lt;br /&gt;
Note: the TYPE needs to be a sub-element of the property (adr, tel, etc) NOTE: EMAIL does NOT have many TYPE attributes, only INTERNET and X400&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2005-07-22 raised by DanConnolly&lt;br /&gt;
*# ''...in my cellphone/sidekick address book, I have a number of entries for companies. I wrote [http://dev.w3.org/cvsweb/2001/palmagent/asHCard.xsl asHCard.xsl] to convert the data from RDF to hCard, but I don't know what to do with entries for companies, since FN is mandatory in hCard.''&lt;br /&gt;
*#*A: ACCEPTED. This should at least be an FAQ.  &amp;quot;How do I write an hCard for a company?&amp;quot;  The vCard specification is silent on this point (entries for companies).  Thus there are two options as far as the hCard standard is concerned:&lt;br /&gt;
*#*# Set &amp;quot;fn&amp;quot; and &amp;quot;org&amp;quot; to the same value.  E.g. &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;amp;gt;W3C&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt; (recommended)&lt;br /&gt;
*#*# Set &amp;quot;org&amp;quot; as usual, and set &amp;quot;fn&amp;quot; explicitly to empty. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;fn&amp;quot;&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;span class=&amp;quot;org&amp;quot;&amp;amp;gt;W3C&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt; or&lt;br /&gt;
*#*#* Simply have no &amp;quot;fn&amp;quot;, and on the parsing side, if there is no &amp;quot;fn&amp;quot; present, but there is an &amp;quot;org&amp;quot; property, then duplicate the &amp;quot;org&amp;quot; value as &amp;quot;fn&amp;quot;&lt;br /&gt;
*#*The last two options are effectively the same and are both not explicit and easily confusable with a &amp;quot;missing data&amp;quot; condition.  Thus option 1 is preferred.  For converting applications (hCard to vCard), they ''may'' consider using proprietary extensions to make the distinction explicit in generated vCards, based on either case 1 or 2 above.  E.g. Apple's Address Book application supports the property: &amp;lt;code&amp;gt;X-ABShowAs:COMPANY&amp;lt;/code&amp;gt;&lt;br /&gt;
*#*We are looking for descriptions of how other vCard supporting applications treat &amp;quot;company&amp;quot; vCards differently from &amp;quot;person&amp;quot; vCards.  Please provide descriptions here:&lt;br /&gt;
*#** Address Book / MacOSX.3:&lt;br /&gt;
*#*** Export (e.g. drag &amp;amp; drop to desktop, view in text editor)&lt;br /&gt;
*#**** Sets &amp;quot;FN&amp;quot; and &amp;quot;ORG&amp;quot; to the name of the company&lt;br /&gt;
*#**** Sets proprietary &amp;lt;code&amp;gt;X-ABShowAs:COMPANY&amp;lt;/code&amp;gt;&lt;br /&gt;
*#*** Import (e.g. edit in text editor, drag &amp;amp; drop from desktop)&lt;br /&gt;
*#**** By setting &amp;quot;FN&amp;quot; and &amp;quot;ORG' to the same name (e.g. Banana Computers Inc.)&lt;br /&gt;
*#**** And removing any proprietary properties (e.g. X-ABShowAs)&lt;br /&gt;
*#**** Address Book user interface showed new vCard as a &amp;quot;company&amp;quot; contact rather an a person&lt;br /&gt;
*#** Address Book MacOSX.4:&lt;br /&gt;
*#*** same results as above -RyanKing&lt;br /&gt;
*#** The Danger Hiptop (aka T-Mobile Sidekick) address book:&lt;br /&gt;
*#*** Export (e.g. [http://lists.w3.org/Archives/Public/www-archive/2005Sep/0007.html email to a mailing list])&lt;br /&gt;
*#**** Sets &amp;quot;FN&amp;quot; to the empty string and puts the company name in &amp;quot;ORG&amp;quot;.&lt;br /&gt;
*#*** Import - could not find a way to import a .vcf, by email, IM, or other means into the Sidekick.&lt;br /&gt;
*#** Contacts / Outlook 2003 Windows&lt;br /&gt;
*#*** Export (e.g. Highlight contact, File, Save As, vcard)&lt;br /&gt;
*#**** Sets &amp;quot;N&amp;quot; and &amp;quot;ORG to the name of the company&lt;br /&gt;
*#**** Sets &amp;quot;FN&amp;quot; to value in &amp;quot;File as:&amp;quot;&lt;br /&gt;
*#** Add another vCard app here.&lt;br /&gt;
*#* RESOLVED. hCard now specifically describes [[hcard#Organization_Contact_Info|organization contact info]], and there is also now an FAQ regarding this: [[hcard-faq#How_do_you_mark_up_an_organization|hCard FAQ: How do you mark up an organization]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2005-07-23 raised by DanConnolly&lt;br /&gt;
*# ''Are class names case sensitive or not? [[hcard]] says &amp;quot;If names in the source schema are case-insensitive, then use an all lowercase equivalent.&amp;quot;''&lt;br /&gt;
*#* A: ACCEPTED FAQ. Class names are case sensitive per the HTML4 specification. Hence hCard explicitly specifies the case of class name to use for source schema names that are case-insensitive.  FAQ added: [[faq#Q._Are_class_names_case_sensitive.3F|FAQ: Are class names case sensitive]].&lt;br /&gt;
*# ''...but I find example data with class=&amp;quot;Given-Name&amp;quot;''&lt;br /&gt;
*#* A: ACCEPTED RESOLVED. That is from an older preliminary version of the hCard spec which used mixed case class names.  Such class names are no longer valid hCard. Please note which examples (URLs) are using the older class names and hopefully we can get them fixed. FAQ also added: [[hcard-faq#Can_hCards_use_variants_of_properties_like_Given-Name_or_country|hCard FAQ: Can hCards use variants of properties like Given Name]]&lt;br /&gt;
*#** A: By [http://suda.co.uk Brian Suda] I have fixed all the references in the [[hcard-brainstorming]] page to reflect the lower-case style, this is a hold-over from the original design, X2V has been updated.&lt;br /&gt;
*# ''..and code that supports it [data with class=&amp;quot;Given-Name&amp;quot;].''&lt;br /&gt;
*#* A: ACCEPTED RESOLVED. Any code supporting the older class name(s) is for backward compatibility only, and should be phased out. Any new hCard code SHOULD NOT support such mixed case class names.&lt;br /&gt;
*#** [http://greenbytes.de/tech/webdav/rfc2629xslt/rfc2629xslt.html rfc2629xslt.html] uses Street-Address, Family-Name, etc.&lt;br /&gt;
*#*** A: By [http://greenbytes.de/tech/webdav/ Julian Reschke] Fixed rfc2629.xslt (2005-10-29)&lt;br /&gt;
*#** [http://suda.co.uk/projects/X2V/ X2V] Version 0.5.1 2005-07-08 supports Family-Name etc.&lt;br /&gt;
*#*** A: By [http://suda.co.uk Brian Suda] I agree that the upper-case class names can be removed from the code, this was a hold-over and will be trimmed.&lt;br /&gt;
*# ''The ul/ol stuff for multiple values of a property seems to be in the X2V code and in [[hcard-brainstorming]] but not in the [[hcard]] spec.''&lt;br /&gt;
*#* A. ACCEPTED RESOLVED. This needs to be added to the spec. 2005-11-08 Update: the way multiple values has been updated to work much better and not require ul/ol.&lt;br /&gt;
*# ''the [[hcard-profile]] says country-name but X2V and lots of the data I've seen says country''&lt;br /&gt;
*#* A. ACCEPTED RESOLVED. RFC 2426 clearly says &amp;quot;country name&amp;quot; in both the prose and the grammar, thus &amp;quot;country-name&amp;quot; is the correct class name to use. If X2V uses just &amp;quot;country&amp;quot;, it needs to be fixed to use &amp;quot;country-name&amp;quot;, and any such examples as well. Please note which examples (URLs) are using the class name &amp;quot;country&amp;quot; and hopefully we can get them fixed. FAQ also added: [[hcard-faq#Can_hCards_use_variants_of_properties_like_Given-Name_or_country|hCard FAQ: Can hCards use variants of properties like Given Name]]&lt;br /&gt;
*#** A: By [http://suda.co.uk Brian Suda] I have fixed all the references in the [[hcard-brainstorming]] page to reflect the proper country-name, X2V will support this in the next iteration when i fix several bugs at once.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2005-08-12 raised by [http://home.alltel.net/jackwolfgang/contact/ Jack L. Wolfgang II]. Use of mailto transport functionality for the E-Mail address field.&lt;br /&gt;
*# ''As stated in the [[hcard-brainstorming]] document, mailto is abused by spammers. As a result, many organizations have moved to form-based contacts as opposed to mailtos. According to [http://www.ietf.org/rfc/rfc2426.txt RFC 2426], Section 3.3.2, &amp;quot;A non-standard value can also be specified.&amp;quot; Does this refer to a non-standard e-mail address value or type value?''&lt;br /&gt;
*#* A: ACCEPTED FAQ. Type value.  Note that non-standard property values and properties are allowed in vCard, but that mechanism is not adopted by hCard. See [[hcard-faq#What_types_of_email_can_you_specify|hCard FAQ: what types of email can you specify]].&lt;br /&gt;
&lt;br /&gt;
* 2005-10-30 raised by [http://greenbytes.de/tech/webdav/ Julian Reschke].&lt;br /&gt;
*# ''Several implementations'' '''(Which ones? Please provide links.)''' ''seem to assume that any class attribute that contains the substring &amp;quot;vcard&amp;quot; indeed signals the presence of vcard information. Not so: there are examples'' '''(What examples? Please provide links.)''' ''of where a token in the class attribute indeed only ''starts with'' &amp;quot;vcard&amp;quot;, in which it should be ignored.  Implementations using XPath (such as XSLT or Greasemonkey scripts) should be advised to do a &amp;lt;code&amp;gt;contains(concat(@class,' '),'vcard ')&amp;lt;/code&amp;gt;.&lt;br /&gt;
*#* REJECTED VAGUE. Which implementations?  And which examples?&lt;br /&gt;
*#*''(Note: the code &amp;lt;code&amp;gt;contains(concat(@class,' '),'vcard ')&amp;lt;/code&amp;gt; above is broken see [[parsing-microformats#Parsing_class_values]] for a correct example --[[User:RobertBachmann|Robert Bachmann]])''&lt;br /&gt;
*#* CLOSING DUE TO INSUFFICIENT INFORMATION. No specific implementation examples have been provided that show any problems with substring matches of &amp;quot;vcard&amp;quot;. [[User:Tantek|Tantek]] 07:00, 16 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2005-12-08 raised by [http://www.heatonarts.com Kenny Heaton].&lt;br /&gt;
*# ''The specification gives no way to to declare a telephone extension, as in (800) 234-5678 ext. 101''&lt;br /&gt;
*#* ACCEPTED FAQ. What is the best way to declare a telephone extension in a &amp;quot;tel&amp;quot; property?  (also seems like it would be a vCard FAQ). See [[hcard-faq#How_do_you_mark_up_a_phone_extension|hCard FAQ: How do you mark up a phone extension]].&lt;br /&gt;
&lt;br /&gt;
=== closed 2006 ===&lt;br /&gt;
Closed issues that were raised in 2006.&lt;br /&gt;
&lt;br /&gt;
* 2006-01-21 raised by [http://inspire.server101.com/ben/resume/ Ben Boyle].&lt;br /&gt;
*# ''Have run into issues trying to use definition lists with hCard, specifically around nesting requirements for tel where the DT element takes a class &amp;quot;type&amp;quot; (e.g. Telephone, Facsimile) and the DD element marks the value. It is invalid to place any other elements within a DL that wrap around the DT/DD pairs so there is no available element to assign the class &amp;quot;tel&amp;quot; to. XHTML2 proposes a DI element that will resolve this issue. I am hoping for an interim solution for those that wish to use definition lists, perhaps that &amp;quot;any class that would be placed on the DI parent (in XHTML2) must instead be placed on the first DT element&amp;quot;. I realise this will cause headaches for those implementing hCard parsers. I'd also like to note this may affect other (current or future) microformats and relates to the general hassle of definition lists in current (X)HTML recommendations. For your consideration - thanks!''&lt;br /&gt;
*#* ACCEPTED PARTIAL FAQ. An example has been added for how to use a semantic DL to markup a microformat such as hCard to the [[faq#Q._Why_do_the_examples_on_the_wiki_use_.3Cspan.3E_and_.3Cdiv.3E_for_nearly_everything.3F|faq:Why do the examples use span and div]].&lt;br /&gt;
*#* REJECTED LACK OF REAL WORLD EXAMPLES. No URLs have been provided that publish the specific &amp;quot;Telephone&amp;quot;/&amp;quot;Facsimile&amp;quot; in DT mark up pattern mentioned in the issue.&lt;br /&gt;
*#* REJECTED WORKAROUND AVAILABLE. &lt;br /&gt;
*#*# Consider using the [[value-class-pattern]] inside the &amp;lt;code&amp;gt;&amp;amp;lt;dd class=&amp;quot;tel&amp;quot;&amp;amp;gt;&amp;lt;/code&amp;gt;, e.g. &amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;type&amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;quot;value-title&amp;quot; title=&amp;quot;fax&amp;quot;&amp;amp;gt; &amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*#*# Don't use definition lists in this manner. The description of a definition should go completely in the DD element, and thus you should be able to put the class on that.  &lt;br /&gt;
*#*# Use separate DLs in the cases where you would otherwise have needed a DI element.&lt;br /&gt;
*#* REJECTED XHTML2 ABANDONED. The W3C is abandoning XHTML2 as of 2009-12, thus there is no need to plan for a DI element.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-01-23 raised by David Janes (?).&lt;br /&gt;
*# ''Issue 1: Specifying Authoritative or Canonical or Official hCard''&lt;br /&gt;
*#* Use of rel=&amp;quot;me&amp;quot;?&lt;br /&gt;
*#** Only specifies an alternate version, not necessarily the canonical version&lt;br /&gt;
*#** rel=&amp;quot;me&amp;quot; must be symmetrical, per the XFN spec. What exactly does this mean for this use?&lt;br /&gt;
*#** &amp;quot;me&amp;quot; (and, depending on usage, &amp;quot;self&amp;quot;) are not appropriate for content referring to third- parties. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*#** +1 REJECTED bad overloading of [[rel-me]] to attempt to make it explicity imply some logic for authoritative/canonical/official. [[User:Tantek|Tantek]] 00:28, 30 October 2009 (UTC)&lt;br /&gt;
*#* Suggestion: use rel=&amp;quot;me self&amp;quot;.  Adopt &amp;quot;self&amp;quot; semantics from Atom which means &amp;quot;the&amp;quot;, or controversially &amp;quot;alternate, equivalent&amp;quot; version&lt;br /&gt;
*#** The combined use of rel=&amp;quot;me&amp;quot; and rel=&amp;quot;self&amp;quot; may conflict with their definitions in the [http://www.gmpg.org/xfn/11#me XFN Profile] and RFC 4287 respectively. See [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008443.html the mailing list discussion on rel=&amp;quot;me self&amp;quot;] for more information. From [[User:RCanine|Ryan Cannon]].&lt;br /&gt;
*#** +1 REJECTED rel=&amp;quot;me self&amp;quot; per conflict pointed out by Ryan Cannon. [[User:Tantek|Tantek]] 00:28, 30 October 2009 (UTC)&lt;br /&gt;
*#* Suggestion: use rel=&amp;quot;via&amp;quot;. Per RFC 4287, via &amp;quot;signifies that the IRI in the value of the href attribute identifies a resource that is the source of the information provided in the containing element.&amp;quot; from [[User:RCanine|Ryan Cannon]].&lt;br /&gt;
*#** REJECTED different problem. The notion of where the data came from (i.e. &amp;quot;via&amp;quot;) is different from content asserting that it is authoritative/canonical/official. [[User:Tantek|Tantek]] 00:28, 30 October 2009 (UTC)&lt;br /&gt;
*#* Other suggestions?  &amp;quot;authoritative&amp;quot;, &amp;quot;canonical&amp;quot;?&lt;br /&gt;
*#** REJECTED inadequate description of what those terms would mean (thus they would inevitably be incompatibly used). [[User:Tantek|Tantek]] 00:28, 30 October 2009 (UTC)&lt;br /&gt;
*#* How does this relate to authentication/trust issues? Is this a different problem with a different scope?&lt;br /&gt;
*#** (microformats-discuss list) Joe Andrieu: The concept behind an &amp;quot;authoritative&amp;quot; hCard rather than &amp;quot;definitive&amp;quot; or &amp;quot;canonical&amp;quot; one was that &amp;quot;authoritative&amp;quot; would explicitly be a ''claim'' by the author of the hCard regarding its authority in describing the subject of the hCard, i.e., use ''this'' hCard as the one true source of this individual's contact information.&lt;br /&gt;
*#** REJECTED different problem. To summarize: authentication/trust is a separate topic. See [[OAuth]] for starters. [[User:Tantek|Tantek]] 00:28, 30 October 2009 (UTC)&lt;br /&gt;
*#* What exactly is the scope of the problem to solve here?&lt;br /&gt;
*#** (IRC) (10:47:44) sreynen: for example, all of the examples I've seen involve a single person publishing multiple hCards of himself&lt;br /&gt;
*#** (IRC) (10:48:13) sreynen: yet many people are talking about 3rd parties publishing hCards and pointing back to the subject's own hCard&lt;br /&gt;
*#** +1 REJECTED insufficient (as in, none provided) real world examples of the issue. [[User:Tantek|Tantek]] 00:28, 30 October 2009 (UTC)&lt;br /&gt;
*#* ACCEPTED PARTIAL. MULTIPLE ISSUES AND BRAINSTORMING. The questions of authoritative, and canonical, and representative are likely different questions and must be deconstructed into separate issues. - [[User:Tantek|Tantek]] 00:28, 30 October 2009 (UTC)&lt;br /&gt;
*#** See [[representative-hcard]] for the resolution of the the representative hCard question.&lt;br /&gt;
*#** &amp;quot;authoritative&amp;quot; hCard needs a better definition of the specific question, and documented real world examples where it would be useful. Closing due to lack of provided real world examples.&lt;br /&gt;
*#** &amp;quot;canonical&amp;quot; hCard needs a better definition of the specific question, and documented real world examples where it would be useful. Closing due to lack of provided real world examples.&lt;br /&gt;
*#** Use &amp;quot;url uid&amp;quot; when linking to a canonical version of the hCard for a specific site - as now documented in [[hcard-authoring#Canonical_hCard_within_a_site|hCard Authoring: canonical hCard within a site]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-01-28 raised by [http://rbach.priv.at/Microformats-IRC/2006-01-28#T075222 Tantek on #microformats]&lt;br /&gt;
*# ''Is hCard is really appropriate for a named phone bridge, or do we need something else for a named phone numbers that are neither people nor organizations. For example see the &amp;quot;Zakim&amp;quot; hCard on http://www.w3.org/2005/12/allgroupoverview.html''&lt;br /&gt;
*#* ACCEPTED BRAINSTORMING. Though hCard has been expanded to allow named locations, those are *physical* locations, and hCard is not really appropriate for named virtual locations (aka virtual addresses) such as a phone number or URL.  However, given the use case of having a contact in one's address book for &amp;quot;Zakim&amp;quot; in order to &amp;quot;dial Zakim&amp;quot; as may be recommended in a working group IRC discussion, perhaps Zakim is a virtual entity like an organization. Update (2009-312): I've captured this scenario in [[hcard-brainstorming#named_phone_numbers|hCard brainstorming: named phone numbers]]. The 2005 W3C All Group overview no longer mentions Zakim so this is a past or theoretical example at this point. In addition this question has not come up again, and thus the resolution has been changed from FAQ to BRAINSTORMING, and as captured as such, this issue is closed. [[User:Tantek|Tantek]] 05:05, 9 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*2006-02-03 raised by Brian&lt;br /&gt;
*# We can use the [[geo]] microformat in [[hatom]] to represent GeoRSS element&lt;br /&gt;
*#* ACCEPTED DOCUMENTATION.  Yes, this should be documented in [[hatom-examples]], and has been moved to [[hatom-brainstorming]] as a suggestion to be explored and written up there accordingly. -Tantek&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-02-13 raised by [http://microformats.org/wiki/User:Eron_Wright Eron Wright]&lt;br /&gt;
*# ''Few systems contemplate the altitude component of a coordinate, yet it exists.  Altitude becomes important when working with 3D mapping software such as Google Earth. Indeed, the geocoding service that Google Earth uses returns a three-dimensional coordinate.  I suggest that hCard provide explicit support for altitude.''&lt;br /&gt;
*#* REJECTED POSTPONED. Not in vCard. There is no &amp;quot;altitude&amp;quot; component in vCard (RFC 2426), and thus (certainly for now) there won't be any in hCard. If a new version of vCard were to come out with altitude, then we would add it to hCard.  At some point we may also consider adding explicit extensions beyond vCard, but if we were to do so, we would capture them first on the [[hcard-brainstorming]] page. See [[vcard-suggestions#Elevation|vCard suggestions: elevation]], and [[geo-extension-elevation]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-02-19 raised by Miika Mäkinen.&lt;br /&gt;
*# ''Couldn't the types for tel numbers be specified in a class? Now, for a phone number one needs to add the type as &amp;quot;visible&amp;quot; text, which is not always preferred. For example, type &amp;quot;Work&amp;quot;, many times more suitable label could be &amp;quot;Office&amp;quot; or similar and sometimes you might not want to display any type information at all.''&lt;br /&gt;
*#* REJECTED TRIED ALREADY. Using class names for the &amp;quot;type&amp;quot; of a tel or adr [http://microformats.org/wiki/hcard-parsing#ISSUE_2 was attempted], and failed in many situations. In addition, the &amp;quot;type&amp;quot; information is actual data, not just a property name, and thus deserves to be in the ''visible'' markup. Note that you can use abbreviations, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr class=&amp;quot;type&amp;quot; title=&amp;quot;work&amp;quot;&amp;gt;W:&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; in order to present the type in a way that may better fit in with the rest of your presentation. Update (2009-312) see also the [[value-class-pattern]] for how to provide tel 'type' information with other labels. - [[User:Tantek|Tantek]] 05:11, 9 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-02-23 raised by [http://www.thefutureoftheweb.com/ Jesse Skinner] and [http://www.thefutureoftheweb.com/blog/2006/1/hcard#comment1 Ben Buchanan].&lt;br /&gt;
*# ''Are multiple URLs allowed? The [http://microformats.org/wiki/hcard#Property_List Property List] suggests not, whereas email and tel have multiple type/value pairs. However, the [http://microformats.org/wiki/hcard-parsing#finding_hCard_properties parsing page] suggests multiple URLs are OK. Either way, it seems clear that a type cannot be associated with a URL. So how exactly does hCard deal with multiple URLs?''&lt;br /&gt;
*#* RESOLVED FAQ: Multiple URLs are allowed. Some consuming agents (Apple's AddressBook.app among them) don't have an interface for producing multiple URLs, but they are still valid in vCard and therefore hCard. --[[User:RyanKing|RyanKing]] 17:58, 12 Jun 2006 (PDT)&lt;br /&gt;
*#* FAQ documented: [[hcard-faq#Can_an_hCard_have_multiple_URLs|hCard FAQ: can an hCard have multiple URLs]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-03-07 raised by [http://tantek.com Tantek].&lt;br /&gt;
*# ''Issue 1: In 99% of the cases I am finding the need to explicitly do &amp;quot;n&amp;quot; markup, the person has a three word fn which is in the form &amp;quot;given-name additional-name(or initial) family-name&amp;quot;. Should we make three word fn's into another shorthand notation to make this easier for authors?''&lt;br /&gt;
*#* REJECTED.  I have seen sufficient additional cases in systems that have full names but not structured names that have multi-word family names that I think such an algorithm may cause minor data corruption where part of a family-name is interpreted as an additional-name. -Tantek. Update (2009-312). keywords: n shorthand, three word fn shorthand. some examples:&lt;br /&gt;
*#** [http://www.vanderwal.net/ Thomas Vander Wal]&lt;br /&gt;
*#** [http://hajollyha.net/ Amy van der Hiel]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-04-06 raised by [[User:Evan|Evan]].&lt;br /&gt;
*# ''What is the relationship between the CATEGORY property and [[rel-tag]]? Can you add a tag to an hCard? How can you add a tag to a particular hcard on a page without tagging the other cards on a page?''&lt;br /&gt;
*#* ACCEPTED. Categories can optionally be represented as tags. The classname 'category' should always be used, but rel=&amp;quot;tag&amp;quot; can  optionally be used (in addition to the category classname). In the case that a rel-tag tag is used, the tag (as defined by [[rel-tag]]) is used for the category. Examples: (1) &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;food&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and (2) &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;category&amp;quot; rel=&amp;quot;tag&amp;quot; href=&amp;quot;http://example.com/food&amp;quot;&amp;gt;Food!&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. --[[User:RyanKing|RyanKing]] 15:16, 13 Jun 2006 (PDT)&lt;br /&gt;
*#* FAQ: [[hcard-faq#How_are_category_and_rel-tag_related|hCard FAQ: How are category and rel-tag related]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-04-10 raised by [[User:ScottReynen|Scott Reynen]].&lt;br /&gt;
*# ''When someone looks at the [[hcard|hCard]] pages, one sees no collection of real-world publishing of contact data nor discussion of the properties implied by such examples, I think it's far too easy to infer that microformats come from other formats more than actual behavior. There's nothing on the [[process]] nor the hCard pages explaining this discrepancy. I would argue that there should be an explanation, probably in both places.''&lt;br /&gt;
*#* ACCEPTED. Agreed.  Part of this is now documented in [[hcard-design-methodology]], but to do: document additional specifics in the [[process]] and [[process-faq]] accordingly. - Tantek. 2009-313 Update by [[User:Tantek|Tantek]] 03:21, 10 November 2009 (UTC) - wrote up additional specifics in:&lt;br /&gt;
*#** [[process#Document_Current_Behavior|process: Document Current Behavior]]&lt;br /&gt;
*#** [[process-faq#Where_are_the_real-world_publishing_examples_and_analysis_of_properties_implied_in_hCard_and_hCalendar|process FAQ: on hCard on hCalendar]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* 2006-10-21 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# ''There should be some way to say that the URL of an hCard or hCalendar event is the URL of the page itself, without having to include a redundant, and accessibility-damaging link to that page, on the page itself.''&lt;br /&gt;
*#* Quite often I see &amp;quot;a&amp;quot; webpage accessible with several different URLs. Typically 1 URL is the &amp;quot;preferred&amp;quot; URL, expected to have a long lifetime. Sometimes other URLs are &amp;quot;convenience&amp;quot; URLs that may have been linked to in the past, but are expected to go away soon, which resolve to the same file (the &amp;quot;latest version&amp;quot;). Then there are &amp;quot;archive&amp;quot; URLs that show an exact copy of that webpage as it appeared some time in the past. I think we want to always use the &amp;quot;preferred&amp;quot; URL, no matter which of those URLs we happen to stumble upon first -- so the URL is not actually redundant. (How exactly is it &amp;quot;accessibility-damaging&amp;quot; for a page to link to itself? Could you explain or add a link to an explanation?) --[[User:DavidCary|DavidCary]] 17:44, 5 Apr 2007 (PDT)&lt;br /&gt;
*#**&amp;quot;''How exactly is it &amp;quot;accessibility-damaging&amp;quot; for a page to link to itself?''&amp;quot; - Novice user clicks on link; nothing (it appears) happens. Repeat ad infinitum, until user leaves site to do something else. [[User:AndyMabbett|Andy Mabbett]] 02:43, 6 Apr 2007 (PDT)&lt;br /&gt;
*#*** That scenario demonstrates more of a ''usability'' issue than an ''accessibility'' issue. Also, given that numerous (nearly all?) social network sites (e.g. sites with [[hcard-supporting-user-profiles]]) provide profile pages that link to themselves, this issue (and the above hypothesized user behavior) may be a theoretical misconception, and require data/studies to back it up, since modern accepted practice contradicts this hypothetical issue as currently described.&lt;br /&gt;
*#*A: REJECTED THEORETICAL AND MISCONCEPTION.  As noted, given that numerous (nearly all?) social network sites (e.g. sites with [[hcard-supporting-user-profiles]]) provide profile pages that link to themselves, the ''usability'' aspect of this issue may be a theoretical misconception, and require data/studies to back it up and thus for now is rejected. As far as any ''accessibility'' issue - if this were truly an accessibility issue, then accessibility tools such as screen readers would unlink/delink or otherwise not make clickable any links from a page to itself, thus solving any such supposed problem at the tool level.  If accessibility tools are NOT doing so, that is, leaving pages links to themselves active, then they have likely decided that such links are not an accessibility problem.&lt;br /&gt;
*#* A: 2009-313 UPDATE: ACCEPT AUTHORING GUIDELINE. There are three cases to this issue which would help as an [[hcard-authoring]] example to illustrate this issue and provide authoring guidance. Described below, and now added to [[hcard-authoring#URL_of_an_hCard_being_the_page_itself|hCard authoring: URL of an hCard being the page itself]]. Obviously similar techniques can be used for events, reviews etc.&lt;br /&gt;
*#** First, as stated above, numerous social network sites' profile pages link to themselves, usually on thumbnail icons, for whatever design reasons they have - whether or not this behavior is (un)desirable is irrelevant to the practicality of marking them up - if a site chooses to do so, it can markup such links with class=&amp;quot;url&amp;quot; or perhaps class=&amp;quot;url uid&amp;quot;.&lt;br /&gt;
*#** Second, as of 2009 many (most?) profile pages have some form of live or updating content, and thus it makes functional sense to include a link to the page itself labeled something like &amp;quot;reload&amp;quot; or &amp;quot;refresh&amp;quot;. When the user clicks the link, it's not that &amp;quot;nothing happens&amp;quot; as claimed above, but rather, the user is shown new content. If the site provides updates dynamically (e.g. via XHR), then when doing so they can also use javascript+CSS that hides any such manual reload/refresh link.&lt;br /&gt;
*#** Third, for profile pages which neither link to themselves as part of their design, nor have any live/updating content, the author can include an empty hyperlink with an empty href attribute (which is resolved as a relative URL to the page itself) to provide an invisible hyperlink to the page itself which is thus both not typically clickable (since it takes up no space), nor has any content which could be erroneously read by a screen reader. E.g. &amp;lt;code&amp;gt;&amp;amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;&amp;quot;&amp;amp;gt;&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/code&amp;gt;. This authoring suggestion is probably good enough to handle this third, now perhaps rarest case, though it would be useful to to have some test cases that can be run in various browsers / assistive technologies to see what they do. Another (lengthier) suggestion would be to use [[value-class-pattern]] value-title technique, e.g.: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;amp;lt;span class=&amp;quot;url&amp;quot;&amp;amp;gt;&amp;amp;lt;span class=&amp;quot;value-title&amp;quot; title=&amp;quot;http://example.com/user/john&amp;quot;&amp;amp;gt; &amp;amp;lt;/span&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
* 2006-11-16 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# ''The &amp;quot;type&amp;quot; for &amp;quot;tel&amp;quot; lacks a &amp;quot;textphone&amp;quot; option (for the devices used by, e.g., people who are deaf or have speech difficulties. Example: [http://www.birmingham.gov.uk/contact Birmingham City Council (303 1119)].''&lt;br /&gt;
*#*A: REJECTED. This is a vCard issue, as the &amp;quot;type&amp;quot; taxonomy for &amp;quot;tel&amp;quot; is determined by vCard. We are not presently extending hCard beyond the properties and values in vCard.&lt;br /&gt;
*#** ''I'm not clear how you can &amp;quot;reject&amp;quot; a provably factual statement. What's the process of suggesting an update to vCard? [[User:AndyMabbett|Andy Mabbett]]''&lt;br /&gt;
*#***A: ACCEPTED PARTIAL RESOLVED. Unfortunately it is not clear what the process is for updating vCard. However, we can at least capture suggestions for improvement to vCard from this community which may be helpful once the process for updating vCard is understood. I've created [[vcard-suggestions]] for this purpose and added this suggestion. - Tantek  &lt;br /&gt;
*#**** The vCard spec is updated by RFC, for example [http://www.rfc-editor.org/rfc/rfc4770.txt RFC 4770]. [[User:AndyMabbett|Andy Mabbett]] 06:22, 12 Jan 2007 (PST)&lt;br /&gt;
*#***** A: COLLECTED AND CLOSED. The suggestion has been documented in [[vcard-suggestions]] and it's now up to vCard 4 to see it is adopted or not.  If it is, then hCard 1.1 can consider adding it.&lt;br /&gt;
&lt;br /&gt;
* 2006-12-15 raised by [[User:WizardIsHungry|WizardIsHungry]]&lt;br /&gt;
*# ''[Moved from a user talk page] Hey, why is hiding semi-useful information using CSS bad? The Geo and Address stuff wouldn't be enough to contact me, but I would like there so bookmarklets, crawlers, greasemonkey etc can manipulate it. Is there a policy on using CSS hiding of fields? Thanks :)''&lt;br /&gt;
*#* I guess we can't rely that anything that consumes hCards is normalizing it to a particular format instead of just taking all the xml inside the hcard classed block and sticking it somewhere. If it does just store it as a string, then generating html from it will yield the same hidden fields. Perhaps hiding fields by applying a stylesheet to the relevant hcard styles is ok, but not hiding them using in-line CSS styling. Feedback? --[[User:WizardIsHungry|Jon Williams]] 10:28, 22 Dec 2006 (PST)&lt;br /&gt;
*#* Furthermore, [[hcard-example1-steps]] shows using inline CSS to hide fields. What gives? I still think this is an open issue; particularly the distinction between external stylesheet hiding and inline rules though. --[[User:WizardIsHungry|Jon Williams]] 13:33, 5 Jan 2007 (PST)&lt;br /&gt;
*#* Should this be on [[microformats-issues]]? --[[User:WizardIsHungry|Jon Williams]] 13:37, 5 Jan 2007 (PST)&lt;br /&gt;
*#** REJECTED. The example you cite is the first of several steps, which refine and improve the first step's suboptimal hCard, not intended as examples for publication.&lt;br /&gt;
*#*** The question is: ''why is this considered suboptimal if it is ok to hide the entire card?'''&lt;br /&gt;
*#**** REJECTED. It is not OK to hide the entire card.&lt;br /&gt;
*#***** Here are a number of examples of hiding the entire card, taken from [[hcard-examples-in-wild]]: [http://www.meryl.net/] [http://www.fberriman.com/] [http://www.fberriman.com/] [http://www.last.fm/user/Crok/?scrobbling=t1]  -- Could someone link to where this was discussed and decided in the past, as it seems like this is being governed by fiat. Even if you don't care to have consensus, but could you at least justify this? This stonewalling is rather rude. --[[User:WizardIsHungry|Jon Williams]] 13:24, 9 Jan 2007 (PST)&lt;br /&gt;
*#****** ACCEPTED FAQ. This based on the microformats [[principle]] of visibility data is better than invisible data.  More documentation is on the microformats [[principles]] page.  The [[faq#Q._Given_that_Google_now_looks_at_hidden_content_as_potential_spam.2C_will_invisible_microformats_be_considered_spam.3F|faq also has a related question and answer]].&lt;br /&gt;
*#* [[hcard-brainstorming#CSS_Styles]] explicitly permits this. I'm going with what they say.&lt;br /&gt;
*#** REJECTED. Note [[hcard-brainstorming#CSS_Styles|that section]] explicitly says: &amp;quot;WARNING: This is very much recommended AGAINST&amp;quot;. -Tantek&lt;br /&gt;
&lt;br /&gt;
=== closed 2007 ===&lt;br /&gt;
Closed issues that were raised in 2007.&lt;br /&gt;
&lt;br /&gt;
* 2007-01-26 raised by [[User:JamesCraig|JamesCraig]].&lt;br /&gt;
*# ''Proposal to use the class attribute for qname prefixed type values (and others such as dtstart values), AKA meta classes.'' &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span xml:lang=&amp;quot;en&amp;quot;&amp;gt;Home (preferred): &amp;lt;span class=&amp;quot;tel type:home type:pref&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;span xml:lang=&amp;quot;es&amp;quot;&amp;gt;Casa (preferido): &amp;lt;span class=&amp;quot;tel type:home type:pref&amp;quot;&amp;gt;+1.415.555.1212&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
*#* REJECTED DUPLICATE ETC. Class attributes for type values [http://microformats.org/wiki/hcard-parsing#ISSUE_2 was tried and rejected] and in addition, [[qnames-considered-harmful]].&lt;br /&gt;
*#* Clarified proposal, leaving REJECTED.&lt;br /&gt;
&lt;br /&gt;
*2007-05-08 raised by Tantek as a result of a message from [[User:AndyMabbett|Andy Mabbett]] on microformats-new &lt;br /&gt;
*#''How do you distinguish a '''place''' vs. an '''organization''' hCard, both from the perspective of a publisher (author) wishing to express the particular semantic, and from the perspective of a parser (developer) wishing to discern the difference? This is different from the 2006-12-15 issue on semantic specificity because this issue is *specifically* about place vs. org, rather than conflating that with person.''&lt;br /&gt;
*#Note: mailing list post cited in 2006-12-15 issue is quite clear; it says &amp;quot;''when a spider finds an hCard, it can't tell if it is a person, company, organization, or place.''&amp;quot;. &lt;br /&gt;
*#* DUPLICATE.  See 2006-12-15 issue.&lt;br /&gt;
&lt;br /&gt;
=== closed 2008 ===&lt;br /&gt;
Closed issues that were raised in 2008.&lt;br /&gt;
&lt;br /&gt;
* 2008-02-07 raised by [[User:AndyMabbett|Andy Mabbett]] in [http://microformats.org/discuss/mail/microformats-discuss/2008-February/011552.html microformats-discuss/2008-February/011552.html]&lt;br /&gt;
*# &amp;quot;&amp;lt;code&amp;gt;nickname&amp;lt;/code&amp;gt;&amp;quot; and &amp;quot;&amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt;&amp;quot; optimization does not work for some or all names in Asian languages. See [http://zh.wikipedia.org/wiki/%E6%B9%AF%E5%A7%86%C2%B7%E5%85%8B%E9%AD%AF%E6%96%AF Tom Cruise on Chinese Wikipedia], where the &amp;lt;code&amp;gt;fn&amp;lt;/code&amp;gt; and nickname are the same. This could be partly remedied by not applying such optimization when the page's (or element's) language is set to one of a set of affected languages (may also apply to other languages, such as Greek). '''Comment from people fluent in such languages would be welcome.'''&lt;br /&gt;
*#* REJECTED DUPLICATE. This is a duplicate of [[hcard-issues-resolved#fn-opt-i18n|previous issue raised by James Craig 2007-03-28]].&lt;br /&gt;
&lt;br /&gt;
* 2008-12-16 raised by [[User:Tantek|Tantek Çelik]]&lt;br /&gt;
*# The &amp;quot;n&amp;quot; optimization rule for turning an fn of &amp;quot;WORD C.&amp;quot; into an n given-name initial of &amp;quot;C&amp;quot; and family-name of &amp;quot;WORD&amp;quot; should be dropped, as it was not based on sufficient usage in practice (based on why I put it in there in the first place), and (a) it actually interferes with some broad usage in historical practice, e.g. on Pownce user's names were abbrevated as &amp;quot;GIVEN F.&amp;quot; where GIVEN was their given-name and F was there family-name initial and (b) may have problems with non-Western name abbreviations also.&lt;br /&gt;
*#* suggested resolution: drop respective &amp;quot;n&amp;quot; optimization rule, and suggest markup for any use of abbreviated name components with abbr tag, e.g. &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;Tantek &amp;lt;abbr&amp;gt;Ç.&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
*#** Could retain the rule when a comma or semicolon is found between the two parts though. [[User:TobyInk|TobyInk]] 22:39, 16 December 2008 (UTC)&lt;br /&gt;
*#*** At this point, unless sufficient real world sites are documented which use that practice of &amp;quot;a comma or semicolon is between the two parts&amp;quot;, it is preferable to drop it, for simplicity. [[User:Tantek|Tantek]] 23:17, 3 June 2009 (UTC)&lt;br /&gt;
*#* ACCEPTED. Resolution: Drop &amp;quot;WORD C.&amp;quot; &amp;quot;n&amp;quot; optimization rule, noting the past examples of Pownce (formerly at &amp;lt;nowiki&amp;gt;http://pownce.com&amp;lt;/nowiki&amp;gt;) and Dodgeball (formerly at &amp;lt;nowiki&amp;gt;http://dodgeball.com/&amp;lt;/nowiki&amp;gt;), and the more recent example of [http://foursquare.com/ Foursquare] (originally at http://playfoursquare.com).&lt;br /&gt;
*#* CLOSED. Resolution implemented in [[hCard]]. [[User:Tantek|Tantek]] 02:22, 16 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== closed 2009 ===&lt;br /&gt;
Closed issues that were raised in 2009.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[hcard-issues]]&lt;br /&gt;
* [[hcard-issues-resolved]]&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=microdata&amp;diff=42866</id>
		<title>microdata</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=microdata&amp;diff=42866"/>
		<updated>2010-07-19T13:30:33Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* summary */ fixed typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;microdata&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dfn style=&amp;quot;font-style:italic;font-weight:bold&amp;quot;&amp;gt;microdata&amp;lt;/dfn&amp;gt; is an extension to [[HTML5]] that provides another way to embed [[microformats]] and [[poshformats]] vocabularies.&lt;br /&gt;
&lt;br /&gt;
Specification: http://www.w3.org/TR/microdata/&lt;br /&gt;
&lt;br /&gt;
== summary ==&lt;br /&gt;
microdata consists of a set of attribute extensions to [[HTML5]]:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; attribute is a more specific version of &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt;, for field names&lt;br /&gt;
* &amp;lt;del&amp;gt;&amp;lt;code&amp;gt;subject&amp;lt;/code&amp;gt; attribute allows semantically linking within the page. Conceptually similar to the [[include-pattern]].&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;itemref&amp;lt;/code&amp;gt; attribute allows including properties elsewhere on the page that are not descendants of &amp;lt;code&amp;gt;itemscope&amp;lt;/code&amp;gt;. Takes space-separated ids (for example &amp;lt;code&amp;gt;itemref=&amp;quot;address phone&amp;quot;&amp;lt;/code&amp;gt; would include the elements with &amp;lt;code&amp;gt;id=&amp;quot;address&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id=&amp;quot;phone&amp;quot;&amp;lt;/code&amp;gt;). Conceptually similar to the [[include-pattern]].&lt;br /&gt;
* &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; element can be used to include invisible data that is not part of the content. As current browsers move &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; inside &amp;lt;code&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/code&amp;gt;, make sure to include via &amp;lt;code&amp;gt;itemref&amp;lt;/code&amp;gt;. Conceptually similar to the 'value-title' feature of the [[value-class-pattern]].&lt;br /&gt;
* &amp;lt;code&amp;gt;itemscope&amp;lt;/code&amp;gt; attribute identifies blocks to be marked as structured data. Conceptually similar to the [[mfo]] brainstorming.&lt;br /&gt;
* &amp;lt;code&amp;gt;itemtype&amp;lt;/code&amp;gt; attribute to specify the type for an item (for example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;itemtype=&amp;quot;http://microformats.org/profile/hcard&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
For common semantics on the web (e.g. [[hcard|people+organizations]], [[hcalendar|events]], [[hreview|reviews]], [[hatom|syndicated content]]), [[microformats]] are still simpler and easier than [[microdata]], and are already well implemented across numerous tools and services.&lt;br /&gt;
&lt;br /&gt;
For uncommon, rare, experimental, or one-off semantics, [[microdata]] offers a simpler and easier to understand solution than alternatives that use [[namespaces]] like XML/RDF/RDFa.  Developers should consider [[microdata]] as another way of expressing semantics that they may otherwise use [[poshformats]] for.&lt;br /&gt;
&lt;br /&gt;
== history ==&lt;br /&gt;
microdata didn't happen overnight.  Much of the design and simplicity of microdata is based on years of work on microformats [[principles]] deliberately designed to help guide and create simpler, more usable and accessible solutions. It happened so quickly because Ian Hickson designed microdata based upon years of work by both the microformats community, and the concept of using reverse-domain-names as unique qualifiers (popularized perhaps by Java programming language naming conventions).&lt;br /&gt;
&lt;br /&gt;
== potential ==&lt;br /&gt;
I think there are some very clever ideas in general purpose microdata, it has a lot of potential, and despite being a bit more abstract than microformats, still much simpler/easier to explain to web designers/developers/programmers than any form of RDF.&lt;br /&gt;
&lt;br /&gt;
General microdata may be the right solution to the general purpose data representation problem that microformats specifically chose not to work on.&lt;br /&gt;
&lt;br /&gt;
- [[User:Tantek|Tantek]] 17:42, 22 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== microdata vocabularies ==&lt;br /&gt;
Separate from the [[microdata]] specification, there are a number of microdata vocabularies, based on microformats and previous formats like vCard and iCalendar.&lt;br /&gt;
&lt;br /&gt;
=== microdata vCard vocabulary ===&lt;br /&gt;
Formerly documented as a separate specification at &amp;lt;nowiki&amp;gt;http://dev.w3.org/html5/mdvcard/&amp;lt;/nowiki&amp;gt;, the microdata vCard vocabulary is currently available as [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#vcard part of WHATWG additions to HTML5].&lt;br /&gt;
&lt;br /&gt;
* Recommendation: use [[hCard]] directly instead, taking into account:&lt;br /&gt;
** the [[hcard-faq|hCard FAQ]] and&lt;br /&gt;
** [[hcard-issues-resolved|resolved]]+[[hcard-issues-closed|closed issues]]. &lt;br /&gt;
&lt;br /&gt;
hCard 1.0.1 (under development) is incorporating these errata. &lt;br /&gt;
&lt;br /&gt;
Using hCard will produce Google Rich Snippets, as well as work with [[yahoo-search]], and [[Firefox]] [[Operator]] and other tools.&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
* Avoid the &amp;quot;microdata vCard vocabulary&amp;quot; as in many ways it is an out-of-date fork/snapshot of hCard, even though portions of it appear to based directly on the vCard RFC. as well.&lt;br /&gt;
* Avoid Google’s Rich Snippets vocabularies ([http://www.data-vocabulary.org/Person/ Person] and [http://www.data-vocabulary.org/Organization/ Organization]), which are also forks of  hCard/vCard, and are only implemented by Google currently.&lt;br /&gt;
&lt;br /&gt;
=== microdata vEvent vocabulary ===&lt;br /&gt;
Formerly documented as a separate specification at &amp;lt;nowiki&amp;gt;http://dev.w3.org/html5/mdvevent/&amp;lt;/nowiki&amp;gt;, the microdata vEvent vocabulary is currently available as [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#vevent part of WHATWG additions to HTML5].&lt;br /&gt;
&lt;br /&gt;
* Recommendation: use [[hCalendar]] directly instead, taking into account:&lt;br /&gt;
** the [[hcalendar-faq|hCalendar FAQ]] and &lt;br /&gt;
** [[hcalendar-issues-resolved|resolved]]+[[hcalendar-issues-closed|closed issues]]. &lt;br /&gt;
&lt;br /&gt;
hCalendar 1.0.1 (under development) is incorporating these errata.  &lt;br /&gt;
&lt;br /&gt;
Using hCalendar will produce Google Rich Snippets, as well as work with [[yahoo-search]], and [[Firefox]] [[Operator]] and other tools.&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
* Avoid the &amp;quot;microdata vEvent vocabulary&amp;quot; as in many ways it is an out-of-date fork/snapshot of hCalendar's vevent root class name and applicable properties, even though portions of it appear to based directly on the iCalendar RFC.&lt;br /&gt;
* Avoid Google’s Rich Snippets vocabulary ([http://www.data-vocabulary.org/Event/ Event]), which is also a fork of hCalendar/iCalendar, and are only implemented by Google currently.&lt;br /&gt;
&lt;br /&gt;
=== microdata Licensing Works vocabulary ===&lt;br /&gt;
Formerly documented as a separate specification at &amp;lt;nowiki&amp;gt;http://dev.w3.org/html5/mdwork/&amp;lt;/nowiki&amp;gt;, the microdata Licensing Works vocabulary is currently available as [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#licensing-works part of WHATWG additions to HTML5].&lt;br /&gt;
&lt;br /&gt;
The [[licensing]] microformat work provides a potential microformat alternative to the microdata Licensing Works vocabulary.&lt;br /&gt;
&lt;br /&gt;
Please see: [[licensing-brainstorming]] and provide feedback.&lt;br /&gt;
&lt;br /&gt;
== microformats in microdata ==&lt;br /&gt;
For those that are ok with going with an [[HTML5]] only solution, it may be interesting to consider and document a consistent way to use microformats and microformats vocabulary in microdata.&lt;br /&gt;
&lt;br /&gt;
(needs expansion with examples)&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== alternatives ==&lt;br /&gt;
Since the introduction of [[XMDP]], web authors have been able to define their specific uses of rel attribute values and class names.&lt;br /&gt;
&lt;br /&gt;
(needs expansion with examples)&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[HTML5]]&lt;br /&gt;
* [[poshformats]]&lt;br /&gt;
* [[principles]]&lt;br /&gt;
* [[XMDP]]&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=microdata&amp;diff=42842</id>
		<title>microdata</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=microdata&amp;diff=42842"/>
		<updated>2010-07-13T16:54:08Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* microdata vEvent vocabulary */ remove typo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;microdata&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;dfn style=&amp;quot;font-style:italic;font-weight:bold&amp;quot;&amp;gt;microdata&amp;lt;/dfn&amp;gt; is an extension to [[HTML5]] that provides another way to embed [[microformats]] and [[poshformats]] vocabularies.&lt;br /&gt;
&lt;br /&gt;
Specification: http://www.w3.org/TR/microdata/&lt;br /&gt;
&lt;br /&gt;
== summary ==&lt;br /&gt;
microdata consists of a set of attribute extensions to [[HTML5]]:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; attribute is a more specific version of &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt;, for field names&lt;br /&gt;
* &amp;lt;del&amp;gt;&amp;lt;code&amp;gt;subject&amp;lt;/code&amp;gt; attribute allows semantically linking within the page. Conceptually similar to the [[include-pattern]].&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;itemref&amp;lt;/code&amp;gt; attribute allows including properties elsewhere on the page that are not descendants of &amp;lt;code&amp;gt;itemscope&amp;lt;/code&amp;gt;. Takes space-separated ids (for example &amp;lt;code&amp;gt;itemref=&amp;quot;address phone&amp;quot;&amp;lt;/code&amp;gt; would include the elements with &amp;lt;code&amp;gt;id=&amp;quot;address&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id=&amp;quot;phone&amp;quot;&amp;lt;/code&amp;gt;). Conceptually similar to the [[include-pattern]].&lt;br /&gt;
* &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; element can be used to include invisible data that is not part of the content. As current browsers move &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; inside &amp;lt;code&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/code&amp;gt;, make sure to include via &amp;lt;code&amp;gt;itemref&amp;lt;/code&amp;gt;. Conceptually similar to the 'value-title' feature of the [[value-class-pattern]].&lt;br /&gt;
* &amp;lt;code&amp;gt;itemscope&amp;lt;/code&amp;gt; attribute identifies blocks to be marked as structured data. Conceptually similar to the [[mfo]] brainstorming.&lt;br /&gt;
* &amp;lt;code&amp;gt;itemtype&amp;lt;/code&amp;gt; attribute to specify the type for an item (for example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;itemtype=&amp;quot;http://microformats.org/profile/hcard&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
For common semantics on the web (e.g. [[hcard|people+organizations]], [[hcalendar|events]], [[hreview|reviews]], [[hatom|syndicated content]]), [[microformats]] are still simpler and easier than [[microdata]], as well already well implemented across numerous tools and services.&lt;br /&gt;
&lt;br /&gt;
For uncommon, rare, experimental, or one-off semantics, [[microdata]] offers a simpler and easier to understand solution than alternatives that use [[namespaces]] like XML/RDF/RDFa.  Developers should consider [[microdata]] as another way of expressing semantics that they may otherwise use [[poshformats]] for.&lt;br /&gt;
&lt;br /&gt;
== history ==&lt;br /&gt;
microdata didn't happen overnight.  Much of the design and simplicity of microdata is based on years of work on microformats [[principles]] deliberately designed to help guide and create simpler, more usable and accessible solutions. It happened so quickly because Ian Hickson designed microdata based upon years of work by both the microformats community, and the concept of using reverse-domain-names as unique qualifiers (popularized perhaps by Java programming language naming conventions).&lt;br /&gt;
&lt;br /&gt;
== potential ==&lt;br /&gt;
I think there are some very clever ideas in general purpose microdata, it has a lot of potential, and despite being a bit more abstract than microformats, still much simpler/easier to explain to web designers/developers/programmers than any form of RDF.&lt;br /&gt;
&lt;br /&gt;
General microdata may be the right solution to the general purpose data representation problem that microformats specifically chose not to work on.&lt;br /&gt;
&lt;br /&gt;
- [[User:Tantek|Tantek]] 17:42, 22 August 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== microdata vocabularies ==&lt;br /&gt;
Separate from the [[microdata]] specification, there are a number of microdata vocabularies, based on microformats and previous formats like vCard and iCalendar.&lt;br /&gt;
&lt;br /&gt;
=== microdata vCard vocabulary ===&lt;br /&gt;
Formerly documented as a separate specification at &amp;lt;nowiki&amp;gt;http://dev.w3.org/html5/mdvcard/&amp;lt;/nowiki&amp;gt;, the microdata vCard vocabulary is currently available as [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#vcard part of WHATWG additions to HTML5].&lt;br /&gt;
&lt;br /&gt;
* Recommendation: use [[hCard]] directly instead, taking into account:&lt;br /&gt;
** the [[hcard-faq|hCard FAQ]] and&lt;br /&gt;
** [[hcard-issues-resolved|resolved]]+[[hcard-issues-closed|closed issues]]. &lt;br /&gt;
&lt;br /&gt;
hCard 1.0.1 (under development) is incorporating these errata. &lt;br /&gt;
&lt;br /&gt;
Using hCard will produce Google Rich Snippets, as well as work with [[yahoo-search]], and [[Firefox]] [[Operator]] and other tools.&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
* Avoid the &amp;quot;microdata vCard vocabulary&amp;quot; as in many ways it is an out-of-date fork/snapshot of hCard, even though portions of it appear to based directly on the vCard RFC. as well.&lt;br /&gt;
* Avoid Google’s Rich Snippets vocabularies ([http://www.data-vocabulary.org/Person/ Person] and [http://www.data-vocabulary.org/Organization/ Organization]), which are also forks of  hCard/vCard, and are only implemented by Google currently.&lt;br /&gt;
&lt;br /&gt;
=== microdata vEvent vocabulary ===&lt;br /&gt;
Formerly documented as a separate specification at &amp;lt;nowiki&amp;gt;http://dev.w3.org/html5/mdvevent/&amp;lt;/nowiki&amp;gt;, the microdata vEvent vocabulary is currently available as [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#vevent part of WHATWG additions to HTML5].&lt;br /&gt;
&lt;br /&gt;
* Recommendation: use [[hCalendar]] directly instead, taking into account:&lt;br /&gt;
** the [[hcalendar-faq|hCalendar FAQ]] and &lt;br /&gt;
** [[hcalendar-issues-resolved|resolved]]+[[hcalendar-issues-closed|closed issues]]. &lt;br /&gt;
&lt;br /&gt;
hCalendar 1.0.1 (under development) is incorporating these errata.  &lt;br /&gt;
&lt;br /&gt;
Using hCalendar will produce Google Rich Snippets, as well as work with [[yahoo-search]], and [[Firefox]] [[Operator]] and other tools.&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
* Avoid the &amp;quot;microdata vEvent vocabulary&amp;quot; as in many ways it is an out-of-date fork/snapshot of hCalendar's vevent root class name and applicable properties, even though portions of it appear to based directly on the iCalendar RFC.&lt;br /&gt;
* Avoid Google’s Rich Snippets vocabulary ([http://www.data-vocabulary.org/Event/ Event]), which is also a fork of hCalendar/iCalendar, and are only implemented by Google currently.&lt;br /&gt;
&lt;br /&gt;
=== microdata Licensing Works vocabulary ===&lt;br /&gt;
Formerly documented as a separate specification at &amp;lt;nowiki&amp;gt;http://dev.w3.org/html5/mdwork/&amp;lt;/nowiki&amp;gt;, the microdata Licensing Works vocabulary is currently available as [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#licensing-works part of WHATWG additions to HTML5].&lt;br /&gt;
&lt;br /&gt;
The [[licensing]] microformat work provides a potential microformat alternative to the microdata Licensing Works vocabulary.&lt;br /&gt;
&lt;br /&gt;
Please see: [[licensing-brainstorming]] and provide feedback.&lt;br /&gt;
&lt;br /&gt;
== microformats in microdata ==&lt;br /&gt;
For those that are ok with going with an [[HTML5]] only solution, it may be interesting to consider and document a consistent way to use microformats and microformats vocabulary in microdata.&lt;br /&gt;
&lt;br /&gt;
(needs expansion with examples)&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== alternatives ==&lt;br /&gt;
Since the introduction of [[XMDP]], web authors have been able to define their specific uses of rel attribute values and class names.&lt;br /&gt;
&lt;br /&gt;
(needs expansion with examples)&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[HTML5]]&lt;br /&gt;
* [[poshformats]]&lt;br /&gt;
* [[principles]]&lt;br /&gt;
* [[XMDP]]&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=html5&amp;diff=42816</id>
		<title>html5</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=html5&amp;diff=42816"/>
		<updated>2010-07-12T14:51:53Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* microdata */ fixed itemref presentation, added example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Microformats in HTML 5&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This page is to document '''future''' use of microformats in [http://www.w3.org/html/wg/html5 HTML 5]. None of the items documented are supported now, and may change upon proper development within the microformats community, or changes in the HTML 5 specification. This page is to track HTML5 enabled enhancements to microformats, and issues that HTML5 raises. It may be used to track issues which we need to push back into the HTML 5 development process.''&lt;br /&gt;
&lt;br /&gt;
If there are things that Microformats would like to mark up that aren't handled by HTML5 explicitly, please let the WHATWG know, so we can improve HTML5. This is how &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; came to be, for instance.&lt;br /&gt;
&lt;br /&gt;
==New features in HTML5==&lt;br /&gt;
&lt;br /&gt;
=== time element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for representing date times'''. In HTML5, the machine form of datetimes can be represented natively. It should be possible to replace the date-time design pattern with native HTML.&lt;br /&gt;
* &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; takes an optional &amp;lt;code&amp;gt;pubdate&amp;lt;/code&amp;gt; attribute, to indicate the publication date of an &amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;. Synonymous with [[hAtom]] &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;, may imply [[hAtom]] &amp;lt;code&amp;gt;updated&amp;lt;/code&amp;gt;, may imply [[hReview]] &amp;lt;code&amp;gt;dtreviewed&amp;lt;/code&amp;gt;, may imply [[hListing]] &amp;lt;code&amp;gt;dtlisted&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== article element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;''' element for major, independent compositions of content within a page. Perhaps synonymous with [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;. Could be parsed as &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt; within explicit &amp;lt;code&amp;gt;hfeed&amp;lt;/code&amp;gt; blocks?&lt;br /&gt;
&lt;br /&gt;
=== microdata ===&lt;br /&gt;
'''[[microdata]]'''. HTML5 provides a set of attributes and associated DOM APIs for extracting data from web pages.&lt;br /&gt;
* &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; attribute is a more specific version of &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt;, for field names&lt;br /&gt;
* &amp;lt;del&amp;gt;&amp;lt;code&amp;gt;subject&amp;lt;/code&amp;gt; attribute allows semantically linking within the page. Conceptually similar to the [[include-pattern]].&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;itemref&amp;lt;/code&amp;gt; attribute allows including properties elsewhere on the page that are not descendants of &amp;lt;code&amp;gt;itemscope&amp;lt;/code&amp;gt;. Takes space-separated ids (for example &amp;lt;code&amp;gt;itemref=&amp;quot;address phone&amp;quot;&amp;lt;/code&amp;gt; would include the elements with &amp;lt;code&amp;gt;id=&amp;quot;address&amp;quot;&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;id=&amp;quot;phone&amp;quot;&amp;lt;/code&amp;gt;). Conceptually similar to the [[include-pattern]].&lt;br /&gt;
* &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; element can be used to include data that is not part of the content. As current browsers move &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; inside &amp;lt;code&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/code&amp;gt;, make sure to include via &amp;lt;code&amp;gt;itemref&amp;lt;/code&amp;gt;. Conceptually similar to the [[value-class-pattern]].&lt;br /&gt;
* &amp;lt;code&amp;gt;itemscope&amp;lt;/code&amp;gt; attribute identifies blocks to be marked as structured data. Conceptually similar to the [[mfo]] brainstorming?&lt;br /&gt;
* &amp;lt;code&amp;gt;itemtype&amp;lt;/code&amp;gt; attribute to specify the type for an item (for example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;itemtype=&amp;quot;http://microformats.org/profile/hcard&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== microdata vocabularies ====&lt;br /&gt;
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#vcard microdata vCard] - this is based directly on vCard. Alternatively use Google’s Rich Snippets vocabularies ([http://www.data-vocabulary.org/Person/ Person] and [http://www.data-vocabulary.org/Organization/ Organization]), which are simplified versions also based on vCard&lt;br /&gt;
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#vevent microdata vEvent] - this is based directly on iCalendar. Alternatively use Google’s Rich Snippets vocabulary ([http://www.data-vocabulary.org/Event/ Event]), which is a simplified version also based on iCalendar&lt;br /&gt;
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#licensing-works microdata Licensing Works] - see also [[licensing-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
=== data attributes ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;data-&amp;lt;/code&amp;gt; naming convention for tag attributes'''. the draft specification states that any attribute that starts with &amp;quot;data-&amp;quot; will be treated as a storage area for private data.&lt;br /&gt;
* Note that the data-* stuff is explicitly &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; for microformats. Those attributes are defined in such a way that browsers will never do anything special with them, ever. They are intended for script authors to have a space in which they can play without ever clashing with anything the browser does. There may be some cases of private [[poshformats]] that are never intended for interchange that may be used in data-* attributes.&lt;br /&gt;
&lt;br /&gt;
== Current microformat compatibility ==&lt;br /&gt;
There seems to be no issue with current implementation of the following microformats in HTML 5:&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
&lt;br /&gt;
== Requests ==&lt;br /&gt;
* &amp;quot;how to use with HTML5&amp;quot; sections that include (a) microformats examples that use [[HTML5]], and (b) microformats parsing details that specify what to do (if anything special is required) with HTML5 elements (e.g. how to parse the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for dates and times for microformats). See (and add to if necessary) :&lt;br /&gt;
** [[hcard-brainstorming#how_to_use_with_HTML5|hCard brainstorming - how to use with HTML5]]&lt;br /&gt;
** [[hcalendar-brainstorming#how_to_use_with_HTML5|hCalendar brainstorming - how to use with HTML5]] e.g. hCalendar with the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element&lt;br /&gt;
** [[citation-brainstorming#how_to_use_with_HTML5|citation brainstorming - how to use with HTML5]]&lt;br /&gt;
** if nothing special is required for HTML5, then after performing the analysis, that should be noted as well, for the purpose of clarity.&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
&amp;lt;div class='discussion issues'&amp;gt;&lt;br /&gt;
* '''The &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; attribute has been removed'''. In HTML5, &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; are no-longer paired, and the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute nolonger describes the direction of a relationship. Microformats which use &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; will need to use &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
** Or something like data-rev=&amp;quot;vote-for&amp;quot;&lt;br /&gt;
*** As above, &amp;lt;code&amp;gt;data-&amp;lt;/code&amp;gt; attributes are for application-context functionality, ''not'' shared vocabularies. Further, the HTML5 specification makes &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; the correct attribute to use, regardless of direction, through the changed specification. --[[User:BenWard|BenWard]] 17:53, 12 May 2009 (UTC)&lt;br /&gt;
* '''The &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute has been removed'''. In HTML, the &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute from the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; has been removed, with no direct replacement. This causes issues for GRDDL support. It's been suggested that profile URLs be represented in &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; elements instead, or even as a custom HTTP header. See [[grddl]] and [[profile-uris]]&lt;br /&gt;
** See [[rel-profile]] which is the replacement for the profile attribute. [[User:Tantek|Tantek]] 23:24, 5 November 2009 (UTC)&lt;br /&gt;
* '''Microdata &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; duplicates &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; data'''. the new attribute itemprop is designed to hold some meaningful data about an element, but class already exists to hold this data. Unsure of reasons why itemprop required?&lt;br /&gt;
** This is because microdata is designed to be generically parsable, even when the parser does not understand the vocabulary. As such, property names have to be on an explicit attribute, not shared with other, non-data classnames. --[[User:BenWard|BenWard]] 21:12, 4 September 2009 (UTC)&lt;br /&gt;
* '''The [http://microformats.org/wiki/value-class-pattern#Date_and_time_parsing recommended removal of the colon in timezone] doesn’t validate''' The relevant uF wiki text is “However the colons &amp;quot;:&amp;quot; separating the hours and minutes of any timezone offset are optional and discouraged in order to make it less likely that a timezone offset will be confused for a time.” ref: [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#global-dates-and-times HTML5 time microsyntax for &amp;amp;lt;time&amp;amp;gt;] --[[User:Oli|Oli]] 14:40, 14 February 2010 (+9)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[HTML3]]&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=html5&amp;diff=42815</id>
		<title>html5</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=html5&amp;diff=42815"/>
		<updated>2010-07-12T14:48:23Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* microdata */ updated attribute definitions and uses, changed microdata vocabulary links to working versions, removed out-of-date warnings about using microdata vocabularies&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Microformats in HTML 5&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This page is to document '''future''' use of microformats in [http://www.w3.org/html/wg/html5 HTML 5]. None of the items documented are supported now, and may change upon proper development within the microformats community, or changes in the HTML 5 specification. This page is to track HTML5 enabled enhancements to microformats, and issues that HTML5 raises. It may be used to track issues which we need to push back into the HTML 5 development process.''&lt;br /&gt;
&lt;br /&gt;
If there are things that Microformats would like to mark up that aren't handled by HTML5 explicitly, please let the WHATWG know, so we can improve HTML5. This is how &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; came to be, for instance.&lt;br /&gt;
&lt;br /&gt;
==New features in HTML5==&lt;br /&gt;
&lt;br /&gt;
=== time element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for representing date times'''. In HTML5, the machine form of datetimes can be represented natively. It should be possible to replace the date-time design pattern with native HTML.&lt;br /&gt;
* &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; takes an optional &amp;lt;code&amp;gt;pubdate&amp;lt;/code&amp;gt; attribute, to indicate the publication date of an &amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;. Synonymous with [[hAtom]] &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;, may imply [[hAtom]] &amp;lt;code&amp;gt;updated&amp;lt;/code&amp;gt;, may imply [[hReview]] &amp;lt;code&amp;gt;dtreviewed&amp;lt;/code&amp;gt;, may imply [[hListing]] &amp;lt;code&amp;gt;dtlisted&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== article element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;''' element for major, independent compositions of content within a page. Perhaps synonymous with [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;. Could be parsed as &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt; within explicit &amp;lt;code&amp;gt;hfeed&amp;lt;/code&amp;gt; blocks?&lt;br /&gt;
&lt;br /&gt;
=== microdata ===&lt;br /&gt;
'''[[microdata]]'''. HTML5 provides a set of attributes and associated DOM APIs for extracting data from web pages.&lt;br /&gt;
* &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; attribute is a more specific version of &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt;, for field names&lt;br /&gt;
* &amp;lt;del&amp;gt;&amp;lt;code&amp;gt;subject&amp;lt;/code&amp;gt; attribute allows semantically linking within the page. Conceptually similar to the [[include-pattern]].&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;amp;lt;itemref=&amp;quot;&amp;quot; /&amp;amp;gt;&amp;lt;/code&amp;gt; allows including properties elsewhere on the page that are not descendants of &amp;lt;code&amp;gt;itemscope&amp;lt;/code&amp;gt;. Takes space-separated ids. Conceptually similar to the [[include-pattern]].&lt;br /&gt;
* &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; element can be used to include data that is not part of the content. As current browsers move &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; inside &amp;lt;code&amp;gt;&amp;amp;lt;head&amp;amp;gt;&amp;lt;/code&amp;gt;, make sure to include via &amp;lt;code&amp;gt;itemref&amp;lt;/code&amp;gt;. Conceptually similar to the [[value-class-pattern]].&lt;br /&gt;
* &amp;lt;code&amp;gt;itemscope&amp;lt;/code&amp;gt; attribute identifies blocks to be marked as structured data. Conceptually similar to the [[mfo]] brainstorming?&lt;br /&gt;
* &amp;lt;code&amp;gt;itemtype&amp;lt;/code&amp;gt; attribute to specify the type for an item (for example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;itemtype=&amp;quot;http://microformats.org/profile/hcard&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== microdata vocabularies ====&lt;br /&gt;
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#vcard microdata vCard] - this is based directly on vCard. Alternatively use Google’s Rich Snippets vocabularies ([http://www.data-vocabulary.org/Person/ Person] and [http://www.data-vocabulary.org/Organization/ Organization]), which are simplified versions also based on vCard&lt;br /&gt;
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#vevent microdata vEvent] - this is based directly on iCalendar. Alternatively use Google’s Rich Snippets vocabulary ([http://www.data-vocabulary.org/Event/ Event]), which is a simplified version also based on iCalendar&lt;br /&gt;
* [http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#licensing-works microdata Licensing Works] - see also [[licensing-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
=== data attributes ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;data-&amp;lt;/code&amp;gt; naming convention for tag attributes'''. the draft specification states that any attribute that starts with &amp;quot;data-&amp;quot; will be treated as a storage area for private data.&lt;br /&gt;
* Note that the data-* stuff is explicitly &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; for microformats. Those attributes are defined in such a way that browsers will never do anything special with them, ever. They are intended for script authors to have a space in which they can play without ever clashing with anything the browser does. There may be some cases of private [[poshformats]] that are never intended for interchange that may be used in data-* attributes.&lt;br /&gt;
&lt;br /&gt;
== Current microformat compatibility ==&lt;br /&gt;
There seems to be no issue with current implementation of the following microformats in HTML 5:&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
&lt;br /&gt;
== Requests ==&lt;br /&gt;
* &amp;quot;how to use with HTML5&amp;quot; sections that include (a) microformats examples that use [[HTML5]], and (b) microformats parsing details that specify what to do (if anything special is required) with HTML5 elements (e.g. how to parse the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for dates and times for microformats). See (and add to if necessary) :&lt;br /&gt;
** [[hcard-brainstorming#how_to_use_with_HTML5|hCard brainstorming - how to use with HTML5]]&lt;br /&gt;
** [[hcalendar-brainstorming#how_to_use_with_HTML5|hCalendar brainstorming - how to use with HTML5]] e.g. hCalendar with the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element&lt;br /&gt;
** [[citation-brainstorming#how_to_use_with_HTML5|citation brainstorming - how to use with HTML5]]&lt;br /&gt;
** if nothing special is required for HTML5, then after performing the analysis, that should be noted as well, for the purpose of clarity.&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
&amp;lt;div class='discussion issues'&amp;gt;&lt;br /&gt;
* '''The &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; attribute has been removed'''. In HTML5, &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; are no-longer paired, and the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute nolonger describes the direction of a relationship. Microformats which use &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; will need to use &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
** Or something like data-rev=&amp;quot;vote-for&amp;quot;&lt;br /&gt;
*** As above, &amp;lt;code&amp;gt;data-&amp;lt;/code&amp;gt; attributes are for application-context functionality, ''not'' shared vocabularies. Further, the HTML5 specification makes &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; the correct attribute to use, regardless of direction, through the changed specification. --[[User:BenWard|BenWard]] 17:53, 12 May 2009 (UTC)&lt;br /&gt;
* '''The &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute has been removed'''. In HTML, the &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute from the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; has been removed, with no direct replacement. This causes issues for GRDDL support. It's been suggested that profile URLs be represented in &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; elements instead, or even as a custom HTTP header. See [[grddl]] and [[profile-uris]]&lt;br /&gt;
** See [[rel-profile]] which is the replacement for the profile attribute. [[User:Tantek|Tantek]] 23:24, 5 November 2009 (UTC)&lt;br /&gt;
* '''Microdata &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; duplicates &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; data'''. the new attribute itemprop is designed to hold some meaningful data about an element, but class already exists to hold this data. Unsure of reasons why itemprop required?&lt;br /&gt;
** This is because microdata is designed to be generically parsable, even when the parser does not understand the vocabulary. As such, property names have to be on an explicit attribute, not shared with other, non-data classnames. --[[User:BenWard|BenWard]] 21:12, 4 September 2009 (UTC)&lt;br /&gt;
* '''The [http://microformats.org/wiki/value-class-pattern#Date_and_time_parsing recommended removal of the colon in timezone] doesn’t validate''' The relevant uF wiki text is “However the colons &amp;quot;:&amp;quot; separating the hours and minutes of any timezone offset are optional and discouraged in order to make it less likely that a timezone offset will be confused for a time.” ref: [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#global-dates-and-times HTML5 time microsyntax for &amp;amp;lt;time&amp;amp;gt;] --[[User:Oli|Oli]] 14:40, 14 February 2010 (+9)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[HTML3]]&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:Oli&amp;diff=42814</id>
		<title>User:Oli</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:Oli&amp;diff=42814"/>
		<updated>2010-07-12T14:28:11Z</updated>

		<summary type="html">&lt;p&gt;Oli: adding twitter handle&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;b class=&amp;quot;fn&amp;quot;&amp;gt;Oli Studholme&amp;lt;/b&amp;gt; I’m interested in HTML5, and live in Japan. I blog at [http://oli.jp/ Oli.jp] and am @&amp;lt;span class=&amp;quot;nickname&amp;quot;&amp;gt;[http://twitter.com/boblet boblet]&amp;lt;/span&amp;gt; on Twitter.&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=assistive-technology&amp;diff=42623</id>
		<title>assistive-technology</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=assistive-technology&amp;diff=42623"/>
		<updated>2010-05-30T22:52:07Z</updated>

		<summary type="html">&lt;p&gt;Oli: Adding more recent accessibility UA statistics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for documenting currently known [[accessibility]] assistive technologies (implementations) that are being used in the wild for the purpose of testing any particular microformats and microformats techniques to determine their impact on assistive technologies.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== What to add ==&lt;br /&gt;
&lt;br /&gt;
=== Only accessible assistive technologies ===&lt;br /&gt;
Rather than duplicating lists elsewhere on the Web (e.g. [http://en.wikipedia.org/wiki/Comparison_of_screen_readers Wikipedia's Comparison of screen readers]), please only add assistive technologies that you, or someone you know (such as a user of an assistive technology that you are in touch with) has access to for testing purposes.  This will help keep the testing &amp;quot;real world&amp;quot; on an ongoing basis, because if no one has access to an assistive technology, then testing it is an unreasonable (purely theoretical) expectation.&lt;br /&gt;
&lt;br /&gt;
=== Please provide ===&lt;br /&gt;
When adding an assistive technology to the list(s) below, please provide:&lt;br /&gt;
* Your name / name of person who has access to the assistive technology for testing purposes&lt;br /&gt;
* Name of assistive technology&lt;br /&gt;
* URL to home page for the technology, and URL(s) to purchase if available&lt;br /&gt;
* version number&lt;br /&gt;
* when published/released&lt;br /&gt;
* estimated number of users if known (even rough estimates are ok), along with date of estimate (ideally with a citation).&lt;br /&gt;
&lt;br /&gt;
=== Note their bugs too ===&lt;br /&gt;
In addition, by keep tracking of various different assistive technologies, their versions, their bugs/shortcomings, and any non-standards-compliant behavior, especially when such behavior interferes with microformats on the page, we can focus our efforts on suggesting improvements for them accordingly.&lt;br /&gt;
&lt;br /&gt;
== Screen Readers ==&lt;br /&gt;
General marketshare numbers for screen readers:&lt;br /&gt;
* 2003 USA: JAWS 65%, GW-Micro Window-Eyes 35%.  According to [http://www.redish.net/content/papers/interactions.html a study of screen reader use published in December 2003], a spokesperson for the US National Federation of the Blind estimated that in the USA, JAWS had 65% of the screen reader market and GW-Micro Window-Eyes had 35%; also JAWS was the software most commonly used by U.S. federal workers.&lt;br /&gt;
* [http://webaim.org/projects/screenreadersurvey2/ 2009 WebAIM survey]: Primary screen reader; JAWS 66%, Window-Eyes 10%. Commonly used screen readers; JAWS 75%, NVDA 26%, Window-Eyes 24%, SA or SAToGo 23% (note that NVDA may have inflated usage here due to some recipients being sighted developers using it to test content)&lt;br /&gt;
 &lt;br /&gt;
=== JAWS ===&lt;br /&gt;
Publisher: Freedom Scientific&lt;br /&gt;
Total users as of 2002: [http://web.archive.org/web/20021015235548/http://www.microsoft.com/presspass/trial/mswitness/2002/hofstader.asp &amp;quot;There are approximately 80,000 registered users of JAWS&amp;quot;] - Chris Hofstader of Freedom Scientific.  Presumably world-wide users of any version of JAWS.&lt;br /&gt;
&lt;br /&gt;
It might be a good idea to consult [http://www.freedomscientific.com/fs_products/JAWS_UserGroups.asp JAWS user groups].&lt;br /&gt;
&lt;br /&gt;
==== Testing possibilities ====&lt;br /&gt;
You can download demo versions of JAWS that are limited to run for about half an hour per Windows session. Unfortunately, Freedom Scientific considers testing web standards support in JAWS demos to be a breach of its EULA. Alternative, you could submit a test-case to end users at one of the [http://www.freedomscientific.com/fs_support/User_Groups.asp JAWS mailing lists].&lt;br /&gt;
&lt;br /&gt;
==== Documentation ====&lt;br /&gt;
*[http://www.freedomscientific.com/fs_support/doc_screenreaders.asp Official manuals].&lt;br /&gt;
*[http://www.freedomscientific.com/fs_products/Surfs_Up/_Surfs_Up_Start_Here.htm Official tutorial about surfing the web with JAWS].&lt;br /&gt;
&lt;br /&gt;
==== Extensibility ====&lt;br /&gt;
JAWS is scriptable, and some scripts attempt to improve web access, such as Jamal Mazrui's [http://www.freelists.org/archives/guispeak/04-2007/msg00010.html HomerKit].&lt;br /&gt;
&lt;br /&gt;
==== Release notes ====&lt;br /&gt;
* [http://www.freedomscientific.com/fs_products/software_jaws80fea.asp JAWS 8] (November 2006).&lt;br /&gt;
* [http://www.freedomscientific.com/fs_products/software_jaws710fea.asp JAWS 7.10] (June 2006).&lt;br /&gt;
* [http://www.freedomscientific.com/fs_products/software_jaws70fea.asp JAWS 7] (October 2005). Perhaps the most commonly used version of JAWS).&lt;br /&gt;
* [http://www.freedomscientific.com/fs_products/software_jaws620fea.asp JAWS 6.2]. Seemingly the [http://www.kanhan.com/jaws/ last version of JAWS adapted for use in China] (see also [http://www.kanhan.com/webpage/eng/E_news.php?news=51 English summary]).&lt;br /&gt;
* [http://www.freedomscientific.com/fs_products/software_jaws610fea.asp JAWS 6.1].&lt;br /&gt;
* [http://www.freedomscientific.com/fs_products/software_jaws60intro.asp JAWS 6] (2005). Many JAWS-related mailing list correspondents use a version of 6.&lt;br /&gt;
* [http://www.freedomscientific.com/fs_products/software_jaws510intro.asp JAWS 5.1] (2004).&lt;br /&gt;
* [http://www.freedomscientific.com/fs_products/software_jaws5intro.asp JAWS 5] (2004). A few correspondents use 5 or earlier.&lt;br /&gt;
* [http://www.freedomscientific.com/fs_downloads/DL_JAWS451.asp JAWS 4.51] This is the earliest version recently spotted on JAWS-related mailing lists.&lt;br /&gt;
&lt;br /&gt;
=== GW Micro Window-Eyes ===&lt;br /&gt;
&lt;br /&gt;
==== Test possibilities ====&lt;br /&gt;
Volunteer testers: Benjamin Hawkes-Lewis (webdev not user).&lt;br /&gt;
&lt;br /&gt;
Like Freedom Scientific, [http://www.gwmicro.com/Window-Eyes/Demo/ GW-Micro offer an otherwise fully-functional demo] of their latest release which can only be run for about half an hour per Windows session. Unlike Freedom Scientific, [http://www.gwmicro.com/Developers/ GW-Micro encourage developers to test with the demo]. You can also download the demo for an earlier version, 5.5, from [http://www.beyondsight.com/demo.htm Beyond Sight].&lt;br /&gt;
&lt;br /&gt;
Alternatively, you could submit a test-case to one of the [http://www.gwmicro.com/Support/Email_Lists/ Window-Eyes users' mailing lists], as [http://www.gwmicro.com/Developers/Web/ suggested by GW-Micro themselves].&lt;br /&gt;
&lt;br /&gt;
==== Extensibility ====&lt;br /&gt;
Window-Eyes &amp;quot;set files&amp;quot; map functionality to applications.&lt;br /&gt;
&lt;br /&gt;
==== Documentation ====&lt;br /&gt;
*[http://www.gwmicro.com/Window-Eyes/Manual/HTML/ Official manual].&lt;br /&gt;
*[http://www.gwmicro.com/Support/Knowledge_Base/?kbnumber=GWKB1040 Window-Eyes and Firefox Extensions].&lt;br /&gt;
*[http://www.gwmicro.com/Support/Knowledge_Base/?kbnumber=GWKB1044 Window-Eyes and ActiveX].&lt;br /&gt;
*[http://www.gwmicro.com/Audio_Video_Archive/Window-Eyes_Tutorials/ MP3 tutorials].&lt;br /&gt;
*[http://www.gwmicro.com/Developers/Web/ Information for web developers].&lt;br /&gt;
&lt;br /&gt;
==== Release Notes ====&lt;br /&gt;
&lt;br /&gt;
* [http://www.gwmicro.com/Window-Eyes/Version_History/ Release notes for most versions].&lt;br /&gt;
&lt;br /&gt;
=== MicroPower Virtual Vision ===&lt;br /&gt;
Brazilian screen reader.&lt;br /&gt;
&lt;br /&gt;
==== Userbase ====&lt;br /&gt;
The [http://br.groups.yahoo.com/group/vv-l/ Yahoo! Group devoted to Virtual Vision] has 226 members (as of 2007-05-01). &lt;br /&gt;
&lt;br /&gt;
==== Testing possibilites ====&lt;br /&gt;
Submit a testcase to the [http://www.micropower.com.br/v3/pt/acessibilidade/lista.asp Virtual Vision mailing list].&lt;br /&gt;
&lt;br /&gt;
==== Release notes ====&lt;br /&gt;
*[http://www.micropower.com.br/v3/pt/acessibilidade/vv5/index.asp Virtual Vision 5.5]&lt;br /&gt;
&lt;br /&gt;
=== PC-Talker ===&lt;br /&gt;
Japanese screen reader.&lt;br /&gt;
&lt;br /&gt;
==== Userbase ====&lt;br /&gt;
Along with 95 Reader, PC-Talker is more commonly used than the Japanese edition of JAWS, according to [http://www.w4a.info/2006/prog/6-watanabe.pdf Takayuki Watanabe and Masahiro Umegaki, Capability Survey of Japanese User Agents and Its Impact on Web Accessibility (2006) (PDF)].&lt;br /&gt;
&lt;br /&gt;
==== Test possibilities ====&lt;br /&gt;
Probably the best bet would be to contact Watanabe.&lt;br /&gt;
&lt;br /&gt;
==== Documentation ====&lt;br /&gt;
*[http://www.aok-net.com/products/pctalker.htm Kochi System Development PC-Talker]&lt;br /&gt;
&lt;br /&gt;
=== 95 Reader ===&lt;br /&gt;
Japanese screen reader.&lt;br /&gt;
&lt;br /&gt;
==== Userbase ====&lt;br /&gt;
Along with PC-Talker, 95 Reader is more commonly used than the Japanese edition of JAWS, according to [http://www.w4a.info/2006/prog/6-watanabe.pdf Takayuki Watanabe and Masahiro Umegaki, Capability Survey of Japanese User Agents and Its Impact on Web Accessibility (2006) (PDF)].&lt;br /&gt;
&lt;br /&gt;
==== Test possibilities ====&lt;br /&gt;
Probably the best bet would be to contact Watanabe.&lt;br /&gt;
&lt;br /&gt;
==== Documentation ====&lt;br /&gt;
* [http://www.ssct.co.jp/barrierfree/95reader/ 95 Reader]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology-abbr-results]]&lt;br /&gt;
* [[include-pattern-feedback#Test_Results_from_Yahoo.21_Accessibility|Test Results from Yahoo! Accessibility]]&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=presentations&amp;diff=42035</id>
		<title>presentations</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=presentations&amp;diff=42035"/>
		<updated>2010-02-21T14:01:57Z</updated>

		<summary type="html">&lt;p&gt;Oli: adding link to &amp;quot;Microformats &amp;amp; Microdata&amp;quot; presentation slides&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{TOC-right}}&lt;br /&gt;
This page lists various presentations, sessions, papers and posters which have provided explanations and discusions of both [[microformats]] in general, and specific microformats.  Check out microformats [[events]] for upcoming presentations. See also microformats [[podcasts]] and [[screencasts]] for audio/video presentations and discussions.&lt;br /&gt;
&lt;br /&gt;
'''Note: This page is missing a lot of presentation links.''' More presentation links can be found by going through specific [[events]] pages.&lt;br /&gt;
&lt;br /&gt;
Most recent presentations/sessions listed first.&lt;br /&gt;
&lt;br /&gt;
== 2010 ==&lt;br /&gt;
* 2010-02-17 &amp;lt;cite&amp;gt;[http://oli.jp/slides/microformats-microdata Microformats &amp;amp; Microdata]&amp;lt;/cite&amp;gt; presentation by [http://oli.jp/ Oli Studholme] ([http://twitter.com/boblet @boblet]) for [http://atnd.org/events/3058 第３回 Webkit/HTML5 勉強会] in Tokyo, Japan ([[events/2010-02-17-webkit-html5-benkyokai|more info]]) (the presentation was in Japanese, the slides are mainly English)&lt;br /&gt;
&lt;br /&gt;
== 2009 ==&lt;br /&gt;
* 2009-12-04 &amp;lt;cite&amp;gt;[http://codebits.eu/intra/s/session/79 Re-using social media data]&amp;lt;/cite&amp;gt; presentation by Glenn Jones at SAPO Codebits Lisbon, Portugal &lt;br /&gt;
&lt;br /&gt;
* 2009-06-03 &amp;lt;cite lang=&amp;quot;pt&amp;quot;&amp;gt;[http://e.yq.sl.pt/ Microformatos - 2009 - Juntando as Peças do Puzzle]&amp;lt;/cite&amp;gt; by [http://twitter.com/andr3 André Luís] at SAPO Sessions ([http://twitter.com/andr3/status/2017551933 as tweeted by @andr3])&lt;br /&gt;
&lt;br /&gt;
* 2009-03-12 [http://csarven.ca/presentations/microformats-06/ microformats: #towerofbabel #pareto #dataportability] presentation by [[User:Csarven|Sarven Capadisli]] at [http://mcgill.ca GLIS 663 Knowledge Taxonomies, McGill], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-03-05 [http://csarven.ca/presentations/microformats-05/ Website data through the looking-glass] presentation by [[User:Csarven|Sarven Capadisli]] at [http://conf.phpquebec.com PHP Québec Conference 2009], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
* 2009-01-08 [http://csarven.ca/presentations/microformats-04/ Interacting with microformats] presentation by [[User:Csarven|Sarven Capadisli]] at [http://phpquebec.org PHP Qu&amp;amp;#233;bec Monthly Meetup], Montr&amp;amp;#233;al, Canada&lt;br /&gt;
&lt;br /&gt;
== 2008 ==&lt;br /&gt;
* 2008-11-18 [http://cdharrison.com/presentations/microformats/ microformats: What are they and why should you use them?] during [http://refreshaugusta.com/ RefreshAugusta] at PowerServe, Augusta, Georgia.&lt;br /&gt;
* 2008-09-05 [http://tantek.com/presentations/2008/09/social-network-portability Social Network Portability] during [[events/2008-09-05-dconstruct-social-network-portability|dConstruct 2008]].&lt;br /&gt;
* 2008-08-19 [http://tantek.com/presentations/2008/08/microformats Better User Experience Through Microformats] during day 2 of [[events/2008-08-19-better-user-experience|An Event Apart San Francisco]].&lt;br /&gt;
* 2008-08-16 [http://tantek.com/presentations/2008/08/wordpress-microformats/ WordPress and Microformats: Past, Present, Future] during [[events/2008-08-16-wordcamp|WordCamp 2008]]&lt;br /&gt;
* 2008-07-02 [http://www.slideshare.net/andr3/microformatos-pequenas-peas-do-puzzle Microformatos - pequenças peças do puzzle] presentation in Portuguese, by André Luís for a training session at SAPO.pt (Lisbon, Portugal)&lt;br /&gt;
* 2008-05-15 [http://csarven.ca/presentations/microformats-03/ Creating next generation Web sites] presentation by [[User:Csarven|Sarven Capadisli]] at [http://www.nstein.com/summit2008/ Nstein Innovation Leaders Summit 2008], Montreal, Canada&lt;br /&gt;
* 2008-04-16 [http://slideshow.rubyforge.org/microformats.html  Microformats - Adding Semantics to Your Web Site - Web 3.0 in Action] presentation by Gerald Bauer (Vancouver Software Developers Network/VanDev at University of British Columbia)&lt;br /&gt;
* 2008-03-17 [http://csarven.ca/presentations/microformats-02/ Microformats overview: how to help machines recognise common data formats in Web documents] presentation by [[User:Csarven|Sarven Capadisli]] at [http://station-c.com/ Coder's Saturday], Montreal, Canada&lt;br /&gt;
* 2008-02-19 [http://www.glennjones.net/Post/835/SemanticCampLondon.htm Can your website be your API and real life] presentation by Glenn Jones (Semantic Camp London) covers social network portability and date portability&lt;br /&gt;
* 2008-02-19 [http://www.slideshare.net/garethr/parsing-microformats Parsing Microformats] presentation by Gareth Rushgrove (Semantic Camp London) includes an overview of available parsers&lt;br /&gt;
&lt;br /&gt;
== 2007 ==&lt;br /&gt;
* 2007-11-17 [http://www.slideshare.net/56k/mromanello-ecal-presentation Linking Text References to Relevant Digital Resources Over The Web (Proposal of a Microformat for Canonical Texts References)] presentation by Matteo Romanello at [http://enlil.ff.cuni.cz/ecal Electronic Corpora of Ancient Languages] conference held in Prague on November 2007.&lt;br /&gt;
* 2007-11-06 [http://www.slideshare.net/guest897d73/microformats-a-web-of-data Microformats: A Web of Data] presentation by Brian Suda at [[events/2007-11-06-microfomats-a-web-of-data|Web 2.0 Expo Berlin]].&lt;br /&gt;
* 2007-10-31 [http://video.google.com/videoplay?docid=4912491017216716477 Microformats - The What, Where, Why and How] This is a recording of a presentation given by Mark Meeker on Microformats. Mark is an Architect on the UI Engineering team at Orbitz Worldwide. OrbitzTech talk Chicago Il.&lt;br /&gt;
* 2007-10-04 [http://tantek.com/presentations/2007/10/social-network-portability/ Social Network Portability] presentation by Tantek Çelik at [[events/2007-10-04-fundamentos-web-social-network-portability|Fundamentos Web 2007]].&lt;br /&gt;
* 2007-10-04 [http://www.slideshare.net/mattb/coding-on-the-shoulders-of-giants Coding on the Shoulders of Giants] presentation by Matt Biddulph at [[events/2007-10-04-future-of-web-apps|Future of Web Apps London 2007]] - mentions their implementation of hCard, hCalendar and how their support gives them more features.&lt;br /&gt;
* 2007-10-02 [http://www.slideshare.net/cgriego/microformats-building-blocks-of-the-semantic-web/ Microformats, building blocks of the semantic web] presentation by Chris Griego at [[events/2007-10-02-dallas-ruby-brigade|Dallas Ruby Brigade October 2007]]&lt;br /&gt;
* 2007-08-30 GeekUp presentation by [http://www.ts0.com Thom Shannon] - [http://www.ts0.com/2007/09/microformats-whats-point.asp Microformats: What's the point?]&lt;br /&gt;
* 2007-06-.. http://tantek.com/presentations/2007/06/microformats-bb-you/&lt;br /&gt;
* 2007-05-.. http://tantek.com/presentations/2007/05/microformats-bb-you/&lt;br /&gt;
* 2007-06-02 BarCamp San Diego presentation by Joshua Brewer: [http://www.slideshare.net/jbrewer/barcamp-sd-microformats Microformats: Building a Better Web].&lt;br /&gt;
* 2007-05-16 [[events/2007-05-16-XTech|XTech 2007]] presentation by Jeremy Keith: [http://adactio.com/extras/slides/nanotech.pdf Microformats: the nanotechnology of the semantic web].&lt;br /&gt;
* 2007-04-30 [[events/2007-04-30-mix07|Microformats: Data Formats That Put Humans First]] [http://tantek.com/presentations/2007/04/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-23 [[events/2007-03-23-stanford|Microformats at Stanford]] [http://tantek.com/presentations/2007/03/microformats/ presentation by Tantek Çelik]&lt;br /&gt;
* 2007-03-22 [http://www.webdu.com.au/go/session/microformats--hidden-treasures Microformats—the hidden treasure] by Dmitry Baranovskiy at the [http://www.webdu.com.au/ webDU 2007] conference in Sydney, Australia, 3:00pm–4:00pm&lt;br /&gt;
* 2007-03-16 [http://www.afroginthevalley.com/fr/2007/03/16/presentation-microformats-a-php-quebec/ Métadonnées pour Humains &amp;amp; Machines] (dead link ?) presentation in French by Sylvain Carle at the [http://conf.phpquebec.com/fr/archive/conf2007/ PHP Québec 2007] conference in Montréal, Canada.&lt;br /&gt;
* 2007-02-23 [http://bluesmoon.info/talks/microformats/ Microformats at the CSI Web 2.0 Conference in Bangalore] presentation by Philip Tellis&lt;br /&gt;
* 2007-02-19, [http://www.glennjones.net/Post/825/DestroyingWalledGardens-MicroformatssyndicationandAPI%e2%80%99s.htm Destroying Walled Gardens - Microformats syndication and API’s] at [http://barcamp.org/BarCampLondon2 BarCamp London 2], UK by Glenn Jones&lt;br /&gt;
* 2007-02-13, [http://groups.google.com/group/bristolskillswap/web/february-skillswap-microformats Microformats: The Semantic Web for the Rest of Us] Bristol Skillswap [rtsp://stream.watershed.co.uk/skillswap/2007.02.13.microformats.mov Streaming Video]&lt;br /&gt;
* 2007-02-07, [http://north.webdirections.org Web Directions North 2007], [http://north.webdirections.org/detail/venue/ Renaissance Vancouver Hotel Harbourside], 1133 West Hastings Street, Vancouver, British Columbia, V6E3T3, Canada&lt;br /&gt;
** [[events/2007-02-07-web-directions-north|Microformats at Web Directions North 2007]], 11:45am-12:45pm, 1:45pm-3:45pm&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2007/02/microformats/ Microformats — The Big Picture]&amp;quot;&lt;br /&gt;
*** John Allsopp (Westciv) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDevelopers.pdf Microformats For Developers]&amp;quot;&lt;br /&gt;
*** Dan Cederholm (Simplebits) - &amp;quot;[http://north07.webdirections.org/presentations/MicroformatsForDesigners.pdf Microformats For Designers]&amp;quot;&lt;br /&gt;
* 2007-02-03 [http://www.glennjones.net/Post/823/Microformats%2ctheAK-47oftheweb-WebDD.htm Microformats HTML to API] at [http://www.webdd.org.uk/ WebDD], Reading UK by Glenn Jones&lt;br /&gt;
&lt;br /&gt;
== 2006 ==&lt;br /&gt;
* 2006-11-24, Taichi Kaminogoya presented to [http://2xup.org/log/2006/11/27-2219 microformats に触れてみよう] at [http://www.asahi-net.or.jp/~eb2m-mrt/kaihatsu9.html XML Developers' Day #9], Tokyo, JAPAN.&lt;br /&gt;
* October 28th, [http://www.keepthebyte.ch/2006/10/microformats-speech-at-barcamp-zurich.html Microformats Speech at Barcamp Zurich]&lt;br /&gt;
* October 10th, Taichi Kaminogoya presented to [http://2xup.org/log/2006/10/10-1800 microformatsがもたらすドキドキする未来] at [http://lp1.cssnite.jp/ CSS Nite LP Disk 1], Tokyo, JAPAN.&lt;br /&gt;
* September 28th, [http://www.webdirections.org/microformats/ Microformats] at Web Directions South, Sydney Australia by John Allsopp. [http://www.webdirections.org/microformats/ slides, podcast, live blogging transcript all online now]&lt;br /&gt;
* September 27th, [http://tantek.com/presentations/2006/09/microformats-intro/ Microformats Intro] at New Context 2006, Radisson Miyako Hotel, Minato-ku, Tokyo, JAPAN.  See also [http://flickr.com/photos/tags/microformatsnewcontext2006 photos].&lt;br /&gt;
* September 16th, [http://fredericdevillamil.com/presentations/2006/que-sont-les-microformats/index.html Introducing Microformats for resume publishing] in French by Frederic de Villamil at Barcamp Paris 4. Location: 43 rue d'Aboukir, 75002 Paris France&lt;br /&gt;
* September 13th, [http://tantek.com/presentations/2006/09/microformats-practices/ Microformats Practices] at [[events/2006-09-13-future-of-web-apps-microformats|Future of Web Apps]] in San Francisco.  Location: Palace of Fine Arts Theatre, Lyon Street, San Francisco CA 94123.&lt;br /&gt;
* September 3th, Backnetwork and Microformats by Glenn Jones at Barcamp London. demo of hCard subscription idea for social networks. &lt;br /&gt;
* August 26th, Tantek Çelik led the [http://barcamp.org/BarCampStanfordMicroformats BarCampStanfordMicroformats] discussion at room 426, Margaret Jacks Hall, Stanford, CA 94305.  There is an [http://barcamp.org/f/MF-barcamp_08_26_2006.ogg Ogg recording of the session].&lt;br /&gt;
* July 11th, [http://tantek.com/presentations/2006/07/what-are-microformats/ What are microformats?] at [[events/2006-07-11-an-event-apart-microformats|An Event Apart in New York City]]&lt;br /&gt;
* July 6th, [http://yatil.de/webmontag/ka0706/ Mikroformate Erweiterte Semantik von HTML-Dokumenten] (Präsentation von Eric Eggert) Web mondays presentation in german - translation is available here&lt;br /&gt;
* June 15th, Phil Wilson presented to the [http://www.ukoln.ac.uk/web-focus/events/workshops/webmaster-2006/ Institutional Web Management Workshop]&lt;br /&gt;
* June 8, Pete Prodoehl presented [http://rasterweb.net/raster/presentations/microformats-20060608/ Microformats] to the Milwaukee Web Design Meetup Group&lt;br /&gt;
* May 30, [http://netsquared.org NetSquared] [http://netsquared.org/conference/ Conference], 4:15pm-5:10pm: : [http://netsquared.org/conference/conference-sessions/Mashups A web more woven - the alchemy and practicalities of Mashups].  Tantek Çelik, Taylor McKnight and Chris Messina will discuss the core utility of microformats to publish and share data for/with mashups and other applications.  Location:  Jordan room, Cisco Systems' Vineyard Conference Center, 260 E. Tasman Drive, San Jose, CA.&lt;br /&gt;
* May 25, Brian Suda and Ryan King presented [http://theryanking.com/presentations/2006/www/ Practical Microformats] at WWW 2006 ([http://www.molly.com Molly Holzschlag] was orginally scheduled to give this talk, we filled in at the last minute with our slides from XTech)&lt;br /&gt;
* May 24, Kevin Lawver presented [http://presentations.lawver.net/standards/a_microformat_and_proposal_for/ A Microformat and Proposal For Interoperable Widgets]&lt;br /&gt;
* May 18, [http://xtech06.usefulinc.com/schedule/paper/148 The Intelligent Design of Microformats] by Ryan King at XTech 2006. ([http://theryanking.com/presentations/2006/xtech/talk/ slides]).&lt;br /&gt;
* May 16, [http://thebigjc.org/articles/2006/05/16/is-web-2-0-changing-the-software-industry Is Web 2.0 Changing the Software Industry?] by Chris Messina at [http://meshconference.com Mesh Conference]&lt;br /&gt;
* May 16, [http://theryanking.com/presentations/2006/xtech/tutorial/ Microformats from the Ground Up] by Brian Suda and Ryan King @ XTech 2006&lt;br /&gt;
* April 25, At [http://barcamp.org/TorCampDemoCamp5 DemoCamp #5 in Toronto], [http://blog.davidjanes.com David Janes] demonstrated [http://www.blogmatrix.com/ BlogMatrix] his platform for publish which supports microformats. (see [http://accordionguy.blogware.com/blog/_archives/2006/4/26/1913279.html  Accordionguy blogpost]).&lt;br /&gt;
* April 23, [http://jazkarta.com/presentations/microformats.pdf/view Microformats and the Future of Syndication] by Nate Aune, AdaptiveWave (CM Pros Summit, San Francisco, CA)&lt;br /&gt;
* April 22, Intro to Microformats, [http://barcamp.pbwiki.com/BarCampBangalore Barcamp Bangalore], Bangalore, India, (photos [http://flickr.com/photos/abgpt/133393564/ 1], [http://flickr.com/photos/abgpt/133393545/ 2], [http://flickr.com/photos/abgpt/133393626/ 3])&lt;br /&gt;
* March 16, [http://ono.cdlib.org/archives/shimenawa/000219.html Reading 2.0] (see [http://radar.oreilly.com/archives/2006/03/link_list_reading_20_1.html Tim O'Reilly's notes]), San Francisco, CA&lt;br /&gt;
** Building with MicroFormats, [http://www.chaddickerson.com/blog/2006/03/17/reading-20-and-microformats/ Chad Dickerson], Yahoo &lt;br /&gt;
* March 13, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [[events/2006-03-13-sxsw-microformats|Microformats: Evolving the Web]], 11:30am-12:30pm &lt;br /&gt;
* March 11, SXSW Interactive, Room 17AB, Austin Convention Center, Austin, TX&lt;br /&gt;
** [http://tantek.com/presentations/2006/03/building-blocks Creating Building Blocks For Independents], 5pm-6pm&lt;br /&gt;
** [http://flickr.com/photos/tags/microformatssxsw photos]&lt;br /&gt;
* March 7, O'Reilly Emerging Technologies (ETech) Conference, Manchester Grand Hyatt, Ballroom, San Diego, CA&lt;br /&gt;
** [[events/2006-03-07-etech-microformats|Microformats intro and lightning demos at O'Reilly ETech conf.]], 5:30pm-6:15pm &lt;br /&gt;
** [http://flickr.com/photos/tags/microformatsetech photos]&lt;br /&gt;
* March 1, W3C Technical Plenary Day, Hotel Sofitel Cannes Mandelieu Royal Casino, main auditorium, 605 avenuedu Général de Gaulle, BP 49, MANDELIEU LA NAPOULE CEDEX, 06212 MANDELIEU LA NAPOULE, FRANCE&lt;br /&gt;
** [[events/2006-03-01-w3c-plenary-microformats|Microformats panel at W3C Technical Plenary Day]], 10:30am-11:30am&lt;br /&gt;
*** Ian Hickson (Google) - &amp;quot;A billion documents and no semantics anywhere&amp;quot; (NEED LINK TO SLIDES OR STUDY)&lt;br /&gt;
*** Tantek Çelik (Technorati) - &amp;quot;[http://tantek.com/presentations/2006/03/what-are-microformats/ What are microformats?]&amp;quot;&lt;br /&gt;
*** Håkon Wium Lie (Opera) - &amp;quot;Cascading Markup Languages — boom!&amp;quot; (NEED LINK TO SLIDES)&lt;br /&gt;
*** Rohit Khare (CommerceNet) - &amp;quot;[http://labs.commerce.net/~rohit/Angstro-W3C-TP/ Where Angle Brackets Fear to Tread]&amp;quot;&lt;br /&gt;
*** Dan Connolly (W3C) - &amp;quot;[http://www.w3.org/2003/g/talk62/slides Microformats for practical Semantic Web deployment]&amp;quot;&lt;br /&gt;
*** Q&amp;amp;A&lt;br /&gt;
**** &amp;quot;I'm very excited about '''microformats'''. What I really want is to get all the data out of databases and expressed as part of the Semantic Web.&amp;quot; - Tim Berners-Lee. ('''emphasis''' added)&lt;br /&gt;
** &amp;quot;Services and the Web&amp;quot; by Mark Nottingham (Yahoo), 12:05pm-12:10pm.&lt;br /&gt;
*** Request to W3T/W3M: Go After The &amp;quot;Real&amp;quot; Web: Apache, PHP, Mozilla, Intermediaries and Caches, '''Microformats''', JSON... ('''emphasis''' added)&lt;br /&gt;
** Attendees voted the &amp;quot;Microformats&amp;quot; session the best session of the Plenary Day. 6:17pm.&lt;br /&gt;
* February 24, Yahoo Speakers Series, Yahoo Mission College Campus, 2nd floor conference room, 2821 Mission College Blvd., Santa Clara, CA 95054&lt;br /&gt;
** [http://tantek.com/presentations/2006/02/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 18, Apple Web Publishers internal meeting, Apple Computer, Star Trek conference room, 1 Infinite Loop, Cupertino, CA 95014, 12-1:40pm&lt;br /&gt;
** [http://tantek.com/presentations/2006/01/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* January 10, SD Forum Emerging Technologies SIG, Room H1, Cubberley Community Center, Palo Alto, CA, 7-9pm&lt;br /&gt;
** Ryan King's presentation, Ernie Prabhakar's presentation, Rohit Khare's presentation&lt;br /&gt;
** Microformats panel: Ryan King, Ernie Prabhakar, Rohit Khare, Tantek Çelik, Kevin Marks&lt;br /&gt;
&lt;br /&gt;
== 2005 ==&lt;br /&gt;
* December 15, Syndicate Conference, San Francisco, CA&lt;br /&gt;
** [http://tantek.com/presentations/2005/12/syndicate-microformats/ Microformats - Emerging syndication types]&lt;br /&gt;
* November 26, [http://barcamp.org/index.cgi?TorCamp TorCamp], Teehan+Lax, 460 Richmond St. W, Toronto, ON, CA&lt;br /&gt;
** [http://www.davidjanes.com/docs/2005.11.25%20Microformats%20Presentation.ppt powerpoints] (sorry)&lt;br /&gt;
** [http://blog.davidjanes.com/mtarchives/2005_12.html#003467 photo]&lt;br /&gt;
* November 12, THINK Conference, Santa Cruz room, Chaminade hotel, Santa Cruz, CA, USA&lt;br /&gt;
** [[presentation-think-2005-11-12]]&lt;br /&gt;
* November 10, (location unknown), by Kevin Yank of SitePoint Pty. Ltd.&lt;br /&gt;
** [http://www.sitepoint.com/examples/innovation-on-standards/ Innovating on top of standards - Not around them]&lt;br /&gt;
* October 5, [http://web2con.com Web 2.0 Conference], Olympic Room, Argent Hotel, San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-examples/ Microformats Examples]&lt;br /&gt;
* October 4, [http://osafoundation.org/ OSAF], San Francisco, CA, USA&lt;br /&gt;
** [http://tantek.com/presentations/2005/10/microformats-evolution/ Microformats: Evolving the Web]&lt;br /&gt;
* September 30, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/microformats-evolution/ Microformats: Evolving the Web] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-14-tantek-celik2.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 - incomplete, mirror: http://microformats.org/media/2005/09/we05-14-tantek-celik2.mp3)&lt;br /&gt;
* September 29, [http://web.archive.org/web/20051102094339/we05.com/ Web Essentials 05] &amp;lt;nowiki&amp;gt;http://we05.com/&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier), Guthrie auditorium, University of Technology, Sydney, Australia&lt;br /&gt;
** [http://tantek.com/presentations/2005/09/elements-of-xhtml/ The Elements of Meaningful XHTML] (&amp;lt;nowiki&amp;gt;http://we05.com/podcast/mp3/we05-2-tantek-celik.mp3&amp;lt;/nowiki&amp;gt; (link broke 2007-12-18 or earlier) MP3 mirror: http://microformats.org/media/2005/09/we05-2-tantek-celik.mp3 )&lt;br /&gt;
* September 25, [http://webzine2005.com/ Webzine 2005], Valhalla Room, Swedish American Hall, San Francisco, CA, USA&lt;br /&gt;
** [http://theryanking.com/presentations/2005/webzine/ Microformats @ Webzine 2005]&lt;br /&gt;
* September 21, Web Intelligence Conference, Compiegne, France &lt;br /&gt;
** [http://moloko.itc.it/paoloblog/presentations/presentation_wi05/presentation_wi05.html Page-reRank: using trusted links to re-rank authority] ([http://sra.itc.it/people/massa/publications/wi05_page_rerank_massa_hayes.pdf paper]) - A discussion of using [[vote-links]] to improve [http://www-db.stanford.edu/~backrub/google.html PageRank]&lt;br /&gt;
* June 20: Supernova 2005 ([http://supernova2005.com/ Supernova2005 site]), Microformats [http://supernova2005.com/workshops.htm Workshop], Wharton West, Suite 500, San Francisco, CA, USA&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/06/what-are-microformats/ What are Microformats?]&amp;quot;&lt;br /&gt;
** &amp;quot;[http://homepage.mac.com/kevinmarks/supernovatags.html A microformat for tags]&amp;quot;&lt;br /&gt;
** [http://wiki.commerce.net/wiki/ZCommerceWS#Microformats commercenet wiki page on the workshop] ([http://labs.commerce.net/wiki/index.php/ZCommerceWS#Microformats 2])&lt;br /&gt;
* May 14: Fourteenth International World Wide Web Conference ([http://www2005.org/ WWW2005]), 2005, Microformats Dev-Day Track, Makuhari Messe Room 303, Chiba, JAPAN&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/what-are-microformats/ What are Microformats?]&amp;quot; - Tantek Çelik &lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/linkmf.html Link Microformats]&amp;quot; - John Allsopp&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/www2005/potential.html The Potential of Microformats]&amp;quot; - Eric Meyer&lt;br /&gt;
** &amp;quot;Distributed Social Networks (XFN Implementations)&amp;quot;&lt;br /&gt;
*** Demonstrations of [http://wordpress.org WordPress] &amp;amp; [http://metafilter.com Metafilter]'s builtin XFN support, and XFN search engines [http://rubhub.com/ RubHub] &amp;amp; [http://xhtmlfriends.net/ xhtmlfriends.net].&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/05/hcard-hcalendar/ People and Events (hCard &amp;amp; hCalendar)]&amp;quot; - Tantek Çelik&lt;br /&gt;
** &amp;quot;[http://cnlabs.commerce.net/~rohit/hReview-in-Review/ hReview in Review]&amp;quot; - Rohit Khare&lt;br /&gt;
** &amp;quot;Bibliographies (hBib)&amp;quot; - notes captured: [[hbib-discussion-2005-05-14|hBib Discussion 2005-05-14]]&lt;br /&gt;
** &amp;quot;[http://westciv.com/WWW2005/xml2mf.html a more meaningful web with microformats]&amp;quot;&lt;br /&gt;
** &amp;quot;Semantic Web and Microformats&amp;quot; panel, Room 201&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2005/03/decentralizednetworks/ Decentralized Social Networks]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 17AB, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 14: &amp;quot;[http://2005.sxsw.com/interactive/conference/panels/?action=show&amp;amp;id=IAP0060 How to Trick-Out Your Blog]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* March 13&lt;br /&gt;
** &amp;quot;[http://complexspiral.com/events/archive/2005/sxsw/ Emergent Semantics]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 15, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/leveragingtags.html Leveraging Tags]&amp;quot;, as part of the &amp;quot;How to Leverage Solipsism&amp;quot; panel, South by South West Conference (SXSW) 2005, Austin Convention Center Room 18A, Austin TX&lt;br /&gt;
** &amp;quot;[http://tantek.com/presentations/2005/03/elementsofxhtml/ The Elements of Meaningful XHTML]&amp;quot;, South by South West Conference (SXSW) 2005, Austin Convention Center Room 16B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* January 21: [http://tantek.com/presentations/2005/01/attentionxml.html Attention.xml Technology Overview], private presentation, Yahoo! campus, Santa Clara, CA&lt;br /&gt;
&lt;br /&gt;
== 2004 ==&lt;br /&gt;
&lt;br /&gt;
* September 28: &amp;quot;[http://tantek.com/presentations/20040928sdforumws/semantic-xhtml.html Semantic XHTML: Can your website be your API? - Using semantic XHTML to show what you mean]&amp;quot;, SD Forum Web Services SIG, eBay's Silicon Valley Conference Center 2161 North First Street San Jose, CA 95131&lt;br /&gt;
&lt;br /&gt;
* September 12: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?MVCeqXHTMLCSSJS Model+View+Controller = XHTML+CSS+JS]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Wallcreeper room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 11: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?AttentionXML Attention.XML]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Appaloosa room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* September 10: &amp;quot;[http://wiki.oreillynet.com/foocamp04/index.cgi?SimpleSemanticFormats Simple Semantic Formats]&amp;quot;, O'Reilly Media Foo Camp 2004, O'Reilly Campus, Camel room, Sebastopol CA&lt;br /&gt;
&lt;br /&gt;
* March 15: &amp;quot;[http://tantek.com/presentations/2004sxsw/xfn.html Ridiculously Easy Social Software]&amp;quot;, South by South West Conference (SXSW) 2004, Austin Convention Center Room 17B, Austin TX&lt;br /&gt;
&lt;br /&gt;
* February 11th: &amp;quot;[http://www.tantek.com/presentations/2004etech/realworldsemanticspres.html real world semantics]&amp;quot;, O'Reilly Emerging Technology Conference (ETech) 2004 Westin Horton Plaza, San Diego, CA.  This presentation was the first public discussion and introduction of the terms &amp;quot;microformat&amp;quot; and &amp;quot;lowercase semantic web&amp;quot;.  Reprised as a five-minute lightning talk at [http://wiki.oreillynet.com/etech/index.cgi?ConCon ConCon], Rx Gallery, San Francisco CA (16 February 2004).&lt;br /&gt;
&lt;br /&gt;
This page was contributed from [http://developers.technorati.com/wiki/MicroFormatsPresentations the Technorati developers wiki].&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2010-02-17-webkit-html5-benkyokai&amp;diff=42034</id>
		<title>events/2010-02-17-webkit-html5-benkyokai</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2010-02-17-webkit-html5-benkyokai&amp;diff=42034"/>
		<updated>2010-02-21T13:49:29Z</updated>

		<summary type="html">&lt;p&gt;Oli: adding note about language&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;3rd Webkit/HTML5 Benkyokai (第3回Webkit/HTML5勉強会)&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-02-17&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;–&amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot; lang ja&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;グリー株式会社&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;東京都&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;港区&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;六本木4-1-4&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;黒崎ビル5F&amp;lt;/span&amp;gt; (Tokyo, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;Japan&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;3rd Webkit/HTML5 Benkyokai (第3回Webkit/HTML5勉強会)&amp;lt;/span&amp;gt;&lt;br /&gt;
;Presenter&lt;br /&gt;
:[http://oli.jp/ Oli Studholme]&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://atnd.org/events/3058&amp;lt;/span&amp;gt;&lt;br /&gt;
;Slides&lt;br /&gt;
:[http://oli.jp/slides/microformats-microdata Microformats &amp;amp; Microdata] (slides mainly in English, code examples use Japanese text)&lt;br /&gt;
&lt;br /&gt;
'''[http://feeds.technorati.com/events/microformats.org/wiki/events/2010-02-17-webkit-html5-benkyokai Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== microformats &amp;amp; microdata ==&lt;br /&gt;
&lt;br /&gt;
Oli Studholme will give an overview of Microformats &amp;amp; Microdata, and discuss using them in HTML5 for contact and event data (in Japanese)&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''#html5j'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;tokyo&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
If you use Twitter, mention ''@microformats''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats Twitter Search].&lt;br /&gt;
 &lt;br /&gt;
== notes ==&lt;br /&gt;
Topics discussed:&lt;br /&gt;
&lt;br /&gt;
* Microformats&lt;br /&gt;
* Microdata&lt;br /&gt;
&lt;br /&gt;
== articles and blog posts ==&lt;br /&gt;
Articles and blog posts following up on the meetup. Add a link to your post in the list below. Newest first.&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2010-02-17-webkit-html5-benkyokai&amp;diff=42033</id>
		<title>events/2010-02-17-webkit-html5-benkyokai</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2010-02-17-webkit-html5-benkyokai&amp;diff=42033"/>
		<updated>2010-02-21T13:48:11Z</updated>

		<summary type="html">&lt;p&gt;Oli: adding link to slides&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;3rd Webkit/HTML5 Benkyokai (第3回Webkit/HTML5勉強会)&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-02-17&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;–&amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot; lang ja&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;グリー株式会社&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;東京都&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;港区&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;六本木4-1-4&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;黒崎ビル5F&amp;lt;/span&amp;gt; (Tokyo, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;Japan&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;3rd Webkit/HTML5 Benkyokai (第3回Webkit/HTML5勉強会)&amp;lt;/span&amp;gt;&lt;br /&gt;
;Presenter&lt;br /&gt;
:[http://oli.jp/ Oli Studholme]&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://atnd.org/events/3058&amp;lt;/span&amp;gt;&lt;br /&gt;
;Slides&lt;br /&gt;
:[http://oli.jp/slides/microformats-microdata Microformats &amp;amp; Microdata]&lt;br /&gt;
&lt;br /&gt;
'''[http://feeds.technorati.com/events/microformats.org/wiki/events/2010-02-17-webkit-html5-benkyokai Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== microformats &amp;amp; microdata ==&lt;br /&gt;
&lt;br /&gt;
Oli Studholme will give an overview of Microformats &amp;amp; Microdata, and discuss using them in HTML5 for contact and event data (in Japanese)&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''#html5j'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;tokyo&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
If you use Twitter, mention ''@microformats''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats Twitter Search].&lt;br /&gt;
 &lt;br /&gt;
== notes ==&lt;br /&gt;
Topics discussed:&lt;br /&gt;
&lt;br /&gt;
* Microformats&lt;br /&gt;
* Microdata&lt;br /&gt;
&lt;br /&gt;
== articles and blog posts ==&lt;br /&gt;
Articles and blog posts following up on the meetup. Add a link to your post in the list below. Newest first.&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=spam-removal&amp;diff=42032</id>
		<title>spam-removal</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=spam-removal&amp;diff=42032"/>
		<updated>2010-02-21T13:44:25Z</updated>

		<summary type="html">&lt;p&gt;Oli: adding info for non-sysop users&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Spam Removal&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Unfortunately not everyone plays nice on the microformats wiki, and from time to time a misguided individual (or bot) may edit pages and add unrelated content, typically advertisements with links, sometimes hidden, and sometimes they may even delete or otherwise damage the existing content.&lt;br /&gt;
&lt;br /&gt;
Whether or not you have admin privileges, you can help fight this spam.&lt;br /&gt;
&lt;br /&gt;
The fastest / best way to remove spam is to get in the [[irc]] channel, and see if you can alert an admin by mentioning &amp;quot;adminhelp&amp;quot;, or even ask one of the admins you see in the channel by name.  Admins can block the spammer immediately to prevent further damage from that login, as well as one-click rollback their changes.&lt;br /&gt;
&lt;br /&gt;
If there are no admins about, please remove the links and mention “spam” in summary.&lt;br /&gt;
&lt;br /&gt;
== Block (admins only) ==&lt;br /&gt;
&lt;br /&gt;
# Start with http://microformats.org/wiki/Special:Recentchanges&lt;br /&gt;
# click the &amp;quot;block&amp;quot; link next to one of the changes from a spammer&lt;br /&gt;
# enter &amp;quot;infinite&amp;quot; for the Expiry&lt;br /&gt;
# and something like &amp;quot;spammer&amp;quot; for the Reason&lt;br /&gt;
# Click &amp;quot;Block this user&amp;quot;&lt;br /&gt;
# Go back to http://microformats.org/wiki/Special:Recentchanges to verify that your block took effect, and look for any other spammers to block&lt;br /&gt;
&lt;br /&gt;
== Rollback (admins only) ==&lt;br /&gt;
&lt;br /&gt;
# Start with http://microformats.org/wiki/Special:Recentchanges&lt;br /&gt;
# Apple/command/control-click the (diff) link next to each change that a spammer has done to open new tabs for each problem. Only once per page though - you don't need to click diff for each change for a single page.&lt;br /&gt;
# Now on that diff page there are three possibilities:&lt;br /&gt;
## There is a [rollback] link in the top right - if so, click it, you're done.&lt;br /&gt;
## There is no [rollback] link, typically because someone else has changed the page after the spammer.  In that case, click the history link near the top left and then click the radio button in the left column of radio buttons that corresponds to the last version before the spammer started editing and click &amp;quot;Compare selected versions&amp;quot;. You should see no changes (i.e. some other microformats community member successfully removed the spam).  If you see any other changes, (like accidental removal of content), the easiest thing to do is to go back to the history page, then click on the dated link of the last stable version, then edit, note the warning about editing an older version, then save.&lt;br /&gt;
## Something goes wrong when you click the (diff) link and you don't get the typical diff page. You get some other plain typically unstyled HTML. i've only seen this a few times and it usually means the wiki page was really messed up in some odd way.  In this scenario you also have to go back to [http://microformats.org/wiki/Special:Recentchanges recent changes], click the (hist) link instead of the (diff) link next to the errant change, and then just like the second part of the previous tip, click on the dated link of the last stable version, then edit, note the warning, then save.&lt;br /&gt;
## There is a 4th possibility, when a spammer creates a new page, in that case you simply Delete it, with the reason given as spam.&lt;br /&gt;
# In any case, when you're done repairing that page, close the tab, and repair the next one.  In the typical case where you catch the spam nearly immediately and no-one has changed the page, you can click the [rollback] link, then close the tab, in quite rapid succession, often undoing a recent spam attack on a number of pages in under a minute.&lt;br /&gt;
# Finally you may want to go back to http://microformats.org/wiki/Special:Recentchanges and verify that you repaired the damage.&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=h2vx&amp;diff=41953</id>
		<title>h2vx</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=h2vx&amp;diff=41953"/>
		<updated>2010-02-14T15:53:51Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* issues */ adding timezone issue&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;H2VX&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
&amp;lt;dfn&amp;gt;[http://h2vx.com H2VX]&amp;lt;/dfn&amp;gt; is a production deployment of the [[X2V]] hCard and hCalendar conversion transforms.&lt;br /&gt;
&lt;br /&gt;
It converts [[hCard]] contacts and [[hCalendar]] events on web pages to .vcf and .ics respectively for use in desktop and other client software applications.&lt;br /&gt;
&lt;br /&gt;
== documentation ==&lt;br /&gt;
To convert hCards to vCards, go http://h2vx.com/vcf/ and enter the URL to the hCards.&lt;br /&gt;
&lt;br /&gt;
To convert hCalendar to iCalendar, go http://h2vx.com/ics/ and enter the URL to the hCalendar events.&lt;br /&gt;
&lt;br /&gt;
=== URLs ===&lt;br /&gt;
Links to H2VX.com to convert a URL (like &amp;lt;nowiki&amp;gt;http://microformats.org/wiki/events&amp;lt;/nowiki&amp;gt; ) can be constructed as follows:&lt;br /&gt;
&lt;br /&gt;
You may omit the leading &amp;quot;http://&amp;quot; from the URL to be converted for a briefer more readable URL:&lt;br /&gt;
&lt;br /&gt;
;download vCards from hCards&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/vcf/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/vcf/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
;download iCalendar from hCalendar&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
;subscribe to hCalendar from hCalendar&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;webcal://h2vx.com/ics/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;webcal://h2vx.com/ics/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
:&amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/sub/URL&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt; &amp;lt;span style=&amp;quot;margin-left:2em;display:block&amp;quot;&amp;gt;for systems which don't support auto-linking of webcal: URLs, e.g. MediaWiki, Twitter.&amp;lt;/span&amp;gt;&lt;br /&gt;
:e.g. &amp;lt;kbd&amp;gt;&amp;lt;nowiki&amp;gt;http://h2vx.com/ics/sub/microformats.org/wiki/events&amp;lt;/nowiki&amp;gt;&amp;lt;/kbd&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== user agent strings ===&lt;br /&gt;
H2VX uses two user agent strings, when retrieving hCards and hCalendars respectively:&lt;br /&gt;
* &amp;lt;samp&amp;gt;&amp;lt;nowiki&amp;gt;H2VX contacts proxy (http://h2vx.com/vcf/)&amp;lt;/nowiki&amp;gt;&amp;lt;/samp&amp;gt;&lt;br /&gt;
* &amp;lt;samp&amp;gt;&amp;lt;nowiki&amp;gt;H2VX events proxy (http://h2vx.com/ics/)&amp;lt;/nowiki&amp;gt;&amp;lt;/samp&amp;gt;&lt;br /&gt;
You may see occurrences of these in your web server logs when users of H2VX convert hCards and hCalendar events on your pages.&lt;br /&gt;
&lt;br /&gt;
=== built ===&lt;br /&gt;
H2VX is built and maintained by [[User:Tantek|Tantek]] with:&lt;br /&gt;
* [[X2V]] XSLTs by [[User:Brian|Brian Suda]]&lt;br /&gt;
* PHP get-contact.php get-cal.php originally written by Brian, updated/factored by Tantek with various improvements. [[to-do]]: open source these.&lt;br /&gt;
* PHP common.php (and Javascript common.js) by Tantek which incorporate CASSISv0 open source from http://cassisproject.com/&lt;br /&gt;
* XHTML1+CSS+JS front-end design/interface by Tantek (view source of h2vx.com in your browser for more).&lt;br /&gt;
&lt;br /&gt;
== feedback ==&lt;br /&gt;
Have feedback on H2VX? Feel free to add to the top of this list and use &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; to sign your name and date your comment. If this grows too big we can move it to [[h2vx-feedback]]&lt;br /&gt;
&lt;br /&gt;
* As a Web page author I find the H2XV site a bit awkward to use -- it's difficult to find the URLs to use in my Web page. As an end-user it fine to have the H2VX bookmarklets in my toolbar, but as a page author I can't be sure everyone has the bookmarklets or Operator installed. [[User:Bob Jonkman|Bob Jonkman]] 00:56, 10 November 2009 (UTC)&lt;br /&gt;
* &amp;quot;Also, a short 'about' page would be worthwhile IMO, especially for adding to the homepage.&amp;quot; - Norm on microformats-discuss.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== issues ==&lt;br /&gt;
Found a problem with H2VX? Please note it here at the top of this list (consider grouping it under an existing subhead or introduce a new subhead if necessary) and use &amp;lt;nowiki&amp;gt;~~~~&amp;lt;/nowiki&amp;gt; to sign your name and date your comment. If this grows too big we can move it to [[h2vx-issues]]&lt;br /&gt;
&lt;br /&gt;
=== HTML5 support ===&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;amp;lt;meta charset=utf-8&amp;amp;gt;&amp;lt;/code&amp;gt; isn't recognized so the output is double encoded. [[User:Greut|Greut]] 11:12, 4 January 2010 (UTC)&lt;br /&gt;
* new HTML5 elements (such as header, footer, section) are not supported (this is because they are stripped out by PHP Tidy and thus ignored). [[User:Tantek|Tantek]] 16:13, 19 January 2010 (UTC) &amp;lt;br /&amp;gt; possible solutions:&lt;br /&gt;
** 1. Wait for a PHP html5lib (being coded by the HTML5 community, but not available/functional yet AFAIK)&lt;br /&gt;
** 2. Add a flag to the H2VX processing URL which says &amp;quot;I'm a crazy XML person and my markup is 100% well formed XML, please don't tidy, please break and fail to process if it's not well formed&amp;quot;.&lt;br /&gt;
** in either case, new special HTML5 elements (like time) will require an update to [[X2V]] to know to properly handle/parse new semantic attributes (like datetime).&lt;br /&gt;
&lt;br /&gt;
=== mouse events ===&lt;br /&gt;
* The &amp;quot;what are microformats?&amp;quot; style descriptions only appear on mouse-over of the trigger terms (those with class=&amp;quot;term&amp;quot;). It does not appear at all when keyboard navigation is used, making it somewhat inaccessible. The problem here is that the trigger elements are the ones that should receive focus, but not being links they are not in the tabbing order so do not, hence the helper text never appears for keyboard users. [[User:Norm|Norm]] 10:39, 6 November 2009 (UTC)&lt;br /&gt;
** Quick fix: remove '''visibility:hidden''' from '''.term .info'''. [[User:Andr3|Andr3]]&lt;br /&gt;
&lt;br /&gt;
=== page semantics ===&lt;br /&gt;
* &amp;amp;lt;i class=&amp;quot;term&amp;quot;&amp;gt; should be made into &amp;amp;lt;em&amp;gt;'s for semantic reasons. ;) [[User:Andr3|Andr3]]&lt;br /&gt;
** Note that the &amp;lt;code&amp;gt;&amp;amp;lt;i&amp;gt;&amp;lt;/code&amp;gt; element is used deliberately for &amp;quot;instance&amp;quot; of a term - this is an [[HTML5]] semantic, and is more accurate in this instance than &amp;quot;em&amp;quot;phasis. — [[User:Tantek|Tantek]] 18:29, 11 November 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== not possible to use dtstart with timezone in abbr title ===&lt;br /&gt;
* Adding a timezone to dtstart using abbr pattern leads to The Shining-style debug output repeating “Object is a string”. I tried adding a time with timezone via the value class pattern, and while the vcard downloads the time is incorrect ~~[[User:Oli|Oli]] 00:53 15 February 2010 (+09:00)&lt;br /&gt;
&lt;br /&gt;
=== resolved ===&lt;br /&gt;
Resolved issues are moved to this section. If this grows too big we can move it to [[h2vx-issues-resolved]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
* 2009-11-11 We were using the Technorati hosted service. Surprised to see it redirected to H2XV, took a minute to realize what was going on. Thanks for picking up the service! Both the hosting provider and the new user agent are blocked by default on our side to prevent scraping. To be more transparent, maybe you could change the UA similar to the old one: from &amp;lt;nowiki&amp;gt;&amp;quot;Technorati contacts proxy (http://technorati.com/contacts/)&amp;quot;&amp;lt;/nowiki&amp;gt; to &amp;lt;nowiki&amp;gt;&amp;quot;H2VX contacts proxy (http://h2vx.com/vcf/)&amp;quot;&amp;lt;/nowiki&amp;gt; [[User:DineMonkey|DineMonkey]] 15:47, 11 November 2009 (UTC)&lt;br /&gt;
** I've updated the user agent strings per your recommendation and documented them above as well. [[User:Tantek|Tantek]] 18:29, 11 November 2009 (UTC)&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;H2VX contacts proxy (http://h2vx.com/vcf/)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
*** &amp;lt;nowiki&amp;gt;H2VX events proxy (http://h2vx.com/ics/)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== closed ===&lt;br /&gt;
Once a resolved issue has no further actions (and ideally is verified by the issue reporter), it can be closed and moved to this section. If this grows too big we can move it to [[h2vx-issues-closed]]&lt;br /&gt;
* 2009-11-04 It would be good to have the option to pass &amp;quot;referer&amp;quot; instead of a URL. [[User:Adactio|Adactio]] 10:47, 4 November 2009 (UTC)&lt;br /&gt;
** http://h2vx.com/vcf/referrer and http://h2vx.com/ics/referrer are now up and running. Example of /vcf/referrer is live on http://tantek.com/ and the alternate spelling /vcf/referer is used live on http://clearleft.com/ - as such, closing this issue. [[User:Tantek|Tantek]] 20:25, 5 November 2009 (UTC)&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[X2V]]&lt;br /&gt;
* [[hCard]]&lt;br /&gt;
* [[hCalendar]]&lt;br /&gt;
* [[implementations]]&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=irc-people&amp;diff=41952</id>
		<title>irc-people</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=irc-people&amp;diff=41952"/>
		<updated>2010-02-14T15:12:23Z</updated>

		<summary type="html">&lt;p&gt;Oli: adding myself&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A list of [[irc|IRC]] regulars, sorted by nick, and their normal timezones (winter/summer).&lt;br /&gt;
&lt;br /&gt;
* {{irc user|Amodal1| amodal1|-0500/-0600}}&lt;br /&gt;
* {{irc user|Adam Ballai|AdamBallai|-700/-700}}&lt;br /&gt;
* {{irc user|Adam Craven|AdamCraven|+0000}}&lt;br /&gt;
* {{irc user|Alenonimo|Alenonimo|-0300}}&lt;br /&gt;
* {{irc user|Alexander Graf|AlexanderGraf|+0100}}&lt;br /&gt;
* {{irc user|Axelator|ax|-0700}}&lt;br /&gt;
* {{irc user|Tomasino|aloneone|-0500}}&lt;br /&gt;
* {{irc user|AmanuelTewolde|Amanuel|-0500/-0400}}&lt;br /&gt;
* {{irc user|Amette|amette|+1000}}&lt;br /&gt;
* {{irc user|Amir Guindehi|AmirGuindehi|+1000}}&lt;br /&gt;
* {{irc user|Andr3|andr3|+0000}}&lt;br /&gt;
* {{irc user|Ajaswa|Andrew Jaswa|-0500}}&lt;br /&gt;
* {{irc user|AndrewDisley|AndrewDisley|+0000}}&lt;br /&gt;
* {{irc user|Andrii Ponomarov|Andrii|+0300}}&lt;br /&gt;
* {{irc user|AngeloGladding|angelogladding|-0800/-0700}}&lt;br /&gt;
* {{irc user|AnselHalliburton|anselxyz|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ashe Dryden|Ashe|-600}}&lt;br /&gt;
* {{irc user|Atamido|Atamido|-0600/-0500}}&lt;br /&gt;
* {{irc user|Barce|Barce|-0800/-0700}}&lt;br /&gt;
* {{irc user|Azathoth|Florian Beer|+1000}}&lt;br /&gt;
* {{irc user|Tyler Roehmholdt|Baristo|-0800/-0700}}&lt;br /&gt;
* {{irc user|Belling|Belling|-0800/-0700}}&lt;br /&gt;
* {{irc user|BenjaminCarlyle|BenjaminCarlyle|+1000}}&lt;br /&gt;
* {{irc user|HenriBergius|bergie|+0200/+0300}}&lt;br /&gt;
* {{irc user|Ben Ward|BenWard|-0800/-0700}}&lt;br /&gt;
* {{irc user|BenWest|bewest|-0800/-0700}}&lt;br /&gt;
* {{irc user|B.K._DeLong|bkdelong|-0500/-0400}}&lt;br /&gt;
* {{irc user|Robert|blueace|+0100}}&lt;br /&gt;
* {{irc user|Robert|blueace|+0100}}&lt;br /&gt;
* {{irc user|BluesMoon|bluesmoon|+0530}}&lt;br /&gt;
* {{irc user|BobChao|BobChao|+0800}}&lt;br /&gt;
* {{irc user|Bob Jonkman|BobJonkman|-0500/-0400}}&lt;br /&gt;
* {{irc user|Oli|boblet|+0900}}&lt;br /&gt;
* {{irc user|Boneill|boneill|+0000}}&lt;br /&gt;
* {{irc user|Brian|briansuda|+0000}}&lt;br /&gt;
* {{irc user|TimT|bringo|-0800/-0700}}&lt;br /&gt;
* {{irc user|Briski|Briski|+0000}}&lt;br /&gt;
* {{irc user|BryanL|BryanL|-0500/-0400}}&lt;br /&gt;
* {{irc user|BryanRieger|Bryan Rieger|+0000}}&lt;br /&gt;
* {{irc user|Bug-E|Bug-E|+0200}}&lt;br /&gt;
* {{irc user|CarlaHufstedler|carlamagpie|-0500/-0400}}&lt;br /&gt;
* {{irc user|Colin_Barrett|cbarrett|-1000}}&lt;br /&gt;
* {{irc user|Cognizance|Cognizance|-0800/-0700}}&lt;br /&gt;
* {{irc user|ColinDDevroe|cdevroe|-0500/-0600}}&lt;br /&gt;
* {{irc user|Cgriego|cgriego|-0600/-0500}}&lt;br /&gt;
* {{irc user|Charlvn|Charl|+0200/+0200}}&lt;br /&gt;
* {{irc user|CharlesRoper|charles_r|0000/+0100}}&lt;br /&gt;
* {{irc user|Chris_Cressman|Chris Cressman|-0500/-0400}}&lt;br /&gt;
* {{irc user|ChristopherStJohn|cks|-0600/-0500}}&lt;br /&gt;
* {{irc user|JeremyBoggs|clioweb|-5000/-4000}}&lt;br /&gt;
* {{irc user|Cloud|Cloud|+0000}}&lt;br /&gt;
* {{irc user|Cruster|cruster|+0200}}&lt;br /&gt;
* {{irc user|Csarven|csarven|-0500/-0400}}&lt;br /&gt;
* {{irc user|ChrisBrentano|ctb|-0800/-0700}}&lt;br /&gt;
* {{irc user|DanC|DanC|-0600/-0500}}&lt;br /&gt;
* {{irc user|DanielBurka|DanielBurka|-0400}}&lt;br /&gt;
* {{irc user|DanielJohnLewis|danieljohnlewis|0000}}&lt;br /&gt;
* {{irc user|DannyAyers|danja|+0100/+0200}}&lt;br /&gt;
* {{irc user|Dave Cardwell|davecardwell|+0000}}&lt;br /&gt;
* {{irc user|DavidMead|DavidMead|-0400}}&lt;br /&gt;
* {{irc user|DavidRussell|davidrussell|-0600/-0500}}&lt;br /&gt;
* {{irc user|DBounds|Darren Bounds|-0500}}&lt;br /&gt;
* {{irc user|Ddonat|David Gratton|-0800/-700}}&lt;br /&gt;
* {{irc user|DenisDefreyne|ddfreyne|+0100/+0200}}&lt;br /&gt;
* {{irc user|DeanEro|deanero|-0800/-0700}}&lt;br /&gt;
* {{irc user|DeepText|Deep Text|-0800/-0700}}&lt;br /&gt;
* {{irc user|DerrickPallas|DerrickPallas|-0800/-0700}}&lt;br /&gt;
* {{irc user|DimitriGlazkov|dglazkov|-0600/-0500}}&lt;br /&gt;
* {{irc user|DiegoBudny|DiegoBudny|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|DKerzman|DKerzman|-0600}}&lt;br /&gt;
* {{irc user|Dan Kubb|dkubb|-0800/-0700}}&lt;br /&gt;
* {{irc user|Dreamisle|dreamisle|-0500}}&lt;br /&gt;
* {{irc user|DrErnie|DrErnie|-0800/-0700}}&lt;br /&gt;
* {{irc user|DrewMcLellan|drewinthehead|+0000/+0100}}&lt;br /&gt;
* {{irc user|DrewBell|droob|-0600/-0500}}&lt;br /&gt;
* {{irc user|DimitriosZachariadis|dzach|+0200/+0300}}&lt;br /&gt;
* {{irc user|Ed Summers|edsu|-0500/-0400}}&lt;br /&gt;
* {{irc user|Enric|Enric|-0800/-0700}} (alt sp &amp;quot;enric&amp;quot;)&lt;br /&gt;
* {{irc user|Evan|evanpro|-0500}}&lt;br /&gt;
* {{irc user|Evan|e_s_p|-0500}}&lt;br /&gt;
* {{irc user|Ket Majmudar|ethicaljunction|+0100}}&lt;br /&gt;
* {{irc user|EdwardWelker|ewelker|-0500}}&lt;br /&gt;
* {{irc user|ChrisMessina|factoryjoe|-0800/-0700}}&lt;br /&gt;
* {{irc user|Fil|Fil|+0200}}&lt;br /&gt;
* {{irc user|CFinke|Finke|-0700/-0600}}&lt;br /&gt;
* {{irc user|MarkoMrdjenovic|friedcell|+0100/+0200}}&lt;br /&gt;
* {{irc user|GarethR|garethr|+0000/+0100}}&lt;br /&gt;
* {{irc user|GeorgeBrock|georgebrock|+0000/+0100}}&lt;br /&gt;
* {{irc user|Grantbow|Grantbow|-0800/-0700}}&lt;br /&gt;
* {{irc user|Griffin|Griffin|-0600/-0500}}&lt;br /&gt;
* {{irc user|Guillaume Lebleu|glebleu|-0800}}&lt;br /&gt;
* {{irc user|Aubergine10|Guy Fraser|+0100/+0000}}&lt;br /&gt;
* {{irc user|HenrichPoehls|HenrichP|+0100}}&lt;br /&gt;
* {{irc user|IanHickson|Hixie|-0800/-0700}}&lt;br /&gt;
* {{irc user|Hlb|hlb|+0800-0700}}&lt;br /&gt;
* {{irc user|EdwardOConnor|hober|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ichigo|ichigo|+1000}}&lt;br /&gt;
* {{irc user|Alper|illustir|+0100}}&lt;br /&gt;
* {{irc user|Inkbase|inkbase|-0800/-0700}}&lt;br /&gt;
* {{irc user|IwaiMasaharu|iwaim|+0900}}&lt;br /&gt;
* {{irc user|Izo|IZO|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|Jabz|Jabz|+0000}}&lt;br /&gt;
* {{irc user|JamieKnight|JamieKnight|+1000/0000}}&lt;br /&gt;
* {{irc user|JayMyers|jaymyers|-0600/-0500}}&lt;br /&gt;
* {{irc user|JoeGregorio|jcgregorio|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|WizardIsHungry|jcw9|-0500/-0400}}&lt;br /&gt;
* {{irc user|Adactio|Jeremy Keith|+0000}}&lt;br /&gt;
* {{irc user|jrodgers|JesseRodgers|-0500}}&lt;br /&gt;
* {{irc user|JasonK|jkridner|-0600/-0500}}&lt;br /&gt;
* {{irc user|JeffMcNeill|jeffmcneill|-1000}}&lt;br /&gt;
* {{irc user|JimboJW|jimbojw|-0600/-0500}}&lt;br /&gt;
* {{irc user|Jonathan_Arkell|jonnay|-0700/0600}}&lt;br /&gt;
* {{irc user|JonathanMalek|JonathanMalek|-0800/-0700}}&lt;br /&gt;
* {{irc user|JosephHolsten|josephholsten|-0600/-0500}}&lt;br /&gt;
* {{irc user|JulianStahnke|julianstahnke|+0000}}&lt;br /&gt;
* {{irc user|Kapowaz|kapowaz|+0000/+0100}}&lt;br /&gt;
* {{irc user|Keri Henare|kerihenare|+1200}}&lt;br /&gt;
* {{irc user|KevBurnsJr|kevburnsjr|-0800}}&lt;br /&gt;
* [http://epeus.blogspot.com/ KevinMarks] (-0800/-0700)&lt;br /&gt;
* {{irc user|RyanKing|kingryan|-0800/-0700}}&lt;br /&gt;
** [http://theryanking.com/blog/archives/2006/04/19/office-hours/ Office hours]: Wednesday, 21:00 UTC&lt;br /&gt;
* {{irc user|Lachlan Hunt|Lachy|+1000/+1100}}&lt;br /&gt;
* {{irc user|Levitation|levitation[A]|+0200/+0300}}&lt;br /&gt;
* {{irc user|Linmic|linmic|+0800-0700}}&lt;br /&gt;
* {{irc user|MarkNg|madness|+0000/+0100}}&lt;br /&gt;
* {{irc user|Mark Mansour|Mark Mansour|+1100}}&lt;br /&gt;
* {{irc user|MarkNormanFrancis|Mark Norman Francis|+0000/+0100}}&lt;br /&gt;
* {{irc user|Maddiin|Martin Czura|+0100}}&lt;br /&gt;
* {{irc user|MattBowen|Matt Bowen|-0500/-0400}}&lt;br /&gt;
* {{irc user|Groningen|Matthias Kluth|+0100}}&lt;br /&gt;
* {{irc user|MattisManzel|Mattis Manzel|+0100/+0200}}&lt;br /&gt;
* {{irc user|CiaranMc|McNulty|+0000/+0100}}&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[[mfbot]]&amp;lt;/span&amp;gt; - a bot which logs all edits to this wiki. It appends a number with a '+' or '-' sign, to indicate the number of characters added or removed as a result of the edit.&amp;lt;/span&amp;gt;&lt;br /&gt;
* {{irc user|MicroAngelo|MicroAngelo|+0000/+0100}}&lt;br /&gt;
* {{irc user|Mike|Michael McCracken(mmc)|-0800/-0700}}&lt;br /&gt;
* {{irc user|MikeKaply|mkaply|-0600/-0500}}&lt;br /&gt;
* {{irc user|SteveIvy|monkinetic/redmonk|-0700}}&lt;br /&gt;
* {{irc user|MWTE|mwte|+0000/+0100}}&lt;br /&gt;
* {{irc user|RobManson|nambor|+1000}}&lt;br /&gt;
* {{irc user|Naterkane|Nater Kane|-0500}}&lt;br /&gt;
* {{irc user|Nelix|nelix|+1000}}&lt;br /&gt;
* {{irc user|neuro|neuro|&amp;lt;small&amp;gt;-unspecified-&amp;lt;/small&amp;gt;}}&lt;br /&gt;
* {{irc user|Niekie|niekie|+0100/+0200}}&lt;br /&gt;
* {{irc user|NTollervey|ntoll|+0000/+0100}}&lt;br /&gt;
* {{irc user|Pawlik|pawlik|+0100/+0200}}&lt;br /&gt;
* {{irc user|Andy Pemberton|pembertona|-0500/-0400}}&lt;br /&gt;
* {{irc user|Phae|Phae|+0000/+0100}}&lt;br /&gt;
* {{irc user|pius|Pius Uzamere|+0500}}&lt;br /&gt;
* {{irc user|PriitLaes|plaes|+0200/+0300}}&lt;br /&gt;
* {{irc user|ChrisCasciano|pnhChris|-0500/-0400}}&lt;br /&gt;
* {{irc user|Hugopeixoto|Politoed|+0000/+0100}}&lt;br /&gt;
* {{irc user|PetarPopov|popov|-0800/-0700}}&lt;br /&gt;
* {{irc user|Pfefferle|pfefferle|+0100/+0200}}&lt;br /&gt;
* {{irc user|Lauren Scime|pseudowish|-0800/-700}}&lt;br /&gt;
* {{irc user|DavidOsolkowski|qid|-0500}}&lt;br /&gt;
* {{irc user|RCanine|RCanine|-0500/-0400}}&lt;br /&gt;
* {{irc user|Remi|Remi|-0500/-0400}}&lt;br /&gt;
* {{irc user|ZachCarter|riah|-0500/-0400}}&lt;br /&gt;
* {{irc user|RobertBachmann|RobertBachmann|+0100/+0200}}&lt;br /&gt;
** Office hours: &amp;lt;s&amp;gt;Wednesday, 18:00-20:00 UTC&amp;lt;/s&amp;gt; (Currently no office hours}}&lt;br /&gt;
* {{irc user|RobLinton|RobLinton|-0800/-0700}}&lt;br /&gt;
* {{irc user|Ronnos|Ron Kok|+0000}}&lt;br /&gt;
* {{irc user|SamJohnston|samj|+0100/+0200}}&lt;br /&gt;
* {{irc user|SarahWorsham|sazbean|-0500/-0400}}&lt;br /&gt;
* {{irc user|ScottNelle|snelle|-0500/-0400}}&lt;br /&gt;
* {{irc user|ScottRozic|gravitas|-0500/+0100}}&lt;br /&gt;
* {{irc user|Dana Benson|Snowden|-0800/-0700}}&lt;br /&gt;
* {{irc user|SinDoc|SinDoc|+0100/+0200}}&lt;br /&gt;
* {{irc user|Savell Martin|Savell|+0000/+0000}}&lt;br /&gt;
* {{irc user|Smackman|Steve Farrell|-0800/-0700}}&lt;br /&gt;
* {{irc user|SpikeUK|SpikeUK|+0000/+0100}}&lt;br /&gt;
* {{irc user|Steve Ganz|SteveGanz|-0800/-0700}}&lt;br /&gt;
* {{irc user|Stii|Stii|+0200 GMT}}&lt;br /&gt;
* {{irc user|ReinierZ|surial|+0100 GMT}}&lt;br /&gt;
* {{irc user|SuperPhly|SuperPhly|-600/-500}}&lt;br /&gt;
* {{irc user|SyedSRahman|syedsrahman|+0530}}&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;sym[[User:LynX|lynX]]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; or (better) [[User:LynX|lynX]] on [http://about.psyc.eu PSYC] (+0100}}&lt;br /&gt;
* {{irc user|DavidLehn|taaz|-0500/-0400}}&lt;br /&gt;
* {{irc user|Tantek|Tantek|-0800/-0700}}&lt;br /&gt;
* {{irc user|tbmartin|tbmartin|-0800/-0700}}&lt;br /&gt;
* {{irc user|themattharris|themattharris|-0800/-0700}}&lt;br /&gt;
* {{irc user|Wojciech|theanxy|+0100/+0200}}&lt;br /&gt;
* {{irc user|TheJbf|thejbf|+0100/+0200}}&lt;br /&gt;
* {{irc user|Thomasknoll|thomasknoll|-0800}}&lt;br /&gt;
* {{irc user|thuddwhirr|thuddwhirr|-0800/-0700}}&lt;br /&gt;
* {{irc user|TobyInk|tobyink|+0000/+0100}}&lt;br /&gt;
* {{irc user|Trovster|trovster|-0800/-0700}}&lt;br /&gt;
* {{irc user|Vadania|vadania|-0600/-0700}}&lt;br /&gt;
* {{irc user|Vant|vant|+0900}}&lt;br /&gt;
* {{irc user|venkateswaran|vensilver|+5.30 GMT}}&lt;br /&gt;
* {{irc user|Victor|victor|+0100/+0200}}&lt;br /&gt;
* {{irc user|V-I-P|V-I-P|+0100/+0200}}&lt;br /&gt;
* {{irc user|KrissWatt|VoodooChild|+0000/+0100}}&lt;br /&gt;
* {{irc user|WebOrganics|weborganics|+0100}}&lt;br /&gt;
* {{irc user|JacksonWilkinson|whafro|-0500/-0400}}&lt;br /&gt;
* {{irc user|Richard Conyard|WhiskeyM|+0000}}&lt;br /&gt;
* {{irc user|Veeliam|William Lawrence|-0800/-0700}}&lt;br /&gt;
* {{irc user|StevenWoods|woodss|+0000 GMT}}&lt;br /&gt;
* {{irc user|Ianloic|yakk|-0800/-0700}}&lt;br /&gt;
* {{irc user|LarsStrojny|mastaYoda|+0100}}&lt;br /&gt;
* {{irc user|ZimbaTm|zimbatm|+0100}}&lt;br /&gt;
* {{irc user|FoundAtion|Foundation|-0800}}&lt;br /&gt;
* {{irc user|PJKix|pjkix|-0800/-700}}&lt;br /&gt;
* {{irc user| ChrisBroadfoot|broady|+1000}}&lt;br /&gt;
* {{irc user|Natalie Downe|NatBat|+0000}}&lt;br /&gt;
* {{irc user|Dotjay|dotjay|+0000}}&lt;br /&gt;
* {{irc user|PeterHellberg|zil|+0100}}&lt;br /&gt;
* {{irc user|Kiryl Zhybul|zkv|+0400}}&lt;br /&gt;
* {{irc user|ScottThorpe|Salve|-0800/-0700}}&lt;br /&gt;
* {{irc user|Dane|imdane|-0600/-0500}}&lt;br /&gt;
* {{irc user|ThomasLoertsch|tl|+0100/+0200}}&lt;br /&gt;
* {{irc user|Francisco Bernardo|frantic0|+0100/+0200}}&lt;br /&gt;
* {{irc user|Steven Osborn|steve918|-0700/-0800}}&lt;br /&gt;
* {{irc user|Trodrigues|trodrigues|+0000}}&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:Oli&amp;diff=41951</id>
		<title>User:Oli</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:Oli&amp;diff=41951"/>
		<updated>2010-02-14T05:53:00Z</updated>

		<summary type="html">&lt;p&gt;Oli: it’d be nice if I could add class=&amp;quot;url&amp;quot; to this&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;b class=&amp;quot;fn&amp;quot;&amp;gt;Oli Studholme&amp;lt;/b&amp;gt; I’m interested in HTML5, and live in Japan. [http://oli.jp/ Oli.jp]&amp;lt;/span&amp;gt;&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=html5&amp;diff=41950</id>
		<title>html5</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=html5&amp;diff=41950"/>
		<updated>2010-02-14T05:42:05Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* Issues */ adding HTML5 validation issue with colon-less timezones (as recommended on value-class-pattern page)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Microformats in HTML 5&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''This page is to document '''future''' use of microformats in [http://www.w3.org/html/wg/html5 HTML 5]. None of the items documented are supported now, and may change upon proper development within the microformats community, or changes in the HTML 5 specification. This page is to track HTML5 enabled enhancements to microformats, and issues that HTML5 raises. It may be used to track issues which we need to push back into the HTML 5 development process.''&lt;br /&gt;
&lt;br /&gt;
If there are things that Microformats would like to mark up that aren't handled by HTML5 explicitly, please let the WHATWG know, so we can improve HTML5. This is how &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; came to be, for instance.&lt;br /&gt;
&lt;br /&gt;
==New features in HTML5==&lt;br /&gt;
&lt;br /&gt;
=== time element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for representing date times'''. In HTML5, the machine form of datetimes can be represented natively. It should be possible to replace the date-time design pattern with native HTML.&lt;br /&gt;
* &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; takes an optional &amp;lt;code&amp;gt;pubdate&amp;lt;/code&amp;gt; attribute, to indicate the publication date of an &amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;. Synonymous with [[hAtom]] &amp;lt;code&amp;gt;published&amp;lt;/code&amp;gt;, may imply [[hAtom]] &amp;lt;code&amp;gt;updated&amp;lt;/code&amp;gt;, may imply [[hReview]] &amp;lt;code&amp;gt;dtreviewed&amp;lt;/code&amp;gt;, may imply [[hListing]] &amp;lt;code&amp;gt;dtlisted&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== article element ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;article&amp;lt;/code&amp;gt;''' element for major, independent compositions of content within a page. Perhaps synonymous with [[hAtom]] &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt;. Could be parsed as &amp;lt;code&amp;gt;hentry&amp;lt;/code&amp;gt; within explicit &amp;lt;code&amp;gt;hfeed&amp;lt;/code&amp;gt; blocks?&lt;br /&gt;
&lt;br /&gt;
=== microdata ===&lt;br /&gt;
'''[[microdata]]'''. HTML5 provides a set of attributes and associated DOM APIs for extracting data from web pages.&lt;br /&gt;
* &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; attribute is a more specific version of &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt;, for field names&lt;br /&gt;
* &amp;lt;del&amp;gt;&amp;lt;code&amp;gt;subject&amp;lt;/code&amp;gt; attribute allows semantically linking within the page. Conceptually similar to the [[include-pattern]].&amp;lt;/del&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;&amp;amp;lt;itemref refid=&amp;quot;x&amp;quot; /&amp;amp;gt;&amp;lt;/code&amp;gt; allows semantically linking within the page. Conceptually similar to the [[include-pattern]].&lt;br /&gt;
* &amp;lt;code&amp;gt;content&amp;lt;/code&amp;gt; attribute on the &amp;lt;code&amp;gt;meta&amp;lt;/code&amp;gt; element can be used to invisibly include data. Conceptually similar to the [[value-class-pattern]]. &lt;br /&gt;
* &amp;lt;code&amp;gt;itemscope&amp;lt;/code&amp;gt; attribute identifies blocks to be marked as structure data. Conceptually similar to the [[mfo]] brainstorming?&lt;br /&gt;
* &amp;lt;code&amp;gt;itemtype&amp;lt;/code&amp;gt; attribute to specify the type for an item (for example: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;itemtype=&amp;quot;http://microformats.org/profile/hcard&amp;quot;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== microdata vocabularies ====&lt;br /&gt;
* [http://dev.w3.org/html5/mdvcard/ microdata vCard] - use [[hCard]] instead, taking into account the [[hcard-faq|hCard FAQ]] and [[hcard-issues-resolved|resolved]]+[[hcard-issues-closed|closed issues]]. hCard 1.0.1 (under development) is incorporating these errata. Avoid the &amp;quot;microdata vCard&amp;quot; vocabulary as it is an out-of-date fork/snapshot of hCard.&lt;br /&gt;
* [http://dev.w3.org/html5/mdvevent/ microdata vEvent] - use [[hCalendar]] instead, taking into account the [[hcalendar-faq|hCalendar FAQ]] and [[hcalendar-issues-resolved|resolved]]+[[hcalendar-issues-closed|closed issues]].  hCalendar 1.0.1 is incorporating these errata. Avoid the &amp;quot;microdata vEvent&amp;quot; vocabulary, as it is an out-of-date fork/snapshot of hCalendar's vevent root class name and applicable properties.&lt;br /&gt;
* [http://dev.w3.org/html5/mdwork/ microdata Licensing Works] - see also [[licensing-brainstorming]]&lt;br /&gt;
&lt;br /&gt;
=== data attributes ===&lt;br /&gt;
'''&amp;lt;code&amp;gt;data-&amp;lt;/code&amp;gt; naming convention for tag attributes'''. the draft specification states that any attribute that starts with &amp;quot;data-&amp;quot; will be treated as a storage area for private data.&lt;br /&gt;
* Note that the data-* stuff is explicitly &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; for microformats. Those attributes are defined in such a way that browsers will never do anything special with them, ever. They are intended for script authors to have a space in which they can play without ever clashing with anything the browser does. There may be some cases of private [[poshformats]] that are never intended for interchange that may be used in data-* attributes.&lt;br /&gt;
&lt;br /&gt;
== Current microformat compatibility ==&lt;br /&gt;
There seems to be no issue with current implementation of the following microformats in HTML 5:&lt;br /&gt;
* [[hcard]]&lt;br /&gt;
* [[xfn]]&lt;br /&gt;
&lt;br /&gt;
== Requests ==&lt;br /&gt;
* &amp;quot;how to use with HTML5&amp;quot; sections that include (a) microformats examples that use [[HTML5]], and (b) microformats parsing details that specify what to do (if anything special is required) with HTML5 elements (e.g. how to parse the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element for dates and times for microformats). See (and add to if necessary) :&lt;br /&gt;
** [[hcard-brainstorming#how_to_use_with_HTML5|hCard brainstorming - how to use with HTML5]]&lt;br /&gt;
** [[hcalendar-brainstorming#how_to_use_with_HTML5|hCalendar brainstorming - how to use with HTML5]] e.g. hCalendar with the &amp;lt;code&amp;gt;time&amp;lt;/code&amp;gt; element&lt;br /&gt;
** [[citation-brainstorming#how_to_use_with_HTML5|citation brainstorming - how to use with HTML5]]&lt;br /&gt;
** if nothing special is required for HTML5, then after performing the analysis, that should be noted as well, for the purpose of clarity.&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
&amp;lt;div class='discussion issues'&amp;gt;&lt;br /&gt;
* '''The &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; attribute has been removed'''. In HTML5, &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; are no-longer paired, and the &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; attribute nolonger describes the direction of a relationship. Microformats which use &amp;lt;code&amp;gt;rev&amp;lt;/code&amp;gt; will need to use &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; instead.&lt;br /&gt;
** Or something like data-rev=&amp;quot;vote-for&amp;quot;&lt;br /&gt;
*** As above, &amp;lt;code&amp;gt;data-&amp;lt;/code&amp;gt; attributes are for application-context functionality, ''not'' shared vocabularies. Further, the HTML5 specification makes &amp;lt;code&amp;gt;rel&amp;lt;/code&amp;gt; the correct attribute to use, regardless of direction, through the changed specification. --[[User:BenWard|BenWard]] 17:53, 12 May 2009 (UTC)&lt;br /&gt;
* '''The &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute has been removed'''. In HTML, the &amp;lt;code&amp;gt;profile&amp;lt;/code&amp;gt; attribute from the &amp;lt;code&amp;gt;head&amp;lt;/code&amp;gt; has been removed, with no direct replacement. This causes issues for GRDDL support. It's been suggested that profile URLs be represented in &amp;lt;code&amp;gt;link&amp;lt;/code&amp;gt; elements instead, or even as a custom HTTP header. See [[grddl]] and [[profile-uris]]&lt;br /&gt;
** See [[rel-profile]] which is the replacement for the profile attribute. [[User:Tantek|Tantek]] 23:24, 5 November 2009 (UTC)&lt;br /&gt;
* '''Microdata &amp;lt;code&amp;gt;itemprop&amp;lt;/code&amp;gt; duplicates &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; data'''. the new attribute itemprop is designed to hold some meaningful data about an element, but class already exists to hold this data. Unsure of reasons why itemprop required?&lt;br /&gt;
** This is because microdata is designed to be generically parsable, even when the parser does not understand the vocabulary. As such, property names have to be on an explicit attribute, not shared with other, non-data classnames. --[[User:BenWard|BenWard]] 21:12, 4 September 2009 (UTC)&lt;br /&gt;
* '''The [http://microformats.org/wiki/value-class-pattern#Date_and_time_parsing recommended removal of the colon in timezone] doesn’t validate''' The relevant uF wiki text is “However the colons &amp;quot;:&amp;quot; separating the hours and minutes of any timezone offset are optional and discouraged in order to make it less likely that a timezone offset will be confused for a time.” ref: [http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#global-dates-and-times HTML5 time microsyntax for &amp;amp;lt;time&amp;amp;gt;] --[[User:Oli|Oli]] 14:40, 14 February 2010 (+9)&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== see also ==&lt;br /&gt;
* [[HTML3]]&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2010-02-17-webkit-html5-benkyokai&amp;diff=41947</id>
		<title>events/2010-02-17-webkit-html5-benkyokai</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2010-02-17-webkit-html5-benkyokai&amp;diff=41947"/>
		<updated>2010-02-13T14:15:18Z</updated>

		<summary type="html">&lt;p&gt;Oli: creating page and adding info about event&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;3rd Webkit/HTML5 Benkyokai (第3回Webkit/HTML5勉強会)&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-02-17&amp;lt;/span&amp;gt; from &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;–&amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot; lang ja&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;グリー株式会社&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;東京都&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;港区&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;六本木4-1-4&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;黒崎ビル5F&amp;lt;/span&amp;gt; (Tokyo, &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;Japan&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;3rd Webkit/HTML5 Benkyokai (第3回Webkit/HTML5勉強会)&amp;lt;/span&amp;gt;&lt;br /&gt;
;Presenter&lt;br /&gt;
:[http://oli.jp/ Oli Studholme]&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://atnd.org/events/3058&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://feeds.technorati.com/events/microformats.org/wiki/events/2010-02-17-webkit-html5-benkyokai Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== microformats &amp;amp; microdata ==&lt;br /&gt;
&lt;br /&gt;
Oli Studholme will give an overview of Microformats &amp;amp; Microdata, and discuss using them in HTML5 for contact and event data (in Japanese)&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''#html5j'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;tokyo&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
If you use Twitter, mention ''@microformats''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats Twitter Search].&lt;br /&gt;
 &lt;br /&gt;
== notes ==&lt;br /&gt;
Topics discussed:&lt;br /&gt;
&lt;br /&gt;
* Microformats&lt;br /&gt;
* Microdata&lt;br /&gt;
&lt;br /&gt;
== articles and blog posts ==&lt;br /&gt;
Articles and blog posts following up on the meetup. Add a link to your post in the list below. Newest first.&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events&amp;diff=41946</id>
		<title>events</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events&amp;diff=41946"/>
		<updated>2010-02-13T14:04:28Z</updated>

		<summary type="html">&lt;p&gt;Oli: /* February */ shortening URL bf making event detail page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Microformats events&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
Please add microformats related events (including events which have sessions on microformats) below.&lt;br /&gt;
&lt;br /&gt;
Use the [[events-template|events template]] to create events pages, and list URLs, details, attendees, recommended tags, link to photos afterwards, etc.  Add links to slides and other media to the [[presentations]], [[podcasts]] pages respectively.&lt;br /&gt;
&lt;br /&gt;
Encourage the use of microformats on event sites' pages themselves, e.g. [[hCalendar]] and [[hCard]] for the schedule, sessions, speakers, and venues.&lt;br /&gt;
&lt;br /&gt;
== Add events to your calendar ==&lt;br /&gt;
Subscribe to current and future microformats events:&lt;br /&gt;
&lt;br /&gt;
http://h2vx.com/ics/sub/microformats.org/wiki/events&lt;br /&gt;
&lt;br /&gt;
Clicking that link will open your local calendar program (e.g. MacOSX iCal, Evolution, etc.)&lt;br /&gt;
&lt;br /&gt;
Set it to update (i.e. &amp;lt;nowiki&amp;gt;[x]&amp;lt;/nowiki&amp;gt; Refresh) every day and new events will appear automatically.&lt;br /&gt;
&lt;br /&gt;
You may also download  [http://h2vx.com/ics/microformats.org/wiki/events events on this page as an iCalendar file].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== regular ==&lt;br /&gt;
* [[weekly-meetup]] - weekly community meetups. details inside.&lt;br /&gt;
&lt;br /&gt;
== upcoming ==&lt;br /&gt;
&amp;lt;!-- Please try to keep to neutral tense (e.g &amp;quot;Bill Smith on microformats&amp;quot;). Include as many details about the event as possible, including precise start end times, room number, etc. Move details to the (events/..) wiki page for the event itself. Include the information here to start with with hCalendar markup. Thank you. &lt;br /&gt;
&lt;br /&gt;
templates:&lt;br /&gt;
&lt;br /&gt;
one day event:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;YYYY-MM-DD&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/YYYY-MM-DD-event-session-title|Event Session Title]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;event-location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit.&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
multiple day event (note dtend &amp;quot;title&amp;quot; value must be 1 day after inline text value, per iCalendar dtend handling).&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;YYYY-MM-DD&amp;lt;/span&amp;gt;..&amp;lt;abbr style=&amp;quot;border:0&amp;quot; class=&amp;quot;dtend&amp;quot; title=&amp;quot;YYYY-MM-EE+1&amp;quot;&amp;gt;EE&amp;lt;/abbr&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/YYYY-MM-DD-event-session-title|Event Session Title]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;event-location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Lorem ipsum dolor sit amet.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Soonest first.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== February  ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-02-02&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-02-02-weekly-dinner-mv|Microformats Weekly Meetup Mountain View]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Gyros House&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Mountain View&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-02-02-weekly-dinner-mv&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-02-17&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-02-17-webkit-html5-benkyokai|3rd Webkit/HTML5 Benkyokai (第3回Webkit/HTML5勉強会)]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot; lang=&amp;quot;ja&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;グリー株式会社&amp;lt;/span&amp;gt;（&amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;東京都&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;港区&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;六本木4-1-4&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;黒崎ビル5F&amp;lt;/span&amp;gt; (&amp;lt;span lang=&amp;quot;en&amp;quot;&amp;gt;Tokyo, Japan&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;）&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;[http://oli.jp/ Oli Studholme] will talk about Microformats and Microdata (in Japanese)&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://atnd.org/events/3058&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2010-03-10&amp;lt;/span&amp;gt; to &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;2010-03-16&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-03-12-sxsw|&amp;lt;abbr title=&amp;quot;South by Southwest Interactive Festival&amp;quot;&amp;gt;SXSWi&amp;lt;/abbr&amp;gt;]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Austin Convention Center&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Austin&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== recent ==&lt;br /&gt;
&amp;lt;!-- Please change to past tense, and reverse the date-order, when moving events to the Recent section. Most recent first. --&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== January 2010 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-01-19&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-01-19-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-01-19-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-01-12&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-01-12-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-01-12-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-01-05&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-01-05-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-01-05-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== December 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-12-08&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-12-08-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-12-08-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-12-04&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-12-04-sf-workshop|San Francisco microformats workshop]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;San Francisco, CA&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Taught by [http://tantek.com Tantek Çelik], this workshop covers just about everything you need to know to get started with microformats.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats-sf.eventbrite.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-12-01&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-12-01-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-12-01-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
=== November 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-11-18&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-11-18-nyc-workshop|New York City microformats workshop]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;New York City, NY&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Taught by [http://tantek.com Tantek Çelik], this workshop covers just about everything you need to know to get started with microformats.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats-nyc.eventbrite.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== October 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-10-20&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-10-20-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-10-20-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-10-07&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-10-07-intro-to|Introduction to microformats]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Uptown Sports Bar and Grill, Albuquerque, NM&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Local microformats expert and Webuquerque co-manager, Emily Lewis, will discuss the history and basic premise of microformats, and will show examples of common microformats.&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.webuquerque.com/Events/Introduction-Microformats.php&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-10-06&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-10-06-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;On The Corner Cafe&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-10-06-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== September 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-09-29&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-09-29-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crossroads Cafe&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-09-29-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-09-23&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-09-23-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-09-23-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-09-01&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-09-01-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-09-01-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== August 2009 ===&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-08-25&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-08-25-search-landscape|Expert Panel Event - The Evolving Search Landscape: Charting Seismic Shifts]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Microsoft (San Francisco Campus), 835 Market st., San Francisco, CA&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/4356044&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-08-18&amp;lt;/span&amp;gt; at &amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;18:00&amp;quot;&amp;gt;6pm&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-08-18-sf-meetup|Diso + microformats + activity streams meetup]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;We'll be having an informal Diso + microformats + activity streams meetup/dinner. At 8pm, those who are interested will head to Citizen Space to get some work done reviewing the activity streams implementors draft spec:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/4234949/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-08-12&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-08-12-nyc-workshop|New York City microformats workshop]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;New York City, NY&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Taught by [http://tantek.com Tantek Çelik], the workshop covered just about everything you need to know to get started with microformats.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.eventbrite.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== July 2009 ===&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-07-25&amp;lt;/span&amp;gt;..&amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;abbr style=&amp;quot;border:0&amp;quot; class=&amp;quot;value&amp;quot; title=&amp;quot;2009-07-26&amp;quot;&amp;gt;26&amp;lt;/abbr&amp;gt; til &amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;17:00&amp;quot;&amp;gt;5pm&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-07-25-dev-camp|microformatsDevCamp]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The first ever microformatsDevCamp, for authors, designers, publishers, developers, engineers building pages, sites, and tools with microformats&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2888376&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-09&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;10:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-07-09-scibarcamp-open-data|SciBarCamp session: open science open data on today's web]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Room 1, 2nd floor, IFTF offices, Palo Alto, CA&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-07&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-07-07-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Andalu&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;3198 16th st.&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3068255&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== June 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-27&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-27-microformats-vevent-london|London Microformats vEvent]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;TBC&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;London&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-26-microformats-4th-bday|microformats 4th birthday party]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://www.yelp.com/biz/b-restaurant-and-bar-san-francisco B Restaurant and Bar]&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;720 Howard Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Yerba Buena Upper Terrace&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3010807&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-23&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-23-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2988905/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-18&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;13:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;-18:00 and &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-19&amp;lt;/span&amp;gt; from 9:00-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;VoCamp&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Yahoo&amp;lt;/span&amp;gt;'s &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Sunnyvale&amp;lt;/span&amp;gt; campus&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-17&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;15:45&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[http://www.semantic-conference.com/session/2144/ Semantics at Google: RDFa, Microformats, and more]&amp;lt;/span&amp;gt; at the &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Fairmont Hotel, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Jose&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;[http://www.semantic-conference.com/2009/travel/ 2009 Semantic Technology Conference]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-16&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-16-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Mercury Lounge&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;1582 Folsom Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2922429/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-09&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-09-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pizza Zone &amp;amp;amp; Grill&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2852506/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-06-08&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-08-london-web-standards|London Web Standards June: microformats]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;join http://www.meetup.com/londonwebstandards/ to see the location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.meetup.com/londonwebstandards/calendar/10387218/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-02&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-02-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2801069/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== May 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-20&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-20-adr-geo-where20|geo/adr microformats BOF session at Where 2.0]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Gold Room, 2nd floor, &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Fairmont San Jose&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;170 South Market Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Jose&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;95113&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Join us to discuss the all the recent buzz around [[geo]], [[adr]], and [[hCard]] microformats, support by [[google-search|Google in rich snippets]], and by [[yahoo-search|Yahoo in YQL and Y! Placemaker]]&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2718033&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-19&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-19-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Banana House&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2656903&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-15&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;11:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Twiist.be conference: Microformats and Transient Semantics&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://twiist.be/speakers/briansuda&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-12&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-12-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepevine&amp;lt;/span&amp;gt; on &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;Church st.&amp;lt;/span&amp;gt; in &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2656901&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-05-05&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-05-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Chevy's&amp;lt;/span&amp;gt; on &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;3rd street&amp;lt;/span&amp;gt; in &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2568451&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== April 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-07&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-07-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376470&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-14&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-14-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376478&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-20&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[http://www.w3qc.org/communiques/archives/invitation-a-la-soiree-conference-du-20-avril-2009/ Microformats presentation]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Laika&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Montéral&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;Québec&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;  &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2423142/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-21&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-21-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Taylor's Automatic Refresher&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376483&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-28&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-28-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Third Street Grill&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376485&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== March 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-31&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-31-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Metreon Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2295743&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-24&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-24-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Naan N' Chutney&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2171301&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-14&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-14-sxsw-revolution|Microformats: A Quiet Revolution]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Room 10, &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Austin Convention Center&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Austin&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;TX&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1825864/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-03&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-03-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Flippers&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1918295/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== February 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-24&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-24-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1900098/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-17&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-17-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Naan N' Chutney&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1840841/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-10&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-10-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;California Pizza Kitchen&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1765705/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-03&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-03-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Taqueria Pancho Villa&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1519710/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== January 2009 ===&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-27&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-27-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1519151/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-20&amp;lt;/span&amp;gt; at 8pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-20-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;2nd Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-13&amp;lt;/span&amp;gt; at 6:30pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-13-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;2nd Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; · &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1489360/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-06&amp;lt;/span&amp;gt; at 6:30pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-06-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Shopping Centre Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;818 Mission Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; · &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1467444/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Previous events ==&lt;br /&gt;
Previous years' events can be found at the following:&lt;br /&gt;
* [[events-2009]]&lt;br /&gt;
* [[events-2008]]&lt;br /&gt;
* [[events-2007]]&lt;br /&gt;
* [[events-2006]]&lt;br /&gt;
&lt;br /&gt;
== Other languages ==&lt;br /&gt;
* &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;[[current_events-fr|événements en cours]] (fr)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quicktime Broadcaster Notes ==&lt;br /&gt;
&lt;br /&gt;
See [[quicktime]]&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events-template&amp;diff=41945</id>
		<title>events-template</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events-template&amp;diff=41945"/>
		<updated>2010-02-13T13:58:34Z</updated>

		<summary type="html">&lt;p&gt;Oli: someone forgot &amp;quot;&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Template for events&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can cut &amp;amp; paste the following for [[events]] pages. Delete any unwanted sections, and remove comment mark-up from those you wish to use at latter stage.:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Microformats Event&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2010-mm-dd&amp;lt;/span&amp;gt;&amp;amp;ndash;&amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;2010-mm-dd&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;xxxVenuexxx&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;xxxAddressMicroformatComponentsxxx &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;xxxCountryxxx&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;xxxxx&amp;lt;/span&amp;gt;&lt;br /&gt;
;Presenter&lt;br /&gt;
:[xxxUrlxxx xxxNamexxx]&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://feeds.technorati.com/events/microformats.org/wiki/events/xxxPageURLxxx Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]):&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Event author: &lt;br /&gt;
* replace &amp;quot;EVENTSPECIFICTAG&amp;quot; in the below text with a tag unique to the event, i.e. short name of event + (optional location) + (full-year or sequence number), e.g. BarCampBlock2007, FooCampLondon2007, SHDH22, SXSW2008, microformats-dinner-2010-MM-DD - update MM and DD to the Gregorian month and day of the month accordingly).&lt;br /&gt;
* replace &amp;quot;san-francisco&amp;quot; with the city where the event is taking place&lt;br /&gt;
* update the Upcoming.org event machine tag, too.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''EVENTSPECIFICTAG'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;san-francisco&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''upcoming:event=00000000''&amp;lt;/span&amp;gt; &amp;lt;!-- Add/update this tag when you create the respective upcoming.org event --&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
If you use Twitter, mention ''@microformats''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats Twitter Search].&lt;br /&gt;
 &lt;br /&gt;
== attendees ==&lt;br /&gt;
Add yourself alphabetically sorted by family name if you plan on attending or attended.&lt;br /&gt;
&lt;br /&gt;
* [[User:YourUserName|Your full name (fn)]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== photographs ==&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
See [http://www.flickr.com/photos/tags/EVENTSPECIFICTAG/ EVENTSPECIFICTAG tag on Flickr].&lt;br /&gt;
&lt;br /&gt;
[http://www.flickr.com/photos/tantek/1565582389/ http://farm3.static.flickr.com/2282/1565582389_8385db9a08_m.jpg][http://www.flickr.com/photos/tantek/1566469202/ http://farm3.static.flickr.com/2020/1566469202_1ac8e757a8_m.jpg][http://www.flickr.com/photos/tantek/1566468100/ http://farm3.static.flickr.com/2414/1566468100_13f0338089_m.jpg]&lt;br /&gt;
&lt;br /&gt;
Click on yourself and add a note with your name linking to your URL!&lt;br /&gt;
&lt;br /&gt;
*[xxxUrlxxx] &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
Topics discussed, comments, and Q&amp;amp;A.&lt;br /&gt;
&lt;br /&gt;
* …&lt;br /&gt;
&lt;br /&gt;
== articles and blog posts ==&lt;br /&gt;
Articles and blog posts following up on the meetup. Add a link to your post in the list below. Newest first.&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== related pages==&lt;br /&gt;
{{events-related-pages}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events-template&amp;diff=41944</id>
		<title>events-template</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events-template&amp;diff=41944"/>
		<updated>2010-02-13T13:57:11Z</updated>

		<summary type="html">&lt;p&gt;Oli: changing 2009 to 2010&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Template for events&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You can cut &amp;amp; paste the following for [[events]] pages. Delete any unwanted sections, and remove comment mark-up from those you wish to use at latter stage.:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;entry-title&amp;gt;Microformats Event&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
__TOC__&lt;br /&gt;
One of several microformats [[events]].&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;div class=&amp;quot;event-page vevent&amp;quot;&amp;gt;&lt;br /&gt;
== details ==&lt;br /&gt;
;When&lt;br /&gt;
:&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2010-mm-dd&amp;lt;/span&amp;gt;&amp;amp;ndash;&amp;lt;span class=dtend&amp;gt;2010-mm-dd&amp;lt;/span&amp;gt;&lt;br /&gt;
;Where&lt;br /&gt;
:&amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;xxxVenuexxx&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;xxxAddressMicroformatComponentsxxx &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;xxxCountryxxx&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
;What&lt;br /&gt;
:&amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;xxxxx&amp;lt;/span&amp;gt;&lt;br /&gt;
;Presenter&lt;br /&gt;
:[xxxUrlxxx xxxNamexxx]&lt;br /&gt;
;Web&lt;br /&gt;
:&amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''[http://feeds.technorati.com/events/microformats.org/wiki/events/xxxPageURLxxx Add this event to your diary or calendar program]''' http://www.boogdesign.com/images/buttons/microformat_hcalendar.png&lt;br /&gt;
&lt;br /&gt;
== tags ==&lt;br /&gt;
Use the following tags on related content (blog posts, photos, [http://twitter.com tweets]):&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
Event author: &lt;br /&gt;
* replace &amp;quot;EVENTSPECIFICTAG&amp;quot; in the below text with a tag unique to the event, i.e. short name of event + (optional location) + (full-year or sequence number), e.g. BarCampBlock2007, FooCampLondon2007, SHDH22, SXSW2008, microformats-dinner-2010-MM-DD - update MM and DD to the Gregorian month and day of the month accordingly).&lt;br /&gt;
* replace &amp;quot;san-francisco&amp;quot; with the city where the event is taking place&lt;br /&gt;
* update the Upcoming.org event machine tag, too.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;kbd class=&amp;quot;tags&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;'''EVENTSPECIFICTAG'''&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;microformats&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;san-francisco&amp;lt;/span&amp;gt; &lt;br /&gt;
&amp;lt;span class=&amp;quot;category&amp;quot;&amp;gt;''upcoming:event=00000000''&amp;lt;/span&amp;gt; &amp;lt;!-- Add/update this tag when you create the respective upcoming.org event --&amp;gt;&lt;br /&gt;
&amp;lt;/kbd&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
If you use Twitter, mention ''@microformats''' in tweets about the event, and track them on [http://search.twitter.com/search?q=microformats Twitter Search].&lt;br /&gt;
 &lt;br /&gt;
== attendees ==&lt;br /&gt;
Add yourself alphabetically sorted by family name if you plan on attending or attended.&lt;br /&gt;
&lt;br /&gt;
* [[User:YourUserName|Your full name (fn)]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== photographs ==&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
&lt;br /&gt;
See [http://www.flickr.com/photos/tags/EVENTSPECIFICTAG/ EVENTSPECIFICTAG tag on Flickr].&lt;br /&gt;
&lt;br /&gt;
[http://www.flickr.com/photos/tantek/1565582389/ http://farm3.static.flickr.com/2282/1565582389_8385db9a08_m.jpg][http://www.flickr.com/photos/tantek/1566469202/ http://farm3.static.flickr.com/2020/1566469202_1ac8e757a8_m.jpg][http://www.flickr.com/photos/tantek/1566468100/ http://farm3.static.flickr.com/2414/1566468100_13f0338089_m.jpg]&lt;br /&gt;
&lt;br /&gt;
Click on yourself and add a note with your name linking to your URL!&lt;br /&gt;
&lt;br /&gt;
*[xxxUrlxxx] &lt;br /&gt;
--&amp;gt;&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== notes ==&lt;br /&gt;
Topics discussed, comments, and Q&amp;amp;A.&lt;br /&gt;
&lt;br /&gt;
* …&lt;br /&gt;
&lt;br /&gt;
== articles and blog posts ==&lt;br /&gt;
Articles and blog posts following up on the meetup. Add a link to your post in the list below. Newest first.&lt;br /&gt;
&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End of @vevent --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== related pages==&lt;br /&gt;
{{events-related-pages}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events&amp;diff=41943</id>
		<title>events</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events&amp;diff=41943"/>
		<updated>2010-02-13T13:47:38Z</updated>

		<summary type="html">&lt;p&gt;Oli: heh, can’t mark myself up using vcard&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Microformats events&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
Please add microformats related events (including events which have sessions on microformats) below.&lt;br /&gt;
&lt;br /&gt;
Use the [[events-template|events template]] to create events pages, and list URLs, details, attendees, recommended tags, link to photos afterwards, etc.  Add links to slides and other media to the [[presentations]], [[podcasts]] pages respectively.&lt;br /&gt;
&lt;br /&gt;
Encourage the use of microformats on event sites' pages themselves, e.g. [[hCalendar]] and [[hCard]] for the schedule, sessions, speakers, and venues.&lt;br /&gt;
&lt;br /&gt;
== Add events to your calendar ==&lt;br /&gt;
Subscribe to current and future microformats events:&lt;br /&gt;
&lt;br /&gt;
http://h2vx.com/ics/sub/microformats.org/wiki/events&lt;br /&gt;
&lt;br /&gt;
Clicking that link will open your local calendar program (e.g. MacOSX iCal, Evolution, etc.)&lt;br /&gt;
&lt;br /&gt;
Set it to update (i.e. &amp;lt;nowiki&amp;gt;[x]&amp;lt;/nowiki&amp;gt; Refresh) every day and new events will appear automatically.&lt;br /&gt;
&lt;br /&gt;
You may also download  [http://h2vx.com/ics/microformats.org/wiki/events events on this page as an iCalendar file].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== regular ==&lt;br /&gt;
* [[weekly-meetup]] - weekly community meetups. details inside.&lt;br /&gt;
&lt;br /&gt;
== upcoming ==&lt;br /&gt;
&amp;lt;!-- Please try to keep to neutral tense (e.g &amp;quot;Bill Smith on microformats&amp;quot;). Include as many details about the event as possible, including precise start end times, room number, etc. Move details to the (events/..) wiki page for the event itself. Include the information here to start with with hCalendar markup. Thank you. &lt;br /&gt;
&lt;br /&gt;
templates:&lt;br /&gt;
&lt;br /&gt;
one day event:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;YYYY-MM-DD&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/YYYY-MM-DD-event-session-title|Event Session Title]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;event-location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit.&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
multiple day event (note dtend &amp;quot;title&amp;quot; value must be 1 day after inline text value, per iCalendar dtend handling).&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;YYYY-MM-DD&amp;lt;/span&amp;gt;..&amp;lt;abbr style=&amp;quot;border:0&amp;quot; class=&amp;quot;dtend&amp;quot; title=&amp;quot;YYYY-MM-EE+1&amp;quot;&amp;gt;EE&amp;lt;/abbr&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/YYYY-MM-DD-event-session-title|Event Session Title]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;event-location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Lorem ipsum dolor sit amet.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Soonest first.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== February  ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-02-02&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-02-02-weekly-dinner-mv|Microformats Weekly Meetup Mountain View]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Gyros House&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Mountain View&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-02-02-weekly-dinner-mv&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-02-17&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-02-17-3rd-webkit-html5-benkyokai|3rd Webkit/HTML5 Benkyokai (第3回Webkit/HTML5勉強会)]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot; lang=&amp;quot;ja&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;グリー株式会社&amp;lt;/span&amp;gt;（&amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;東京都&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;港区&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;六本木4-1-4&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;黒崎ビル5F&amp;lt;/span&amp;gt; (&amp;lt;span lang=&amp;quot;en&amp;quot;&amp;gt;Tokyo, Japan&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;）&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;[http://oli.jp/ Oli Studholme] will talk about Microformats and Microdata (in Japanese)&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://atnd.org/events/3058&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2010-03-10&amp;lt;/span&amp;gt; to &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;2010-03-16&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-03-12-sxsw|&amp;lt;abbr title=&amp;quot;South by Southwest Interactive Festival&amp;quot;&amp;gt;SXSWi&amp;lt;/abbr&amp;gt;]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Austin Convention Center&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Austin&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== recent ==&lt;br /&gt;
&amp;lt;!-- Please change to past tense, and reverse the date-order, when moving events to the Recent section. Most recent first. --&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== January 2010 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-01-19&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-01-19-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-01-19-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-01-12&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-01-12-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-01-12-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-01-05&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-01-05-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-01-05-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== December 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-12-08&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-12-08-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-12-08-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-12-04&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-12-04-sf-workshop|San Francisco microformats workshop]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;San Francisco, CA&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Taught by [http://tantek.com Tantek Çelik], this workshop covers just about everything you need to know to get started with microformats.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats-sf.eventbrite.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-12-01&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-12-01-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-12-01-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
=== November 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-11-18&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-11-18-nyc-workshop|New York City microformats workshop]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;New York City, NY&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Taught by [http://tantek.com Tantek Çelik], this workshop covers just about everything you need to know to get started with microformats.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats-nyc.eventbrite.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== October 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-10-20&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-10-20-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-10-20-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-10-07&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-10-07-intro-to|Introduction to microformats]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Uptown Sports Bar and Grill, Albuquerque, NM&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Local microformats expert and Webuquerque co-manager, Emily Lewis, will discuss the history and basic premise of microformats, and will show examples of common microformats.&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.webuquerque.com/Events/Introduction-Microformats.php&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-10-06&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-10-06-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;On The Corner Cafe&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-10-06-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== September 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-09-29&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-09-29-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crossroads Cafe&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-09-29-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-09-23&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-09-23-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-09-23-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-09-01&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-09-01-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-09-01-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== August 2009 ===&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-08-25&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-08-25-search-landscape|Expert Panel Event - The Evolving Search Landscape: Charting Seismic Shifts]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Microsoft (San Francisco Campus), 835 Market st., San Francisco, CA&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/4356044&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-08-18&amp;lt;/span&amp;gt; at &amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;18:00&amp;quot;&amp;gt;6pm&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-08-18-sf-meetup|Diso + microformats + activity streams meetup]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;We'll be having an informal Diso + microformats + activity streams meetup/dinner. At 8pm, those who are interested will head to Citizen Space to get some work done reviewing the activity streams implementors draft spec:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/4234949/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-08-12&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-08-12-nyc-workshop|New York City microformats workshop]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;New York City, NY&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Taught by [http://tantek.com Tantek Çelik], the workshop covered just about everything you need to know to get started with microformats.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.eventbrite.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== July 2009 ===&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-07-25&amp;lt;/span&amp;gt;..&amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;abbr style=&amp;quot;border:0&amp;quot; class=&amp;quot;value&amp;quot; title=&amp;quot;2009-07-26&amp;quot;&amp;gt;26&amp;lt;/abbr&amp;gt; til &amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;17:00&amp;quot;&amp;gt;5pm&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-07-25-dev-camp|microformatsDevCamp]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The first ever microformatsDevCamp, for authors, designers, publishers, developers, engineers building pages, sites, and tools with microformats&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2888376&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-09&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;10:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-07-09-scibarcamp-open-data|SciBarCamp session: open science open data on today's web]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Room 1, 2nd floor, IFTF offices, Palo Alto, CA&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-07&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-07-07-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Andalu&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;3198 16th st.&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3068255&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== June 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-27&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-27-microformats-vevent-london|London Microformats vEvent]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;TBC&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;London&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-26-microformats-4th-bday|microformats 4th birthday party]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://www.yelp.com/biz/b-restaurant-and-bar-san-francisco B Restaurant and Bar]&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;720 Howard Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Yerba Buena Upper Terrace&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3010807&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-23&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-23-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2988905/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-18&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;13:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;-18:00 and &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-19&amp;lt;/span&amp;gt; from 9:00-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;VoCamp&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Yahoo&amp;lt;/span&amp;gt;'s &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Sunnyvale&amp;lt;/span&amp;gt; campus&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-17&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;15:45&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[http://www.semantic-conference.com/session/2144/ Semantics at Google: RDFa, Microformats, and more]&amp;lt;/span&amp;gt; at the &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Fairmont Hotel, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Jose&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;[http://www.semantic-conference.com/2009/travel/ 2009 Semantic Technology Conference]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-16&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-16-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Mercury Lounge&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;1582 Folsom Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2922429/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-09&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-09-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pizza Zone &amp;amp;amp; Grill&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2852506/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-06-08&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-08-london-web-standards|London Web Standards June: microformats]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;join http://www.meetup.com/londonwebstandards/ to see the location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.meetup.com/londonwebstandards/calendar/10387218/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-02&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-02-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2801069/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== May 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-20&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-20-adr-geo-where20|geo/adr microformats BOF session at Where 2.0]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Gold Room, 2nd floor, &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Fairmont San Jose&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;170 South Market Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Jose&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;95113&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Join us to discuss the all the recent buzz around [[geo]], [[adr]], and [[hCard]] microformats, support by [[google-search|Google in rich snippets]], and by [[yahoo-search|Yahoo in YQL and Y! Placemaker]]&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2718033&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-19&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-19-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Banana House&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2656903&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-15&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;11:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Twiist.be conference: Microformats and Transient Semantics&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://twiist.be/speakers/briansuda&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-12&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-12-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepevine&amp;lt;/span&amp;gt; on &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;Church st.&amp;lt;/span&amp;gt; in &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2656901&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-05-05&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-05-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Chevy's&amp;lt;/span&amp;gt; on &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;3rd street&amp;lt;/span&amp;gt; in &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2568451&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== April 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-07&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-07-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376470&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-14&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-14-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376478&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-20&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[http://www.w3qc.org/communiques/archives/invitation-a-la-soiree-conference-du-20-avril-2009/ Microformats presentation]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Laika&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Montéral&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;Québec&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;  &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2423142/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-21&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-21-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Taylor's Automatic Refresher&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376483&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-28&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-28-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Third Street Grill&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376485&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== March 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-31&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-31-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Metreon Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2295743&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-24&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-24-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Naan N' Chutney&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2171301&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-14&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-14-sxsw-revolution|Microformats: A Quiet Revolution]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Room 10, &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Austin Convention Center&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Austin&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;TX&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1825864/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-03&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-03-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Flippers&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1918295/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== February 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-24&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-24-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1900098/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-17&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-17-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Naan N' Chutney&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1840841/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-10&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-10-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;California Pizza Kitchen&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1765705/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-03&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-03-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Taqueria Pancho Villa&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1519710/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== January 2009 ===&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-27&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-27-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1519151/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-20&amp;lt;/span&amp;gt; at 8pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-20-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;2nd Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-13&amp;lt;/span&amp;gt; at 6:30pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-13-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;2nd Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; · &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1489360/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-06&amp;lt;/span&amp;gt; at 6:30pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-06-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Shopping Centre Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;818 Mission Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; · &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1467444/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Previous events ==&lt;br /&gt;
Previous years' events can be found at the following:&lt;br /&gt;
* [[events-2009]]&lt;br /&gt;
* [[events-2008]]&lt;br /&gt;
* [[events-2007]]&lt;br /&gt;
* [[events-2006]]&lt;br /&gt;
&lt;br /&gt;
== Other languages ==&lt;br /&gt;
* &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;[[current_events-fr|événements en cours]] (fr)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quicktime Broadcaster Notes ==&lt;br /&gt;
&lt;br /&gt;
See [[quicktime]]&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events&amp;diff=41942</id>
		<title>events</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events&amp;diff=41942"/>
		<updated>2010-02-13T13:44:34Z</updated>

		<summary type="html">&lt;p&gt;Oli: Adding an event in Tokyo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;entry-title&amp;gt;Microformats events&amp;lt;/entry-title&amp;gt;&lt;br /&gt;
Please add microformats related events (including events which have sessions on microformats) below.&lt;br /&gt;
&lt;br /&gt;
Use the [[events-template|events template]] to create events pages, and list URLs, details, attendees, recommended tags, link to photos afterwards, etc.  Add links to slides and other media to the [[presentations]], [[podcasts]] pages respectively.&lt;br /&gt;
&lt;br /&gt;
Encourage the use of microformats on event sites' pages themselves, e.g. [[hCalendar]] and [[hCard]] for the schedule, sessions, speakers, and venues.&lt;br /&gt;
&lt;br /&gt;
== Add events to your calendar ==&lt;br /&gt;
Subscribe to current and future microformats events:&lt;br /&gt;
&lt;br /&gt;
http://h2vx.com/ics/sub/microformats.org/wiki/events&lt;br /&gt;
&lt;br /&gt;
Clicking that link will open your local calendar program (e.g. MacOSX iCal, Evolution, etc.)&lt;br /&gt;
&lt;br /&gt;
Set it to update (i.e. &amp;lt;nowiki&amp;gt;[x]&amp;lt;/nowiki&amp;gt; Refresh) every day and new events will appear automatically.&lt;br /&gt;
&lt;br /&gt;
You may also download  [http://h2vx.com/ics/microformats.org/wiki/events events on this page as an iCalendar file].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== regular ==&lt;br /&gt;
* [[weekly-meetup]] - weekly community meetups. details inside.&lt;br /&gt;
&lt;br /&gt;
== upcoming ==&lt;br /&gt;
&amp;lt;!-- Please try to keep to neutral tense (e.g &amp;quot;Bill Smith on microformats&amp;quot;). Include as many details about the event as possible, including precise start end times, room number, etc. Move details to the (events/..) wiki page for the event itself. Include the information here to start with with hCalendar markup. Thank you. &lt;br /&gt;
&lt;br /&gt;
templates:&lt;br /&gt;
&lt;br /&gt;
one day event:&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;YYYY-MM-DD&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/YYYY-MM-DD-event-session-title|Event Session Title]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;event-location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Lorem ipsum dolor sit amet, consectetur adipisicing elit.&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
multiple day event (note dtend &amp;quot;title&amp;quot; value must be 1 day after inline text value, per iCalendar dtend handling).&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;YYYY-MM-DD&amp;lt;/span&amp;gt;..&amp;lt;abbr style=&amp;quot;border:0&amp;quot; class=&amp;quot;dtend&amp;quot; title=&amp;quot;YYYY-MM-EE+1&amp;quot;&amp;gt;EE&amp;lt;/abbr&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/YYYY-MM-DD-event-session-title|Event Session Title]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;event-location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Lorem ipsum dolor sit amet.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://example.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Soonest first.&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== February  ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-02-02&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-02-02-weekly-dinner-mv|Microformats Weekly Meetup Mountain View]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Gyros House&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Mountain View&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-02-02-weekly-dinner-mv&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-02-17&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-02-17-3rd-webkit-html5-benkyokai|3rd Webkit/HTML5 Benkyokai (第3回Webkit/HTML5勉強会)]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot; lang=&amp;quot;ja&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;グリー株式会社&amp;lt;/span&amp;gt;（&amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;東京都&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;港区&amp;lt;/span&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;六本木4-1-4&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;黒崎ビル5F&amp;lt;/span&amp;gt; (&amp;lt;span lang=&amp;quot;en&amp;quot;&amp;gt;Tokyo, Japan&amp;lt;/span&amp;gt;)&amp;lt;/span&amp;gt;）&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description vcard&amp;quot;&amp;gt;&amp;lt;a class=&amp;quot;fn url&amp;quot; href=&amp;quot;http://oli.jp/&amp;quot; title=&amp;quot;Writing &amp;amp;amp; such by Oli Studholme (@boblet)&amp;quot;&amp;gt;Oli Studholme&amp;lt;/a&amp;gt; will talk about Microformats and Microdata (in Japanese)&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://atnd.org/events/3058&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== March ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2010-03-10&amp;lt;/span&amp;gt; to &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;2010-03-16&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-03-12-sxsw|&amp;lt;abbr title=&amp;quot;South by Southwest Interactive Festival&amp;quot;&amp;gt;SXSWi&amp;lt;/abbr&amp;gt;]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Austin Convention Center&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Austin&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== recent ==&lt;br /&gt;
&amp;lt;!-- Please change to past tense, and reverse the date-order, when moving events to the Recent section. Most recent first. --&amp;gt; &lt;br /&gt;
&lt;br /&gt;
=== January 2010 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-01-19&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-01-19-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-01-19-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-01-12&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-01-12-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-01-12-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2010-01-05&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2010-01-05-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2010-01-05-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== December 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-12-08&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-12-08-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-12-08-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-12-04&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-12-04-sf-workshop|San Francisco microformats workshop]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;San Francisco, CA&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Taught by [http://tantek.com Tantek Çelik], this workshop covers just about everything you need to know to get started with microformats.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats-sf.eventbrite.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-12-01&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-12-01-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-12-01-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
=== November 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-11-18&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-11-18-nyc-workshop|New York City microformats workshop]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;New York City, NY&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Taught by [http://tantek.com Tantek Çelik], this workshop covers just about everything you need to know to get started with microformats.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats-nyc.eventbrite.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== October 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-10-20&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-10-20-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-10-20-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-10-07&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-10-07-intro-to|Introduction to microformats]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Uptown Sports Bar and Grill, Albuquerque, NM&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Local microformats expert and Webuquerque co-manager, Emily Lewis, will discuss the history and basic premise of microformats, and will show examples of common microformats.&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.webuquerque.com/Events/Introduction-Microformats.php&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-10-06&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-10-06-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;On The Corner Cafe&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-10-06-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== September 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-09-29&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-09-29-weekly-dinner-sf|Microformats Weekly Meetup San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crossroads Cafe&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-09-29-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-09-23&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-09-23-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-09-23-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-09-01&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-09-01-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.org/wiki/events/2009-09-01-weekly-dinner-sf&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== August 2009 ===&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-08-25&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-08-25-search-landscape|Expert Panel Event - The Evolving Search Landscape: Charting Seismic Shifts]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Microsoft (San Francisco Campus), 835 Market st., San Francisco, CA&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/4356044&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-08-18&amp;lt;/span&amp;gt; at &amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;18:00&amp;quot;&amp;gt;6pm&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-08-18-sf-meetup|Diso + microformats + activity streams meetup]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;We'll be having an informal Diso + microformats + activity streams meetup/dinner. At 8pm, those who are interested will head to Citizen Space to get some work done reviewing the activity streams implementors draft spec:&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/4234949/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-08-12&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-08-12-nyc-workshop|New York City microformats workshop]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;New York City, NY&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Taught by [http://tantek.com Tantek Çelik], the workshop covered just about everything you need to know to get started with microformats.&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://microformats.eventbrite.com&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== July 2009 ===&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-07-25&amp;lt;/span&amp;gt;..&amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;abbr style=&amp;quot;border:0&amp;quot; class=&amp;quot;value&amp;quot; title=&amp;quot;2009-07-26&amp;quot;&amp;gt;26&amp;lt;/abbr&amp;gt; til &amp;lt;abbr class=&amp;quot;value&amp;quot; title=&amp;quot;17:00&amp;quot;&amp;gt;5pm&amp;lt;/abbr&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-07-25-dev-camp|microformatsDevCamp]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;The first ever microformatsDevCamp, for authors, designers, publishers, developers, engineers building pages, sites, and tools with microformats&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2888376&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-09&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;10:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-07-09-scibarcamp-open-data|SciBarCamp session: open science open data on today's web]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Room 1, 2nd floor, IFTF offices, Palo Alto, CA&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-07-07&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-07-07-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Andalu&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;3198 16th st.&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3068255&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== June 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-27&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-27-microformats-vevent-london|London Microformats vEvent]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;TBC&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;London&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-26&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-26-microformats-4th-bday|microformats 4th birthday party]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;[http://www.yelp.com/biz/b-restaurant-and-bar-san-francisco B Restaurant and Bar]&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;720 Howard Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Yerba Buena Upper Terrace&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/3010807&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-23&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-23-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2988905/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-18&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;13:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;-18:00 and &amp;lt;span class=&amp;quot;dtend&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-19&amp;lt;/span&amp;gt; from 9:00-&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;VoCamp&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Yahoo&amp;lt;/span&amp;gt;'s &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Sunnyvale&amp;lt;/span&amp;gt; campus&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-17&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;15:45&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[http://www.semantic-conference.com/session/2144/ Semantics at Google: RDFa, Microformats, and more]&amp;lt;/span&amp;gt; at the &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;Fairmont Hotel, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Jose&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;[http://www.semantic-conference.com/2009/travel/ 2009 Semantic Technology Conference]&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-16&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-16-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Mercury Lounge&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;1582 Folsom Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;CA&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;94103&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;country-name&amp;quot;&amp;gt;USA&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2922429/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-09&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;18:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-09-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pizza Zone &amp;amp;amp; Grill&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2852506/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-06-08&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-08-london-web-standards|London Web Standards June: microformats]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location&amp;quot;&amp;gt;join http://www.meetup.com/londonwebstandards/ to see the location&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://www.meetup.com/londonwebstandards/calendar/10387218/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-06-02&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-06-02-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2801069/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== May 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-20&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;20:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-20-adr-geo-where20|geo/adr microformats BOF session at Where 2.0]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Gold Room, 2nd floor, &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Fairmont San Jose&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;170 South Market Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Jose&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;postal-code&amp;quot;&amp;gt;95113&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; &amp;lt;span class=&amp;quot;description&amp;quot;&amp;gt;Join us to discuss the all the recent buzz around [[geo]], [[adr]], and [[hCard]] microformats, support by [[google-search|Google in rich snippets]], and by [[yahoo-search|Yahoo in YQL and Y! Placemaker]]&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2718033&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-19&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-19-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Banana House&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2656903&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-15&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;11:30&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;Twiist.be conference: Microformats and Transient Semantics&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://twiist.be/speakers/briansuda&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;2009-05-12&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;value&amp;quot;&amp;gt;19:00&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-12-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepevine&amp;lt;/span&amp;gt; on &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;Church st.&amp;lt;/span&amp;gt; in &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2656901&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-05-05&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-05-05-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Chevy's&amp;lt;/span&amp;gt; on &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;3rd street&amp;lt;/span&amp;gt; in &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2568451&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== April 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-07&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-07-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376470&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-14&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-14-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Pancho Villa Taqueria&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376478&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-20&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[http://www.w3qc.org/communiques/archives/invitation-a-la-soiree-conference-du-20-avril-2009/ Microformats presentation]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Laika&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Montéral&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;Québec&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;/span&amp;gt;  &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2423142/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-21&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-21-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Taylor's Automatic Refresher&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376483&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-04-28&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-04-28-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Third Street Grill&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2376485&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== March 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-31&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-31-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Metreon Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2295743&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-24&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-24-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Naan N' Chutney&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/2171301&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-14&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-14-sxsw-revolution|Microformats: A Quiet Revolution]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;extended-address&amp;quot;&amp;gt;Room 10, &amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Austin Convention Center&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;Austin&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;TX&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1825864/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-03-03&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-03-03-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Flippers&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1918295/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== February 2009 ===&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-24&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-24-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;.&amp;lt;span class=&amp;quot;url&amp;quot; style=&amp;quot;display:block&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1900098/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
*&amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-17&amp;lt;/span&amp;gt;: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-17-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Naan N' Chutney&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1840841/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-10&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-10-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;California Pizza Kitchen&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1765705/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-02-03&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-02-03-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Taqueria Pancho Villa&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1519710/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== January 2009 ===&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-27&amp;lt;/span&amp;gt; at 7pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-27-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Crepes on Cole&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;adr&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;. &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1519151/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-20&amp;lt;/span&amp;gt; at 8pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-20-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;2nd Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-13&amp;lt;/span&amp;gt; at 6:30pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-13-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;21st Amendment&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;2nd Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; · &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1489360/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
* &amp;lt;span class=&amp;quot;vevent&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;2009-01-06&amp;lt;/span&amp;gt; at 6:30pm: &amp;lt;span class=&amp;quot;summary&amp;quot;&amp;gt;[[events/2009-01-06-weekly-dinner-sf|Microformats Dinner San Francisco]]&amp;lt;/span&amp;gt; at &amp;lt;span class=&amp;quot;location vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn org&amp;quot;&amp;gt;Westfield Shopping Centre Food Court&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;street-address&amp;quot;&amp;gt;818 Mission Street&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;locality&amp;quot;&amp;gt;San Francisco&amp;lt;/span&amp;gt;, &amp;lt;span class=&amp;quot;region&amp;quot;&amp;gt;California&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt; · &amp;lt;span class=&amp;quot;url&amp;quot;&amp;gt;http://upcoming.yahoo.com/event/1467444/&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Previous events ==&lt;br /&gt;
Previous years' events can be found at the following:&lt;br /&gt;
* [[events-2009]]&lt;br /&gt;
* [[events-2008]]&lt;br /&gt;
* [[events-2007]]&lt;br /&gt;
* [[events-2006]]&lt;br /&gt;
&lt;br /&gt;
== Other languages ==&lt;br /&gt;
* &amp;lt;span lang=&amp;quot;fr&amp;quot;&amp;gt;[[current_events-fr|événements en cours]] (fr)&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Quicktime Broadcaster Notes ==&lt;br /&gt;
&lt;br /&gt;
See [[quicktime]]&lt;br /&gt;
&lt;br /&gt;
==Related pages==&lt;br /&gt;
{{events-related-pages}}&lt;/div&gt;</summary>
		<author><name>Oli</name></author>
	</entry>
</feed>