<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JamesCraig</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=JamesCraig"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/JamesCraig"/>
	<updated>2026-04-23T10:32:02Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=accessibility&amp;diff=24974</id>
		<title>accessibility</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=accessibility&amp;diff=24974"/>
		<updated>2008-01-28T01:31:26Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Advantages */ benefit of CSS, not uF&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Accessibility&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents microformats and accessibility in general, in particular advantages that adopting microformats provide for accessibility, and for documenting techniques for making microformats more accessible.&lt;br /&gt;
&lt;br /&gt;
We should all strive to make our published microformats, parser implementations, and this wiki, accessible to all users, regardless of their physical abilities and needs, within the limits of the time and resources of the microformats community. Readers are advised to follow the [http://www.w3.org/TR/WCAG10/ W3C's Web Content Accessibility Guidelines 1.0], to at least level 2. Further advice is available on the [http://www.accessifyforum.com/ Accessify Forums].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
Some microformats have potential accessibility advantages.&lt;br /&gt;
&lt;br /&gt;
===hCard===&lt;br /&gt;
*&amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; in [[hcard|hCard]]: use &amp;lt;code&amp;gt;style=&amp;quot;speak-numeral:digits&amp;quot;&amp;lt;/code&amp;gt;, so that telephone numbers are read by aural browsers as, for example, &amp;quot;five-five-five one-two-three-four&amp;quot; and not &amp;quot;five-hundred and fifty-five, one-thousand, two-hundred and thirty-two&amp;quot;.&lt;br /&gt;
**Note: This is not an advantage to Microformats. It is a CSS best practice and can be used with or without hCard. This should probably be moved to a [[css-best-practices|CSS Best Practices]] page. - [[User:JamesCraig|James Craig]]&lt;br /&gt;
***It is an advantage ''of'' microformats - [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
***It is not an advantage of microformats; it is just CSS that can be used on any class, whether or not it happens to be ''tel''. There is no documented AT implementation that recognizes Microformats classes automatically. This is just a benefit of CSS, with or without uF. [[User:JamesCraig|James Craig]]&lt;br /&gt;
&lt;br /&gt;
==Disadvantages==&lt;br /&gt;
Some microformats have potential accessibility disadvantages.&lt;br /&gt;
&lt;br /&gt;
===abbr-design-pattern===&lt;br /&gt;
*As mentioned on external sites (see:[[accessibility-issues]]) and on the microformats-discuss list, the abbr-design-pattern (used in [[hcard|hCard]], [[hcalendar|hCalendar]], [[geo|GEO]] and others) is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side-effects of reading machine data to screen reader users rendering human content inaccessible.&lt;br /&gt;
&lt;br /&gt;
===anchor-include-pattern===&lt;br /&gt;
*As mentioned on [[accessibility-issues]], the anchor-include-pattern is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side effects due to the missing link text.&lt;br /&gt;
&lt;br /&gt;
==External testimonials==&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006JulSep/subject.html#msg133 hCard and hCalendar Formats] - 2006-08-03 in w3c-wai-ig. e.g. &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I think Microformats.org is doing rather well on it's own, and it isn't particularly something that the W3C would or should get involved in until it's settled down. (And then it would just be a ratification kind of thing.)&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;In fact, it is likely to be good for accessibility, as the tools for consuming microformats often require valid code.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Challenges ==&lt;br /&gt;
* Andy Mabbett - How can we make them accessible to people with (for instance) visual disabilities?&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[accessibility-issues]] - note external criticisms on the accesibility issues page&lt;br /&gt;
*[[internationalization]]&lt;br /&gt;
*[[assistive-technology]]&lt;br /&gt;
*[[assistive-technology-abbr-results]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=24166</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=24166"/>
		<updated>2008-01-06T06:08:34Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ added note on title-trigger addition&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;abbr-design-pattern alternatives&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty) and by [[geo|Geo]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here should link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc. Each test result listed for each assistive technology should link to the example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WaSP Accessibility Task Force] has developed a set of ([http://cookiecrook.com/test/uf/testcases/ extended test cases]]) that cover the following data formats and markup formats.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* SPAN element with title attribute (with or without [[title-trigger]] as it behaves no differently in any known screen reader).&lt;br /&gt;
* [[dfn-design-pattern|DFN element with title attribute.]]&lt;br /&gt;
* Non-linked anchor element with title attribute. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;gt;&amp;lt;/ins&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;gt;13th&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
* Empty ABBR element (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;abbr title=&amp;quot;20070713&amp;quot;&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;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
==== Markup Rejections ====&lt;br /&gt;
* OBJECT with param value. (requires significant extra markup and CSS in order to *behave* correctly)&lt;br /&gt;
* OBJECT with in-page data attribute. (See [[include-pattern-feedback#Objects_and_Browser_Behavior]])&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
Localization is not the job of Microformats, so multiple human languages (English, Spanish, etc.) is irrelevant.&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without.&amp;lt;/s&amp;gt; The purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
&lt;br /&gt;
Results to be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=dfn-design-pattern&amp;diff=33396</id>
		<title>dfn-design-pattern</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=dfn-design-pattern&amp;diff=33396"/>
		<updated>2008-01-06T06:07:07Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Assistive Technology */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Dfn design pattern=&lt;br /&gt;
&lt;br /&gt;
&amp;lt;strong&amp;gt;Important&amp;lt;/strong&amp;gt;: this is currently a proposal: it is &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; a finalised design pattern.&lt;br /&gt;
&lt;br /&gt;
This page is intended for discussion and exploration of a design pattern to complement the [[abbr-design-pattern|abbr design pattern]] while addressing the [[abbr-design-pattern-issues|abbr design pattern issues]], particularly the [[accessibility-issues#abbr-design-pattern|accessibility issues]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Purpose==&lt;br /&gt;
&lt;br /&gt;
The [[abbr-design-pattern|abbr design pattern]] is used in several microformats to enclose standardised data such as the [[datetime-design-pattern|datetime design pattern]] in the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute. However some [[assistive-technology|assistive technology]] will expose this data directly to the user, which is often undesirable.&lt;br /&gt;
See also [[assistive-technology-abbr-results|assistive technology abbr results]].&lt;br /&gt;
&lt;br /&gt;
This problem arises because the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute has a different semantic meaning when it is attached to an &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;acronym&amp;lt;/code&amp;gt; than it does on other elements. Usually [http://www.w3.org/TR/html4/struct/global.html#h-7.4.3 the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute] is used to provide provide advisory information. But for &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;acronym&amp;lt;/code&amp;gt; the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; is used to provide an expanded form of the text contained between the opening and closing tags. This is why the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element was chosen to contain datetime information: the ISO format is an expanded form of the human-readable text contained within the element. Because screen readers can be configured to treat &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;acronym&amp;lt;/code&amp;gt; elements as special cases, the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute is sometimes read aloud.&lt;br /&gt;
&lt;br /&gt;
==Proposal==&lt;br /&gt;
&lt;br /&gt;
Rather than expand the [[abbr-design-pattern|abbr design pattern]] to any element (or to a semantically neutral element such as &amp;lt;code&amp;gt;span&amp;lt;/code&amp;gt;), it would be better to use an element that has semantic value but which isn't treated as a special case by assistive technology.&lt;br /&gt;
&lt;br /&gt;
===dfn===&lt;br /&gt;
&lt;br /&gt;
The [http://www.w3.org/TR/html4/struct/text.html#h-9.2.1 dfn element] indicates the defining instance of the enclosed term. This element is not widely used but where it used, it is often used in a similar way to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element. Although the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; is not required for the &amp;lt;code&amp;gt;dfn&amp;lt;/code&amp;gt; element, it is often used to provide expanded information.&lt;br /&gt;
&lt;br /&gt;
The semantic meaning of &amp;lt;code&amp;gt;dfn&amp;lt;/code&amp;gt;, as it is currently used, is potentially similar enough to &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element to allow it to be used as an alternative:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtstart&amp;quot; title=&amp;quot;2007-08-16T22:00:00&amp;quot;&amp;gt;10pm on August 16th&amp;lt;/abbr&amp;gt;&lt;br /&gt;
&amp;lt;dfn class=&amp;quot;dtstart&amp;quot; title=&amp;quot;2007-08-16T22:00:00&amp;quot;&amp;gt;10pm on August 16th&amp;lt;/dfn&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Issues==&lt;br /&gt;
&lt;br /&gt;
===Semantics===&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;code&amp;gt;dfn&amp;lt;/code&amp;gt; is &amp;lt;em&amp;gt;not&amp;lt;/em&amp;gt; intended for definitions; it is intended for defining instances. Does this mean that it must always be used for the first instance of a term (such as a date)?&lt;br /&gt;
&lt;br /&gt;
Is the &amp;lt;code&amp;gt;dfn&amp;lt;/code&amp;gt; element equally appropriate as the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; for information such as datetimes and geo or is this stretching the semantic meaning of the element beyond a reasonable limit?&lt;br /&gt;
&lt;br /&gt;
====HTML5====&lt;br /&gt;
In HTML5, the [http://www.w3.org/html/wg/html5/#the-dfn|DFN element semantics] have completely changed and would be incompatable with this pattern.&lt;br /&gt;
&lt;br /&gt;
===Parsers===&lt;br /&gt;
&lt;br /&gt;
Existing microformats parsers (such as the Operator extension to Firefox) would need to be updated to handle this proposed alternative to the abbr design pattern. However, this is true of any proposed alternatives.&lt;br /&gt;
&lt;br /&gt;
===Complexity===&lt;br /&gt;
&lt;br /&gt;
Microformats are intended to be easy to publish. The number of design patterns should be kept to a minimum. Every new design pattern is potentially a new barrier to entry for publishers.&lt;br /&gt;
&lt;br /&gt;
===Assistive Technology===&lt;br /&gt;
&lt;br /&gt;
The proposed dfn design pattern assumes that screen readers don't treat &amp;lt;code&amp;gt;dfn&amp;lt;/code&amp;gt; as a special case like &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;acronym&amp;lt;/code&amp;gt;. Is this actually the case? Please note results of testing on that item in the [[assistive-technology-abbr-results|assistive technology results]] page.&lt;br /&gt;
&lt;br /&gt;
===Usage in the wild===&lt;br /&gt;
&lt;br /&gt;
This design pattern is built on the assumption that, although the &amp;lt;code&amp;gt;dfn&amp;lt;/code&amp;gt; is not widely used, where it used, it is most often used in conjunction with the &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute. Please document examples and references here:&lt;br /&gt;
&lt;br /&gt;
* [http://juicystudio.com/article/jargon-busting-with-the-definition-element.php Juicy Studios: Jargon Busting with the Definition Element]&lt;br /&gt;
* [http://alistapart.com/articles/hattrick A List Apart: The Accessibility Hat Trick: Getting Abbreviations Right]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
==Alternatives==&lt;br /&gt;
*[[title-trigger]]&lt;br /&gt;
*...&lt;br /&gt;
&lt;br /&gt;
==See Also==&lt;br /&gt;
&lt;br /&gt;
* [[abbr-design-pattern|abbr design pattern]]&lt;br /&gt;
* [[abbr-design-pattern-issues|abbr design pattern issues]]&lt;br /&gt;
* [[accessibility-issues#abbr-design-pattern|accessibility issues]]&lt;br /&gt;
* [[assistive-technology-abbr-results|assistive technology abbr results]]&lt;br /&gt;
* [[datetime-design-pattern|datetime design pattern]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=21320</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=21320"/>
		<updated>2007-09-09T22:20:50Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Test Cases */ Finalizing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;abbr-design-pattern alternatives&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty) and by [[geo|Geo]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here should link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc. Each test result listed for each assistive technology should link to the example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WaSP Accessibility Task Force] has developed a set of ([http://cookiecrook.com/test/uf/testcases/ extended test cases]]) that cover the following data formats and markup formats.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* [[dfn-design-pattern|DFN element with title attribute.]]&lt;br /&gt;
* Non-linked anchor element with title attribute. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;gt;&amp;lt;/ins&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;gt;13th&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
* Empty ABBR element (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;abbr title=&amp;quot;20070713&amp;quot;&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;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
==== Markup Rejections ====&lt;br /&gt;
* OBJECT with param value. (requires significant extra markup and CSS in order to *behave* correctly)&lt;br /&gt;
* OBJECT with in-page data attribute. (See [[include-pattern-feedback#Objects_and_Browser_Behavior]])&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
Localization is not the job of Microformats, so multiple human languages (English, Spanish, etc.) is irrelevant.&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;s&amp;gt;Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without.&amp;lt;/s&amp;gt; The purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
&lt;br /&gt;
Results TBD.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=19722</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=19722"/>
		<updated>2007-08-13T06:27:39Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Test Cases */ oops, wrong link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty) and by [[geo|Geo]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here should link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc. Each test result listed for each assistive technology should link to the example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WaSP Accessibility Task Force] is working on a set of extended test cases ([http://cookiecrook.com/test/uf/testcases/ work-in-progress]]) that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Non-linked anchor element with title attribute. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;gt;&amp;lt;/ins&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;gt;13th&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
* Empty ABBR element (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;abbr title=&amp;quot;20070713&amp;quot;&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;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
==== Markup Rejections ====&lt;br /&gt;
* OBJECT with param value. (requires significant extra markup and CSS in order to *behave* correctly)&lt;br /&gt;
* OBJECT with in-page data attribute. (See [[include-pattern-feedback#Objects_and_Browser_Behavior]])&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=19611</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=19611"/>
		<updated>2007-08-13T06:24:16Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Test Cases */ changed link to updated test cases&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty) and by [[geo|Geo]].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here should link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc. Each test result listed for each assistive technology should link to the example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WaSP Accessibility Task Force] is working on a set of extended test cases ([http://cookiecrook.com/test/uf/ work-in-progress]]) that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Non-linked anchor element with title attribute. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;gt;&amp;lt;/ins&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;gt;13th&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
* Empty ABBR element (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;abbr title=&amp;quot;20070713&amp;quot;&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;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
==== Markup Rejections ====&lt;br /&gt;
* OBJECT with param value. (requires significant extra markup and CSS in order to *behave* correctly)&lt;br /&gt;
* OBJECT with in-page data attribute. (See [[include-pattern-feedback#Objects_and_Browser_Behavior]])&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18178</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18178"/>
		<updated>2007-07-06T08:08:29Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Test Cases */ linked w.i.p. test case and changed a few instances of 'must' to 'should'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here should link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc. Each test result listed for each assistive technology should link to the example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WaSP Accessibility Task Force] is working on a set of extended test cases ([http://cookiecrook.com/test/uf/patterns/ work-in-progress]]) that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Non-linked anchor element with title attribute. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;gt;&amp;lt;/ins&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;gt;13th&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
* Empty ABBR element (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;abbr title=&amp;quot;20070713&amp;quot;&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;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
==== Markup Rejections ====&lt;br /&gt;
* OBJECT with param value. (requires significant extra markup and CSS in order to *behave* correctly)&lt;br /&gt;
* OBJECT with in-page data attribute. (See [[include-pattern-feedback#Objects_and_Browser_Behavior]])&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18171</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18171"/>
		<updated>2007-07-06T07:12:40Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ rejecting one more format&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Non-linked anchor element with title attribute. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;gt;&amp;lt;/ins&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;gt;13th&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
* Empty ABBR element (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;abbr title=&amp;quot;20070713&amp;quot;&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;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
==== Markup Rejections ====&lt;br /&gt;
* OBJECT with param value. (requires significant extra markup and CSS in order to *behave* correctly)&lt;br /&gt;
* OBJECT with in-page data attribute. (See [[include-pattern-feedback#Objects_and_Browser_Behavior]])&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18170</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18170"/>
		<updated>2007-07-06T06:57:06Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ added non-linked anchor example&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Non-linked anchor element with title attribute. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; title=&amp;quot;20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;gt;&amp;lt;/ins&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;gt;13th&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
* Empty ABBR element (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;abbr title=&amp;quot;20070713&amp;quot;&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;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
==== Markup Rejections ====&lt;br /&gt;
* OBJECT with in-page data attribute. (See [[include-pattern-feedback#Objects_and_Browser_Behavior]])&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18169</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18169"/>
		<updated>2007-07-06T06:55:41Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ using nowiki tags instead of char ents&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Non-linked anchor element with title attribute.&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;gt;&amp;lt;/ins&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;gt;13th&amp;lt;/span&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
* Empty ABBR element (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;abbr title=&amp;quot;20070713&amp;quot;&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;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
==== Markup Rejections ====&lt;br /&gt;
* OBJECT with in-page data attribute. (See [[include-pattern-feedback#Objects_and_Browser_Behavior]])&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18168</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=18168"/>
		<updated>2007-07-06T06:35:51Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ rejecting one format and other minor changes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
* Empty ABBR element (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;gt;13th&amp;lt;abbr title=&amp;quot;20070713&amp;quot;&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;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
==== Markup Rejections ====&lt;br /&gt;
* OBJECT with in-page data attribute. (See [[include-pattern-feedback#Objects_and_Browser_Behavior]])&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=datetime-design-pattern&amp;diff=18180</id>
		<title>datetime-design-pattern</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=datetime-design-pattern&amp;diff=18180"/>
		<updated>2007-07-05T23:00:56Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Discussion */ answering questions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page is a draft.'''&lt;br /&gt;
&lt;br /&gt;
= Datetime Design Pattern =&lt;br /&gt;
This is a page for exploring a datetime design pattern.&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
* Use the [[datetime-design-pattern]] to make datetimes that are human readable also formally machine readable.&lt;br /&gt;
&lt;br /&gt;
== Practical Need ==&lt;br /&gt;
* This design pattern arose as a result of solving the practical need for human readable dates for [[hcalendar|hCalendar]].&lt;br /&gt;
&lt;br /&gt;
== How to use it ==&lt;br /&gt;
* enclose the human-friendly datetime that you want to make machine readable with &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* as per the [[class-design-pattern]], add the appropriate &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element&lt;br /&gt;
* add a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element with the machine readable ISO8601 datetime or date as the value&lt;br /&gt;
&lt;br /&gt;
==Current uses==&lt;br /&gt;
&lt;br /&gt;
The pattern, which is now available as part of [[hcalendar|hCalendar]], [[hcard|hCard]] and [[hreview|hReview]], is:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;amp;lt;abbr class=&amp;quot;foo&amp;quot; title=&amp;quot;YYYY-MM-DDTHH:MM:SS+ZZ:ZZ&amp;quot;&amp;amp;gt;Date Time&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where foo is the semantic classname which is being applied to this date/time, the title of the &amp;amp;lt;abbr&amp;amp;gt; is an ISO 8601 date/time, with an appropriate level of specificity, and &amp;quot;Date Time&amp;quot; is a human-friendly representation of the same date/time.&lt;br /&gt;
&lt;br /&gt;
An alternative, if you are using UTC-based timestamps, would be:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;amp;lt;abbr class=&amp;quot;foo&amp;quot; title=&amp;quot;YYYY-MM-DDTHH:MM:SSZ&amp;quot;&amp;amp;gt;Date Time&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with a single &amp;quot;Z&amp;quot; as per [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601]&lt;br /&gt;
&lt;br /&gt;
== Profile of ISO8601 ==&lt;br /&gt;
&lt;br /&gt;
We recommend that any [[microformat]] using the date-time-design pattern use a profile of ISO8601.  There are currently two widely used profiles which SHOULD be reused.&lt;br /&gt;
&lt;br /&gt;
* RFC 3339&lt;br /&gt;
* [http://www.w3.org/TR/NOTE-datetime W3C Note on Datetimes] &lt;br /&gt;
&lt;br /&gt;
==Accessibility issues==&lt;br /&gt;
&lt;br /&gt;
Note: There are some accessibility concerns with Datetime Design Pattern that being addressed as part of the [[abbr-design-pattern-issues]] discussion. Possible change recommendations may follow after the accessibility testing is complete.&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
This pattern is likely to be highly resuable.&lt;br /&gt;
&lt;br /&gt;
--[[User:RyanKing]]&lt;br /&gt;
&lt;br /&gt;
Can this not be viewed as a microformat in itself?&lt;br /&gt;
&lt;br /&gt;
--[[User:DimitriGlazkov]]&lt;br /&gt;
&lt;br /&gt;
It could, but inventing a microformat for the sake of inventing a microformat is against the microformat principles.&lt;br /&gt;
If there is a specific real world problem (and uses cases) that such an elemental microformat would solve, then it would be worth considering.&lt;br /&gt;
&lt;br /&gt;
Until then it is best to keep the &amp;amp;lt;abbr&amp;amp;gt; datetime concept merely as a microformat design pattern, to be used in _actual_ microformats that have a demonstrated practical need.&lt;br /&gt;
&lt;br /&gt;
-- [http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Excerpt from #microformats Aug 18th. Please edit!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Aug 18 15:16:14 &amp;lt;Tantek&amp;gt;	DanC, what do you think of RFC3339?&lt;br /&gt;
Aug 18 15:17:14 &amp;lt;Tantek&amp;gt;	ISO8601 subset&lt;br /&gt;
Aug 18 15:17:19 &amp;lt;DanC&amp;gt;	        Date and Time on the Internet: Timestamps http://www.ietf.org/rfc/rfc3339.txt&lt;br /&gt;
Aug 18 15:17:30 &amp;lt;DanC&amp;gt;	        Klyne is a good guy. I wonder if I talked with him about this.&lt;br /&gt;
Aug 18 15:17:32 &amp;lt;Tantek&amp;gt;	compat with W3C-NOTE-DATETIME&lt;br /&gt;
Aug 18 15:17:50 &amp;lt;Tantek&amp;gt;	compat with xsd:dateTime&lt;br /&gt;
Aug 18 15:17:57 &amp;lt;Tantek&amp;gt;	it's a strict intersection subset&lt;br /&gt;
Aug 18 15:17:59 &amp;lt;DanC&amp;gt;	        I consider W3C-NOTE-DATETIME obsoleted by XML Schema datatype-- yeah.. xsd:dateTime&lt;br /&gt;
Aug 18 15:18:32 &amp;lt;Tantek&amp;gt;	compare/contrast normatively using xsd:dateTime vs. RFC3339&lt;br /&gt;
Aug 18 15:18:41 &amp;lt;Tantek&amp;gt;	note: Atom 1.0 chose RFC3339&lt;br /&gt;
Aug 18 15:18:50 &amp;lt;Tantek&amp;gt;	i would like input from the microformats community on this&lt;br /&gt;
Aug 18 15:19:27 &amp;lt;DanC&amp;gt;	        in what context are you evaluating RFC 3339?&lt;br /&gt;
Aug 18 15:19:28 &amp;lt;jcgregorio&amp;gt;	http://bitworking.org/news/Date_Constructs_in_the_Atom_Syndication_Format&lt;br /&gt;
Aug 18 15:21:24 &amp;lt;DanC&amp;gt;	        which microformat is the question coming from, Tantek ?&lt;br /&gt;
Aug 18 15:23:31 &amp;lt;DanC&amp;gt;	        &amp;quot;   The grammar element time-second may have the value &amp;quot;60&amp;quot; at the end of&lt;br /&gt;
Aug 18 15:23:31 &amp;lt;DanC&amp;gt;	        months in which a leap second occurs&amp;quot; The XML Schema WG is in the 27th level of&lt;br /&gt;
                                leap-second-hell for the past few months, I gather.&lt;br /&gt;
Aug 18 15:24:21 &amp;lt;DanC&amp;gt;	        yeah... here's the scary bit: &amp;quot;   Leap seconds cannot be predicted far into the&lt;br /&gt;
                                future.  The&lt;br /&gt;
Aug 18 15:24:21 &amp;lt;DanC&amp;gt;	        International Earth Rotation Service publishes bulletins [IERS] that&lt;br /&gt;
Aug 18 15:24:21 &amp;lt;DanC&amp;gt;	        announce leap seconds with a few weeks' warning.&amp;quot;&lt;br /&gt;
Aug 18 15:26:03 &amp;lt;Tantek&amp;gt;	DanC, which microformats? any/all that use datetime fields.&lt;br /&gt;
Aug 18 15:26:36 &amp;lt;DanC&amp;gt;	        hard to give useful advice, then.&lt;br /&gt;
Aug 18 15:26:58 &amp;lt;DanC&amp;gt;	        I expect they'll use datetime fields for different things that have different&lt;br /&gt;
                                cost/benefit trade-offs&lt;br /&gt;
Aug 18 15:27:26 &amp;lt;DanC&amp;gt;	        do you know of any particular differences that matter to anybody?&lt;br /&gt;
Aug 18 15:56:43 &amp;lt;KragenSitaker&amp;gt;	RFC3339 suggests -07:00, which seems like an improvement over -0700 anyway&lt;br /&gt;
Aug 18 15:56:49 &amp;lt;Tantek&amp;gt;	Kragen, agreed&lt;br /&gt;
Aug 18 15:57:01 &amp;lt;Tantek&amp;gt;	RFC3339 is certainly preferable to the ISO8601 subset in iCalendar&lt;br /&gt;
Aug 18 16:05:57 &amp;lt;DanC&amp;gt;	        Tantek's right, Kragen; iCalendar looks like it solves the local timezone&lt;br /&gt;
                                problem but doesn't.&lt;br /&gt;
Aug 18 16:06:14 &amp;lt;DanC&amp;gt;	        and it's true that there's no standard solution to the local timezone problem&lt;br /&gt;
Aug 18 16:06:39 &amp;lt;Tantek&amp;gt;	so instead of appearing to solve the problem but not solving it, we chose to&lt;br /&gt;
                                provide the ability to *approximate* the local timezone using e.g. &amp;quot;-07:00&amp;quot;&lt;br /&gt;
Aug 18 16:06:49 &amp;lt;DanC&amp;gt;	        the simplest thing is to have people use Z time in hCalendar. But I gather&lt;br /&gt;
                                that's unacceptably unusable?&lt;br /&gt;
Aug 18 16:07:35 &amp;lt;Tantek&amp;gt;	DanC, yes, the simplest thing is to have everyone use UTC Z&lt;br /&gt;
Aug 18 16:07:38 &amp;lt;Tantek&amp;gt;	However&lt;br /&gt;
Aug 18 16:07:50 &amp;lt;Tantek&amp;gt;	it is not *nearly* as usuable/verifiable&lt;br /&gt;
Aug 18 16:07:55 &amp;lt;Tantek&amp;gt;	as -07:00 etc.&lt;br /&gt;
Aug 18 16:08:02 &amp;lt;Tantek&amp;gt;	hence the decision to go with the latter&lt;br /&gt;
Aug 18 16:08:12 &amp;lt;Tantek&amp;gt;	some degree of human verifiability is important here&lt;br /&gt;
Aug 18 16:14:21 &amp;lt;Tantek&amp;gt;	DanC, my perception is that RFC3339 is a subset&lt;br /&gt;
Aug 18 16:17:00 &amp;lt;DanC&amp;gt;	        time-numoffset  = (&amp;quot;+&amp;quot; / &amp;quot;-&amp;quot;) time-hour &amp;quot;:&amp;quot; time-minute&lt;br /&gt;
Aug 18 16:17:34 &amp;lt;DanC&amp;gt;	        ok, then I can't see any differences. (modulo recent leap seconds issues that&lt;br /&gt;
                                may affect xsd:dateTime )&lt;br /&gt;
Aug 18 16:18:07 &amp;lt;Tantek&amp;gt;	would be interesting to know why Atom 1.0 chose RFC3339 over xsd:dateTime&lt;br /&gt;
Aug 18 16:18:21 &amp;lt;Tantek&amp;gt;	if there was a &amp;quot;real&amp;quot; reason or if it was arbitrary / coin-flip.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here's an exhaustive [http://www.imc.org/atom-syntax/mail-archive/msg13103.html comparison] from ndw. I think xsd:dateTime also allows unqualified local times, while RFC3339 allows only UTC with no known timezone (-00:00). In the end, Atompub followed the advice of [http://www.imc.org/atom-syntax/mail-archive/msg13244.html Sam Ruby] and [http://www.imc.org/atom-syntax/mail-archive/msg13248.html Scott Hollenbeck], our area director. Atom dates make some additional restrictions on RFC3339, such as uppercase T and Z characters for compatibility with xsd:dateTime, RFC3339, W3C-DTF, and ISO8601. --[http://franklinmint.fm Robert Sayre]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Aug 18 16:18:43 &amp;lt;KragenSitaker&amp;gt;	rfc3339 is pretty short.&lt;br /&gt;
Aug 18 16:19:36 &amp;lt;Tantek&amp;gt;	DanC, BTW, which came first? REC for xsd:dateTime or RFC3339?&lt;br /&gt;
Aug 18 16:19:50 &amp;lt;DanC&amp;gt;	        RFC3339 is dated July 2002 ...&lt;br /&gt;
Aug 18 16:19:54 &amp;lt;KragenSitaker&amp;gt;	Right --- and you might be able to understand xsd:dateTime without&lt;br /&gt;
                                reading all of xml schema, you wouldn't be confident of it&lt;br /&gt;
Aug 18 16:20:25 &amp;lt;DanC&amp;gt;	        W3C Recommendation 28 October 2004 ... but that's 2nd ed...&lt;br /&gt;
Aug 18 16:20:47 &amp;lt;DanC&amp;gt;	        W3C Recommendation 02 May 2001&lt;br /&gt;
Aug 18 16:22:10 &amp;lt;DanC&amp;gt;	        I don't see a BNF in http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/#dateTime ...&lt;br /&gt;
Aug 18 16:22:43 &amp;lt;KragenSitaker&amp;gt;	yeah, appendix D of the current xml schema datatypes document seems&lt;br /&gt;
                                a little scanty, actually&lt;br /&gt;
Aug 18 16:23:28 &amp;lt;DanC&amp;gt;	        ah... 2nd ed of http://www.w3.org/TR/xmlschema-2/#date is much more&lt;br /&gt;
                                explicit about syntax.&lt;br /&gt;
Aug 18 16:23:30 &amp;lt;KragenSitaker&amp;gt;	it's 1100 words but still doesn't give any examples&lt;br /&gt;
Aug 18 16:23:35 &amp;lt;DanC&amp;gt;	        still, it's given in prose and not BNF&lt;br /&gt;
Aug 18 16:24:17 &amp;lt;KragenSitaker&amp;gt;	sections 3.2.9 through 3.2.14 seem to be the relevant ones around #date&lt;br /&gt;
Aug 18 16:24:29 &amp;lt;KragenSitaker&amp;gt;	which is another 2200 words&lt;br /&gt;
Aug 18 16:24:42 &amp;lt;DanC&amp;gt;	        wow... they changed the canonical form of date from always-Z to&lt;br /&gt;
                                timezone-allowed between 1st edition and 2nd edition&lt;br /&gt;
Aug 18 16:25:01 &amp;lt;Tantek&amp;gt;	Kragen, DanC, these are very good analyses&lt;br /&gt;
Aug 18 16:25:21 &amp;lt;Tantek&amp;gt;	could I ask you to summarize the pros/cons for each in a new section at&lt;br /&gt;
                                end of http://microformats.org/wiki/datetime-design-pattern&lt;br /&gt;
Aug 18 16:25:22 &amp;lt;Tantek&amp;gt;	?&lt;br /&gt;
Aug 18 16:25:58 &amp;lt;KragenSitaker&amp;gt;	rfc 3339 is 4000 words, excluding the last two pages of boilerplate.&lt;br /&gt;
Aug 18 16:26:31 &amp;lt;KragenSitaker&amp;gt;	so it's actually longer than the datetime-relevant parts of XSD but it&lt;br /&gt;
                                seems much more rigorous and clear&lt;br /&gt;
Aug 18 16:28:37 &amp;lt;DanC&amp;gt;	        my advice is: normatively cite both, and claim they specify the same&lt;br /&gt;
                                syntax, and let anybody who discovers otherwise send you a bug report&lt;br /&gt;
                                with a test case&lt;br /&gt;
Aug 18 16:29:12 &amp;lt;KragenSitaker&amp;gt;	danc: nice hack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The RFC3339 has a mandatory TIME portion of the DATE-TIME. Some vCard/iCalendar DATE-TIME stamps can omit the TIME. For instance, DTSTART, if that is a full day event, then you can omit the time. BDAY in vCard can be respresented by only a DATE. I like the idea of restricting the possible date formats, but i think that TIME should be optional, which it isn't in RFC3339. - [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
RFC 3339 allows lowercase 't' and 'z' while XSD doesn't. Specifying RFC 3339 plus 'T' and 'Z' MUST be caps will make them the same. - [http://bitworking.org Joe Gregorio]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
A few questions: asked by [[User:CharlesBelov|CharlesBelov]] 16:57, 24 Apr 2007 (PDT), answered by [[User:JamesCraig|JamesCraig]] on 15:58, 5 Jul 2007 (PDT).&lt;br /&gt;
&lt;br /&gt;
# Would it make more sense for documenting the alternative codings pitting the abbr tag vs. other tags to be on this page? ''Answer: That documentation should go on the [[assistive-technology-abbr-results]] page.''&lt;br /&gt;
# Would using the title attribute of the abbr tag to encode the machine-readable date in fact cause a failure of WCAG 2.0 Accessibility? What about USA Section 508?  It does appear to violate Technique for WCAG 2.0 [http://www.w3.org/TR/WCAG20-TECHS/#H28 H28: Providing definitions for abbreviations by using the abbr and acronym elements], although that is a supporting document and does not have the force of a guideline. ''Answer: Yes, it appears that is in violation of WCAG, 508, et al, so alternatives are being discussed on the  [[assistive-technology-abbr-results]] page.''&lt;br /&gt;
# In order to maintain accessibility, would it make sense to enclose the machine-readable date in a span with a style of &amp;quot;display:none&amp;quot; instead of using the abbr tag? ''Answer: please refer to and add any suggestions to [[assistive-technology-abbr-results]].''&lt;br /&gt;
# For that matter, wouldn't you want to style such an abbr tag with text-decoration:none to hide that an abbr tag was used?  Otherwise, visitors might cursor over the  time, see the machine time, and be annoyed that their time was wasted or else be confused.  And I don't think you can suppress the title from coming up if the human-readable time was inadvertently hovered. ''Answer: Microformats should not rely on CSS in order to work properly, but again, that discussion can be found here: [[assistive-technology-abbr-results]].''&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
The following regular expression (parsed VERBOSE) should break apart a datetime and cover many lightly broken cases seen in the wild. This has been tested under Python.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 ^&lt;br /&gt;
 (?P&amp;lt;year&amp;gt;\d\d\d\d)&lt;br /&gt;
 ([-])?(?P&amp;lt;month&amp;gt;\d\d)&lt;br /&gt;
 ([-])?(?P&amp;lt;day&amp;gt;\d\d)&lt;br /&gt;
 (&lt;br /&gt;
  (T|\s+)&lt;br /&gt;
  (?P&amp;lt;hour&amp;gt;\d\d)&lt;br /&gt;
  (&lt;br /&gt;
   ([:])?(?P&amp;lt;minute&amp;gt;\d\d)&lt;br /&gt;
   (&lt;br /&gt;
    ([:])?(?P&amp;lt;second&amp;gt;\d\d)&lt;br /&gt;
    (&lt;br /&gt;
     ([.])?(?P&amp;lt;fraction&amp;gt;\d+)&lt;br /&gt;
    )?&lt;br /&gt;
   )?&lt;br /&gt;
  )?&lt;br /&gt;
 )?&lt;br /&gt;
 (&lt;br /&gt;
  (?P&amp;lt;tzzulu&amp;gt;Z)&lt;br /&gt;
  |&lt;br /&gt;
  (?P&amp;lt;tzoffset&amp;gt;[-+])&lt;br /&gt;
  (?P&amp;lt;tzhour&amp;gt;\d\d)&lt;br /&gt;
  ([:])?(?P&amp;lt;tzminute&amp;gt;\d\d)&lt;br /&gt;
 )?&lt;br /&gt;
 $&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Main_Page#Design_Patterns|All microformat design patterns]]&lt;br /&gt;
* [[abbr-design-pattern]] is used by [[datetime-design-pattern]]&lt;br /&gt;
* HTML 4.01 definition of &amp;lt;code&amp;gt;&amp;amp;lt;[http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR abbr]&amp;gt;&amp;lt;/code&amp;gt; element&lt;br /&gt;
* RFC [http://www.faqs.org/rfcs/rfc3339.html 3339]: Date and Time on the Internet: Timestamps&lt;br /&gt;
* W3C: [http://www.w3.org/TR/NOTE-datetime Note on Datetimes] &lt;br /&gt;
* Markus Kuhn: [http://www.cl.cam.ac.uk/~mgk25/iso-time.html A summary of the international standard date and time notation]&lt;br /&gt;
* Wikipedia: [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=datetime-design-pattern&amp;diff=18161</id>
		<title>datetime-design-pattern</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=datetime-design-pattern&amp;diff=18161"/>
		<updated>2007-07-05T22:50:12Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: cleaning up FUD&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''This page is a draft.'''&lt;br /&gt;
&lt;br /&gt;
= Datetime Design Pattern =&lt;br /&gt;
This is a page for exploring a datetime design pattern.&lt;br /&gt;
&lt;br /&gt;
== Purpose ==&lt;br /&gt;
* Use the [[datetime-design-pattern]] to make datetimes that are human readable also formally machine readable.&lt;br /&gt;
&lt;br /&gt;
== Practical Need ==&lt;br /&gt;
* This design pattern arose as a result of solving the practical need for human readable dates for [[hcalendar|hCalendar]].&lt;br /&gt;
&lt;br /&gt;
== How to use it ==&lt;br /&gt;
* enclose the human-friendly datetime that you want to make machine readable with &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
* as per the [[class-design-pattern]], add the appropriate &amp;lt;code&amp;gt;class&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element&lt;br /&gt;
* add a &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; attribute to the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element with the machine readable ISO8601 datetime or date as the value&lt;br /&gt;
&lt;br /&gt;
==Current uses==&lt;br /&gt;
&lt;br /&gt;
The pattern, which is now available as part of [[hcalendar|hCalendar]], [[hcard|hCard]] and [[hreview|hReview]], is:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;amp;lt;abbr class=&amp;quot;foo&amp;quot; title=&amp;quot;YYYY-MM-DDTHH:MM:SS+ZZ:ZZ&amp;quot;&amp;amp;gt;Date Time&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where foo is the semantic classname which is being applied to this date/time, the title of the &amp;amp;lt;abbr&amp;amp;gt; is an ISO 8601 date/time, with an appropriate level of specificity, and &amp;quot;Date Time&amp;quot; is a human-friendly representation of the same date/time.&lt;br /&gt;
&lt;br /&gt;
An alternative, if you are using UTC-based timestamps, would be:&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;pre&amp;gt;&amp;amp;lt;abbr class=&amp;quot;foo&amp;quot; title=&amp;quot;YYYY-MM-DDTHH:MM:SSZ&amp;quot;&amp;amp;gt;Date Time&amp;amp;lt;/abbr&amp;amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with a single &amp;quot;Z&amp;quot; as per [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601]&lt;br /&gt;
&lt;br /&gt;
== Profile of ISO8601 ==&lt;br /&gt;
&lt;br /&gt;
We recommend that any [[microformat]] using the date-time-design pattern use a profile of ISO8601.  There are currently two widely used profiles which SHOULD be reused.&lt;br /&gt;
&lt;br /&gt;
* RFC 3339&lt;br /&gt;
* [http://www.w3.org/TR/NOTE-datetime W3C Note on Datetimes] &lt;br /&gt;
&lt;br /&gt;
==Accessibility issues==&lt;br /&gt;
&lt;br /&gt;
Note: There are some accessibility concerns with Datetime Design Pattern that being addressed as part of the [[abbr-design-pattern-issues]] discussion. Possible change recommendations may follow after the accessibility testing is complete.&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
This pattern is likely to be highly resuable.&lt;br /&gt;
&lt;br /&gt;
--[[User:RyanKing]]&lt;br /&gt;
&lt;br /&gt;
Can this not be viewed as a microformat in itself?&lt;br /&gt;
&lt;br /&gt;
--[[User:DimitriGlazkov]]&lt;br /&gt;
&lt;br /&gt;
It could, but inventing a microformat for the sake of inventing a microformat is against the microformat principles.&lt;br /&gt;
If there is a specific real world problem (and uses cases) that such an elemental microformat would solve, then it would be worth considering.&lt;br /&gt;
&lt;br /&gt;
Until then it is best to keep the &amp;amp;lt;abbr&amp;amp;gt; datetime concept merely as a microformat design pattern, to be used in _actual_ microformats that have a demonstrated practical need.&lt;br /&gt;
&lt;br /&gt;
-- [http://tantek.com/log/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Excerpt from #microformats Aug 18th. Please edit!&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Aug 18 15:16:14 &amp;lt;Tantek&amp;gt;	DanC, what do you think of RFC3339?&lt;br /&gt;
Aug 18 15:17:14 &amp;lt;Tantek&amp;gt;	ISO8601 subset&lt;br /&gt;
Aug 18 15:17:19 &amp;lt;DanC&amp;gt;	        Date and Time on the Internet: Timestamps http://www.ietf.org/rfc/rfc3339.txt&lt;br /&gt;
Aug 18 15:17:30 &amp;lt;DanC&amp;gt;	        Klyne is a good guy. I wonder if I talked with him about this.&lt;br /&gt;
Aug 18 15:17:32 &amp;lt;Tantek&amp;gt;	compat with W3C-NOTE-DATETIME&lt;br /&gt;
Aug 18 15:17:50 &amp;lt;Tantek&amp;gt;	compat with xsd:dateTime&lt;br /&gt;
Aug 18 15:17:57 &amp;lt;Tantek&amp;gt;	it's a strict intersection subset&lt;br /&gt;
Aug 18 15:17:59 &amp;lt;DanC&amp;gt;	        I consider W3C-NOTE-DATETIME obsoleted by XML Schema datatype-- yeah.. xsd:dateTime&lt;br /&gt;
Aug 18 15:18:32 &amp;lt;Tantek&amp;gt;	compare/contrast normatively using xsd:dateTime vs. RFC3339&lt;br /&gt;
Aug 18 15:18:41 &amp;lt;Tantek&amp;gt;	note: Atom 1.0 chose RFC3339&lt;br /&gt;
Aug 18 15:18:50 &amp;lt;Tantek&amp;gt;	i would like input from the microformats community on this&lt;br /&gt;
Aug 18 15:19:27 &amp;lt;DanC&amp;gt;	        in what context are you evaluating RFC 3339?&lt;br /&gt;
Aug 18 15:19:28 &amp;lt;jcgregorio&amp;gt;	http://bitworking.org/news/Date_Constructs_in_the_Atom_Syndication_Format&lt;br /&gt;
Aug 18 15:21:24 &amp;lt;DanC&amp;gt;	        which microformat is the question coming from, Tantek ?&lt;br /&gt;
Aug 18 15:23:31 &amp;lt;DanC&amp;gt;	        &amp;quot;   The grammar element time-second may have the value &amp;quot;60&amp;quot; at the end of&lt;br /&gt;
Aug 18 15:23:31 &amp;lt;DanC&amp;gt;	        months in which a leap second occurs&amp;quot; The XML Schema WG is in the 27th level of&lt;br /&gt;
                                leap-second-hell for the past few months, I gather.&lt;br /&gt;
Aug 18 15:24:21 &amp;lt;DanC&amp;gt;	        yeah... here's the scary bit: &amp;quot;   Leap seconds cannot be predicted far into the&lt;br /&gt;
                                future.  The&lt;br /&gt;
Aug 18 15:24:21 &amp;lt;DanC&amp;gt;	        International Earth Rotation Service publishes bulletins [IERS] that&lt;br /&gt;
Aug 18 15:24:21 &amp;lt;DanC&amp;gt;	        announce leap seconds with a few weeks' warning.&amp;quot;&lt;br /&gt;
Aug 18 15:26:03 &amp;lt;Tantek&amp;gt;	DanC, which microformats? any/all that use datetime fields.&lt;br /&gt;
Aug 18 15:26:36 &amp;lt;DanC&amp;gt;	        hard to give useful advice, then.&lt;br /&gt;
Aug 18 15:26:58 &amp;lt;DanC&amp;gt;	        I expect they'll use datetime fields for different things that have different&lt;br /&gt;
                                cost/benefit trade-offs&lt;br /&gt;
Aug 18 15:27:26 &amp;lt;DanC&amp;gt;	        do you know of any particular differences that matter to anybody?&lt;br /&gt;
Aug 18 15:56:43 &amp;lt;KragenSitaker&amp;gt;	RFC3339 suggests -07:00, which seems like an improvement over -0700 anyway&lt;br /&gt;
Aug 18 15:56:49 &amp;lt;Tantek&amp;gt;	Kragen, agreed&lt;br /&gt;
Aug 18 15:57:01 &amp;lt;Tantek&amp;gt;	RFC3339 is certainly preferable to the ISO8601 subset in iCalendar&lt;br /&gt;
Aug 18 16:05:57 &amp;lt;DanC&amp;gt;	        Tantek's right, Kragen; iCalendar looks like it solves the local timezone&lt;br /&gt;
                                problem but doesn't.&lt;br /&gt;
Aug 18 16:06:14 &amp;lt;DanC&amp;gt;	        and it's true that there's no standard solution to the local timezone problem&lt;br /&gt;
Aug 18 16:06:39 &amp;lt;Tantek&amp;gt;	so instead of appearing to solve the problem but not solving it, we chose to&lt;br /&gt;
                                provide the ability to *approximate* the local timezone using e.g. &amp;quot;-07:00&amp;quot;&lt;br /&gt;
Aug 18 16:06:49 &amp;lt;DanC&amp;gt;	        the simplest thing is to have people use Z time in hCalendar. But I gather&lt;br /&gt;
                                that's unacceptably unusable?&lt;br /&gt;
Aug 18 16:07:35 &amp;lt;Tantek&amp;gt;	DanC, yes, the simplest thing is to have everyone use UTC Z&lt;br /&gt;
Aug 18 16:07:38 &amp;lt;Tantek&amp;gt;	However&lt;br /&gt;
Aug 18 16:07:50 &amp;lt;Tantek&amp;gt;	it is not *nearly* as usuable/verifiable&lt;br /&gt;
Aug 18 16:07:55 &amp;lt;Tantek&amp;gt;	as -07:00 etc.&lt;br /&gt;
Aug 18 16:08:02 &amp;lt;Tantek&amp;gt;	hence the decision to go with the latter&lt;br /&gt;
Aug 18 16:08:12 &amp;lt;Tantek&amp;gt;	some degree of human verifiability is important here&lt;br /&gt;
Aug 18 16:14:21 &amp;lt;Tantek&amp;gt;	DanC, my perception is that RFC3339 is a subset&lt;br /&gt;
Aug 18 16:17:00 &amp;lt;DanC&amp;gt;	        time-numoffset  = (&amp;quot;+&amp;quot; / &amp;quot;-&amp;quot;) time-hour &amp;quot;:&amp;quot; time-minute&lt;br /&gt;
Aug 18 16:17:34 &amp;lt;DanC&amp;gt;	        ok, then I can't see any differences. (modulo recent leap seconds issues that&lt;br /&gt;
                                may affect xsd:dateTime )&lt;br /&gt;
Aug 18 16:18:07 &amp;lt;Tantek&amp;gt;	would be interesting to know why Atom 1.0 chose RFC3339 over xsd:dateTime&lt;br /&gt;
Aug 18 16:18:21 &amp;lt;Tantek&amp;gt;	if there was a &amp;quot;real&amp;quot; reason or if it was arbitrary / coin-flip.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Here's an exhaustive [http://www.imc.org/atom-syntax/mail-archive/msg13103.html comparison] from ndw. I think xsd:dateTime also allows unqualified local times, while RFC3339 allows only UTC with no known timezone (-00:00). In the end, Atompub followed the advice of [http://www.imc.org/atom-syntax/mail-archive/msg13244.html Sam Ruby] and [http://www.imc.org/atom-syntax/mail-archive/msg13248.html Scott Hollenbeck], our area director. Atom dates make some additional restrictions on RFC3339, such as uppercase T and Z characters for compatibility with xsd:dateTime, RFC3339, W3C-DTF, and ISO8601. --[http://franklinmint.fm Robert Sayre]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Aug 18 16:18:43 &amp;lt;KragenSitaker&amp;gt;	rfc3339 is pretty short.&lt;br /&gt;
Aug 18 16:19:36 &amp;lt;Tantek&amp;gt;	DanC, BTW, which came first? REC for xsd:dateTime or RFC3339?&lt;br /&gt;
Aug 18 16:19:50 &amp;lt;DanC&amp;gt;	        RFC3339 is dated July 2002 ...&lt;br /&gt;
Aug 18 16:19:54 &amp;lt;KragenSitaker&amp;gt;	Right --- and you might be able to understand xsd:dateTime without&lt;br /&gt;
                                reading all of xml schema, you wouldn't be confident of it&lt;br /&gt;
Aug 18 16:20:25 &amp;lt;DanC&amp;gt;	        W3C Recommendation 28 October 2004 ... but that's 2nd ed...&lt;br /&gt;
Aug 18 16:20:47 &amp;lt;DanC&amp;gt;	        W3C Recommendation 02 May 2001&lt;br /&gt;
Aug 18 16:22:10 &amp;lt;DanC&amp;gt;	        I don't see a BNF in http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/#dateTime ...&lt;br /&gt;
Aug 18 16:22:43 &amp;lt;KragenSitaker&amp;gt;	yeah, appendix D of the current xml schema datatypes document seems&lt;br /&gt;
                                a little scanty, actually&lt;br /&gt;
Aug 18 16:23:28 &amp;lt;DanC&amp;gt;	        ah... 2nd ed of http://www.w3.org/TR/xmlschema-2/#date is much more&lt;br /&gt;
                                explicit about syntax.&lt;br /&gt;
Aug 18 16:23:30 &amp;lt;KragenSitaker&amp;gt;	it's 1100 words but still doesn't give any examples&lt;br /&gt;
Aug 18 16:23:35 &amp;lt;DanC&amp;gt;	        still, it's given in prose and not BNF&lt;br /&gt;
Aug 18 16:24:17 &amp;lt;KragenSitaker&amp;gt;	sections 3.2.9 through 3.2.14 seem to be the relevant ones around #date&lt;br /&gt;
Aug 18 16:24:29 &amp;lt;KragenSitaker&amp;gt;	which is another 2200 words&lt;br /&gt;
Aug 18 16:24:42 &amp;lt;DanC&amp;gt;	        wow... they changed the canonical form of date from always-Z to&lt;br /&gt;
                                timezone-allowed between 1st edition and 2nd edition&lt;br /&gt;
Aug 18 16:25:01 &amp;lt;Tantek&amp;gt;	Kragen, DanC, these are very good analyses&lt;br /&gt;
Aug 18 16:25:21 &amp;lt;Tantek&amp;gt;	could I ask you to summarize the pros/cons for each in a new section at&lt;br /&gt;
                                end of http://microformats.org/wiki/datetime-design-pattern&lt;br /&gt;
Aug 18 16:25:22 &amp;lt;Tantek&amp;gt;	?&lt;br /&gt;
Aug 18 16:25:58 &amp;lt;KragenSitaker&amp;gt;	rfc 3339 is 4000 words, excluding the last two pages of boilerplate.&lt;br /&gt;
Aug 18 16:26:31 &amp;lt;KragenSitaker&amp;gt;	so it's actually longer than the datetime-relevant parts of XSD but it&lt;br /&gt;
                                seems much more rigorous and clear&lt;br /&gt;
Aug 18 16:28:37 &amp;lt;DanC&amp;gt;	        my advice is: normatively cite both, and claim they specify the same&lt;br /&gt;
                                syntax, and let anybody who discovers otherwise send you a bug report&lt;br /&gt;
                                with a test case&lt;br /&gt;
Aug 18 16:29:12 &amp;lt;KragenSitaker&amp;gt;	danc: nice hack&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The RFC3339 has a mandatory TIME portion of the DATE-TIME. Some vCard/iCalendar DATE-TIME stamps can omit the TIME. For instance, DTSTART, if that is a full day event, then you can omit the time. BDAY in vCard can be respresented by only a DATE. I like the idea of restricting the possible date formats, but i think that TIME should be optional, which it isn't in RFC3339. - [http://suda.co.uk/ brian suda]&lt;br /&gt;
&lt;br /&gt;
RFC 3339 allows lowercase 't' and 'z' while XSD doesn't. Specifying RFC 3339 plus 'T' and 'Z' MUST be caps will make them the same. - [http://bitworking.org Joe Gregorio]&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
A few questions:&lt;br /&gt;
&lt;br /&gt;
1) Would it make more sense for documenting the alternative codings pitting the abbr tag vs. other tags to be on this page?&lt;br /&gt;
&lt;br /&gt;
2) Would using the title attribute of the abbr tag to encode the machine-readable date in fact cause a failure of WCAG 2.0 Accessibility? What about USA Section 508?  It does appear to violate Technique for WCAG 2.0 [http://www.w3.org/TR/WCAG20-TECHS/#H28 H28: Providing definitions for abbreviations by using the abbr and acronym elements], although that is a supporting document and does not have the force of a guideline.&lt;br /&gt;
&lt;br /&gt;
3) In order to maintain accessibility, would it make sense to enclose the machine-readable date in a span with a style of &amp;quot;display:none&amp;quot; instead of using the abbr tag? &lt;br /&gt;
&lt;br /&gt;
4) For that matter, wouldn't you want to style such an abbr tag with text-decoration:none to hide that an abbr tag was used?  Otherwise, visitors might cursor over the  time, see the machine time, and be annoyed that their time was wasted or else be confused.  And I don't think you can suppress the title from coming up if the human-readable time was inadvertently hovered.&lt;br /&gt;
&lt;br /&gt;
[[User:CharlesBelov|CharlesBelov]] 16:57, 24 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Code ==&lt;br /&gt;
The following regular expression (parsed VERBOSE) should break apart a datetime and cover many lightly broken cases seen in the wild. This has been tested under Python.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
 ^&lt;br /&gt;
 (?P&amp;lt;year&amp;gt;\d\d\d\d)&lt;br /&gt;
 ([-])?(?P&amp;lt;month&amp;gt;\d\d)&lt;br /&gt;
 ([-])?(?P&amp;lt;day&amp;gt;\d\d)&lt;br /&gt;
 (&lt;br /&gt;
  (T|\s+)&lt;br /&gt;
  (?P&amp;lt;hour&amp;gt;\d\d)&lt;br /&gt;
  (&lt;br /&gt;
   ([:])?(?P&amp;lt;minute&amp;gt;\d\d)&lt;br /&gt;
   (&lt;br /&gt;
    ([:])?(?P&amp;lt;second&amp;gt;\d\d)&lt;br /&gt;
    (&lt;br /&gt;
     ([.])?(?P&amp;lt;fraction&amp;gt;\d+)&lt;br /&gt;
    )?&lt;br /&gt;
   )?&lt;br /&gt;
  )?&lt;br /&gt;
 )?&lt;br /&gt;
 (&lt;br /&gt;
  (?P&amp;lt;tzzulu&amp;gt;Z)&lt;br /&gt;
  |&lt;br /&gt;
  (?P&amp;lt;tzoffset&amp;gt;[-+])&lt;br /&gt;
  (?P&amp;lt;tzhour&amp;gt;\d\d)&lt;br /&gt;
  ([:])?(?P&amp;lt;tzminute&amp;gt;\d\d)&lt;br /&gt;
 )?&lt;br /&gt;
 $&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
&lt;br /&gt;
* [[Main_Page#Design_Patterns|All microformat design patterns]]&lt;br /&gt;
* [[abbr-design-pattern]] is used by [[datetime-design-pattern]]&lt;br /&gt;
* HTML 4.01 definition of &amp;lt;code&amp;gt;&amp;amp;lt;[http://www.w3.org/TR/REC-html40/struct/text.html#edef-ABBR abbr]&amp;gt;&amp;lt;/code&amp;gt; element&lt;br /&gt;
* RFC [http://www.faqs.org/rfcs/rfc3339.html 3339]: Date and Time on the Internet: Timestamps&lt;br /&gt;
* W3C: [http://www.w3.org/TR/NOTE-datetime Note on Datetimes] &lt;br /&gt;
* Markus Kuhn: [http://www.cl.cam.ac.uk/~mgk25/iso-time.html A summary of the international standard date and time notation]&lt;br /&gt;
* Wikipedia: [http://en.wikipedia.org/wiki/ISO_8601 ISO 8601]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=17930</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=17930"/>
		<updated>2007-05-11T00:10:09Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ added input[hidden]&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* OBJECT with in-page data attribute.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Hidden INPUT element (undesirable as it requires FORM)&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16556</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16556"/>
		<updated>2007-05-11T00:07:03Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ moved a[name] to invalid&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* OBJECT with in-page data attribute.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/code&amp;gt;) *[name] does not need to be unique, but a[name] does. [http://www.w3.org/TR/html401/struct/links.html#h-12.2.1 HTML 4.01 Strict, 12.2.1]&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16555</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16555"/>
		<updated>2007-05-10T20:33:16Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ I really should use &amp;quot;preview&amp;quot; more often.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* OBJECT with in-page data attribute.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Anchor element with name attr (&amp;lt;code&amp;gt;&amp;amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16552</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16552"/>
		<updated>2007-05-10T20:31:39Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ oops.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* OBJECT with in-page data attribute.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Element with name attr (&amp;lt;code&amp;gt;&amp;amp;lt;a class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/a&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16551</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16551"/>
		<updated>2007-05-10T20:29:54Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ Adding *[name] as markup possibility&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* OBJECT with in-page data attribute.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Element with name attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; name=&amp;quot;iso8601:20070713&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=accessibility&amp;diff=18179</id>
		<title>accessibility</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=accessibility&amp;diff=18179"/>
		<updated>2007-05-08T19:05:07Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Disadvantages */ reverting content already on (or linked from) accessibility-issues page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Accessibility&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents microformats and accessibility in general, in particular advantages that adopting microformats provide for accessibility, and for documenting techniques for making microformats more accessible.&lt;br /&gt;
&lt;br /&gt;
We should all strive to make our published microformats, parser implementations, and this wiki, accessible to all users, regardless of their physical abilities and needs, within the limits of the time and resources of the microformats community. Readers are advised to follow the [http://www.w3.org/TR/WCAG10/ W3C's Web Content Accessibility Guidelines 1.0], to at least level 2. Further advice is available on the [http://www.accessifyforum.com/ Accessify Forums].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
Some microformats have potential accessibility advantages.&lt;br /&gt;
&lt;br /&gt;
===hCard===&lt;br /&gt;
*&amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; in [[hcard|hCard]]: use &amp;lt;code&amp;gt;style=&amp;quot;speak-numeral:digits&amp;quot;&amp;lt;/code&amp;gt;, so that telephone numbers are read by aural browsers as, for example, &amp;quot;five-five-five one-two-three-four&amp;quot; and not &amp;quot;five-hundred and fifty-five, one-thousand, two-hundred and thirty-two&amp;quot;. ''Note: This is not an advantage to Microformats. It is a CSS best practice and can be used with or without hCard. This should probably be moved to a [[css-best-practices|CSS Best Practices]] page. - JamesCraig''&lt;br /&gt;
&lt;br /&gt;
==Disadvantages==&lt;br /&gt;
Some microformats have potential accessibility disadvantages.&lt;br /&gt;
&lt;br /&gt;
===abbr-design-pattern===&lt;br /&gt;
*As mentioned on external sites (see:[[accessibility-issues]]) and on the microformats-discuss list, the abbr-design-pattern (used in [[hcard|hCard]], [[hcalendar|hCalendar]], [[geo|GEO]] and others) is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side-effects of reading machine data to screen reader users rendering human content inaccessible.&lt;br /&gt;
&lt;br /&gt;
===anchor-include-pattern===&lt;br /&gt;
*As mentioned on [[accessibility-issues]], the anchor-include-pattern is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side effects due to the missing link text.&lt;br /&gt;
&lt;br /&gt;
==External testimonials==&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006JulSep/subject.html#msg133 hCard and hCalendar Formats] - 2006-08-03 in w3c-wai-ig. e.g. &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I think Microformats.org is doing rather well on it's own, and it isn't particularly something that the W3C would or should get involved in until it's settled down. (And then it would just be a ratification kind of thing.)&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;In fact, it is likely to be good for accessibility, as the tools for consuming microformats often require valid code.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[accessibility-issues]] - note external criticisms on the accesibility issues page&lt;br /&gt;
*[[internationalization]]&lt;br /&gt;
*[[assistive-technology]]&lt;br /&gt;
*[[assistive-technology-abbr-results]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16550</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16550"/>
		<updated>2007-05-07T21:15:50Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* OBJECT with in-page data attribute.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element (See: [http://microformats.org/discuss/mail/microformats-new/2007-May/000335.html mailing list thread], verify at [http://alistapart.com/articles/hattrick ALA article]).&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16486</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16486"/>
		<updated>2007-05-07T21:10:53Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ added DFN, plus formatting&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* OBJECT with param value.&lt;br /&gt;
* OBJECT with in-page data attribute.&lt;br /&gt;
* SPAN element with title attribute.&lt;br /&gt;
* DFN element with title attribute.&lt;br /&gt;
* Nested SPAN element.&lt;br /&gt;
* Nested ABBR element.&lt;br /&gt;
* Nested DFN element.&lt;br /&gt;
* Empty INS element with DATETIME attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* SPAN with RDF dc:date attribute.&lt;br /&gt;
* SPAN with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=semantic-xhtml-design-principles&amp;diff=16992</id>
		<title>semantic-xhtml-design-principles</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=semantic-xhtml-design-principles&amp;diff=16992"/>
		<updated>2007-05-07T18:09:34Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Semantic XHTML Design Principles */ adding links&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Semantic XHTML Design Principles=&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
XHTML is built on XML, and thus XHTML-based formats can be used not only for convenient display presentation, but also for general-purpose data exchange.  In many ways, XHTML-based formats exemplify the best of both HTML and XML worlds.  However, when building XHTML-based formats, it helps to have a guiding set of principles.&lt;br /&gt;
&lt;br /&gt;
# Reuse the schema (names, objects, properties, values, types, hierarchies, constraints) as much as possible from pre-existing, established, well-supported standards by reference.  Avoid restating constraints expressed in the source standard.  Informative mentions are ok.&lt;br /&gt;
## For types with multiple components, use nested elements with class names equivalent to the names of the components.&lt;br /&gt;
## Plural components are made singular, and thus multiple nested elements are used to represent multiple text values that are comma-delimited.&lt;br /&gt;
# Use the most accurately precise semantic XHTML building block for each object etc.&lt;br /&gt;
# Otherwise use a generic structural element (e.g. &amp;lt;code&amp;gt;&amp;amp;lt;span&amp;amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;amp;lt;div&amp;amp;gt;&amp;lt;/code&amp;gt;), or the appropriate contextual element (e.g. an &amp;lt;code&amp;gt;&amp;amp;lt;li&amp;amp;gt;&amp;lt;/code&amp;gt; inside a &amp;lt;code&amp;gt;&amp;amp;lt;ul&amp;amp;gt;&amp;lt;/code&amp;gt; or &amp;lt;code&amp;gt;&amp;amp;lt;ol&amp;amp;gt;&amp;lt;/code&amp;gt;).&lt;br /&gt;
# Use class names based on names from the original schema, unless the [[semantic-xhtml|semantic XHTML]] building block precisely represents that part of the original schema.  If names in the source schema are case-insensitive, then use an all lowercase equivalent.  Components names implicit in prose (rather than explicit in the defined schema) should also use lowercase equivalents for ease of use. Spaces in component names become dash '-' characters.&lt;br /&gt;
# Finally, if the format of the data according to the original schema is too long and/or not human-friendly, use &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt; instead of a generic structural element, and place the literal data into the 'title' attribute (where abbr expansions go), and the more brief and human-readable equivalent into the element itself. Further informative explanation of this use of &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;amp;gt;&amp;lt;/code&amp;gt;: [[abbr-design-pattern]], [http://tantek.com/log/2005/01.html#d26t0100 Human vs. ISO8601 dates problem solved], and [http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility] aka &amp;quot;abbr-design-pattern considered harmful.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
==Semantic XHTML and Microformats==&lt;br /&gt;
(from Tantek Çelik on the [http://article.gmane.org/gmane.comp.web.microformats.general/6014 microformats-discuss mailing list])&lt;br /&gt;
&lt;br /&gt;
Note that microformats use semantic XHTML, but not all use of semantic&lt;br /&gt;
XHTML are microformats.&lt;br /&gt;
&lt;br /&gt;
Web designers and authors are using semantic XHTML everyday without using&lt;br /&gt;
microformats, and that's perfectly fine.  They are not trying to create&lt;br /&gt;
standards and interoperably/automatically exchange data with each other.&lt;br /&gt;
They are simply expressing the semantics of their documents.&lt;br /&gt;
&lt;br /&gt;
Whereas microformats follow a specific process and are intended to provide&lt;br /&gt;
a way for publishers worldwide to easily interoperably exchange simple&lt;br /&gt;
bits of data.&lt;br /&gt;
&lt;br /&gt;
 http://microformats.org/wiki/process&lt;br /&gt;
&lt;br /&gt;
This distinction between &amp;quot;semantic XHTML&amp;quot; and &amp;quot;microformats&amp;quot; is very&lt;br /&gt;
important to understand and is often confused - I've even seen W3C staff&lt;br /&gt;
themselves call microformats &amp;quot;just using good class names&amp;quot;, which is&lt;br /&gt;
incorrect.  (Using good class names is simply one of the practices of&lt;br /&gt;
semantic XHTML).&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16484</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16484"/>
		<updated>2007-05-07T17:59:20Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Test Cases */ durations/recurrences&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
* ISO 8601 durations&lt;br /&gt;
* ISO 8601 recurrences&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
* Empty ins element with datetime attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
* Dolphin HAL (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16485</id>
		<title>accessibility</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16485"/>
		<updated>2007-05-07T17:56:55Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* See also */ added assistive-technology-abbr-results&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Accessibility&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents microformats and accessibility in general, in particular advantages that adopting microformats provide for accessibility, and for documenting techniques for making microformats more accessible.&lt;br /&gt;
&lt;br /&gt;
We should all strive to make our published microformats, parser implementations, and this wiki, accessible to all users, regardless of their physical abilities and needs, within the limits of the time and resources of the microformats community. Readers are advised to follow the [http://www.w3.org/TR/WCAG10/ W3C's Web Content Accessibility Guidelines 1.0], to at least level 2. Further advice is available on the [http://www.accessifyforum.com/ Accessify Forums].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
Some microformats have potential accessibility advantages.&lt;br /&gt;
&lt;br /&gt;
===hCard===&lt;br /&gt;
*&amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; in [[hcard|hCard]]: use &amp;lt;code&amp;gt;style=&amp;quot;speak-numeral:digits&amp;quot;&amp;lt;/code&amp;gt;, so that telephone numbers are read by aural browsers as, for example, &amp;quot;five-five-five one-two-three-four&amp;quot; and not &amp;quot;five-hundred and fifty-five, one-thousand, two-hundred and thirty-two&amp;quot;. ''Note: This is not an advantage to Microformats. It is a CSS best practice and can be used with or without hCard. This should probably be moved to a [[css-best-practices|CSS Best Practices]] page. - JamesCraig''&lt;br /&gt;
&lt;br /&gt;
==Disadvantages==&lt;br /&gt;
Some microformats have potential accessibility disadvantages.&lt;br /&gt;
&lt;br /&gt;
===abbr-design-pattern===&lt;br /&gt;
*As mentioned on external sites (see:[[accessibility-issues]]) and on the microformats-discuss list, the abbr-design-pattern (used in [[hcard|hCard]], [[hcalendar|hCalendar]], [[geo|GEO]] and others) is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side-effects of reading machine data to screen reader users rendering human content inaccessible.&lt;br /&gt;
&lt;br /&gt;
===anchor-include-pattern===&lt;br /&gt;
*As mentioned on [[accessibility-issues]], the anchor-include-pattern is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side effects due to the missing link text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External testimonials==&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006JulSep/subject.html#msg133 hCard and hCalendar Formats] - 2006-08-03 in w3c-wai-ig. e.g. &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I think Microformats.org is doing rather well on it's own, and it isn't particularly something that the W3C would or should get involved in until it's settled down. (And then it would just be a ratification kind of thing.)&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;In fact, it is likely to be good for accessibility, as the tools for consuming microformats often require valid code.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[accessibility-issues]] - note external criticisms on the accesibility issues page&lt;br /&gt;
*[[internationalization]]&lt;br /&gt;
*[[assistive-technology]]&lt;br /&gt;
*[[assistive-technology-abbr-results]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16508</id>
		<title>advocacy</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16508"/>
		<updated>2007-05-07T17:38:43Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: changed XXX to XYZ ;-)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Advocacy &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A lot can be done to help advocate the use of microformats. Often, simply by taking an existing site, and adding the suggested microformatting to a few of its pages as examples is all that is necessary to help the developers of the site add the microformats to the site itself. Applications, such as browsers, could also use some guidance on how to best support microformats.&lt;br /&gt;
&lt;br /&gt;
Sometimes advocacy requires comparison and analysis of alternative technologies or approaches.  As [[User:MikeSchinkel|Mike Schinkel]] pointed out, we need good answers to comments like &amp;quot;No, we're going to use XYZ instead...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The goal for this page is to include pointers for how to advocate microformats on new sites and on existing sites that are considering or using alternative approaches, as well as applications that can benefit from supporting microformats.&lt;br /&gt;
&lt;br /&gt;
For general resources for marketing microformats, see [[spread-microformats]].&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Existing Sites ==&lt;br /&gt;
&lt;br /&gt;
Add sites here that you think would benefit from the addition of microformats. For now they are grouped by the microformat which would primarily benefit the site. Feel free to take a look at some of the sites on this list, document sample pages to be microformatted, add microformats to them, and then add the before/after of the key sections of mark-up to another wiki page for that site.&lt;br /&gt;
&lt;br /&gt;
Successes are also noted; the most recent are flagged as {{SuccessMarker}}.&lt;br /&gt;
&lt;br /&gt;
If your successes resulted from emails that you sent to site owners/developers, please consider sharing your successful advocacy emails on the [[advocacy-email-samples]] page, and along with each email sample, list the sites which responded positively to your email.  This way others in the community can learn from your success and hopefully use your email samples to contact additional sites and get them to adopt microformats.&lt;br /&gt;
&lt;br /&gt;
=== hCard ===&lt;br /&gt;
Adding [[hcard|hCard]] to these sites would make them quite handy for their users and for being indexed:&lt;br /&gt;
&lt;br /&gt;
==== Online Profiles ====&lt;br /&gt;
Nearly every website that has a login has a page representing the public profile of the user that other users can see and interact with. Many such sites already [[hcard-implementations|support hCard]] (e.g. ClaimID.com, Flickr.com, Technorati.com, Zooomr.com). Here are some that I think would benefit from the addition of hCard to their profile / user pages. Feel free to add more such sites that have a social network profile-like component and I'll see what I can do. [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* [http://jpgmag.com/ JPG magazine] - have sent email to their web developer with sample marked up member profile with [[hcard|hCard]] and [[xfn]] [[rel-me|rel=&amp;quot;me&amp;quot;]]. [[User:Tantek|Tantek]] 23:48, 21 Feb 2007 (PST)&lt;br /&gt;
* Twitter.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Consumating.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Wikimedia - including this site, Wikipedia (See [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]), Wikitravel, etc.&lt;br /&gt;
**It would be nice if &amp;lt;nowiki&amp;gt;[[User:YOURNAME]]&amp;lt;/nowiki&amp;gt; links generated proper (mini)hCards. ([http://microformats.org/wiki?title=to-do&amp;amp;diff=12177&amp;amp;oldid=12173#Lazyweb per SteveIvy]; moved from 'to-do')&lt;br /&gt;
* Alexa.com has online profiles for domains with contact information.  Would be great if they could add hCard to those. 2007-04-18 [[User:Tantek]] requested of [[User:BenWest]] e.g.:&lt;br /&gt;
** http://www.alexa.com/data/details?url=alexa.com/&lt;br /&gt;
** http://www.alexa.com/data/details?url=w3.org/&lt;br /&gt;
* [http://sunlightlabs.com/api/ SunlightLabs API] provides profiles for US Congresspeople.  Their [http://sunlightlabs.com/api/masterref/megatable.php megatable] could easily be marked up with hCard, and their APIs could return hCards and hCard fields.&lt;br /&gt;
** [[User:Tantek|Tantek]] 12:30, 20 Apr 2007 (PDT) contacted them and requested that they add hCard to megatable, consider a GethCard API method, and potentially a GethResume API method for each person.&lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 26 Apr 2007: http://sunlightlabs.com/api does now have a people.getHCard.php API method to get an hCard for every member of congress. See the documentation at http://sunlightlabs.com/api/people.getHCard.php. An example call: http://api.sunlightlabs.com/people.getHCard.php?id=fakeopenID1 &lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 30 Apr 2007: I created a page of hCards for every member of congress: http://sunlightlabs.com/api/hcards/index.php&lt;br /&gt;
&lt;br /&gt;
==== Online Venues ====&lt;br /&gt;
There are many sites that offer pages that represent organizations and venues that could benefit from being marked up with hCard. [http://local.yahoo.com/ Yahoo Local] venues are marked up with hCards for example. Here are some more sites that have venues that would benefit from hCard markup.&lt;br /&gt;
* [http://dodgeball.com/ Dodgeball] venues.&lt;br /&gt;
* Yelp.com&lt;br /&gt;
&lt;br /&gt;
====Wikpedia hCard====&lt;br /&gt;
*Infobox Templates for people to add [[hcard|hCard]] to their generated markup&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_Biography&amp;amp;action=edit Infobox_Biography]&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_actor&amp;amp;action=edit Infobox_actor] which should result in actor pages, e.g. [http://en.wikipedia.org/wiki/Humphrey_Bogart Humphrey Bogart]'s page, being properly hCarded.&lt;br /&gt;
*Addressable buildings e.g. [http://en.wikipedia.org/wiki/The_Old_Crown%2C_Birmingham The Old Crown, Birmingham]&lt;br /&gt;
*Tourist attractions, e.g. [http://en.wikipedia.org/wiki/Cadbury_World Cadbury World]&lt;br /&gt;
*Companies, e.g. [http://en.wikipedia.org/wiki/Tesco Tesco] (note headquarters address in infobox)&lt;br /&gt;
*Motorway service stations, e.g. [http://en.wikipedia.org/wiki/Watford_Gap_service_station Watford Gap]&lt;br /&gt;
*Railway Stations, e.g. [http://en.wikipedia.org/wiki/Perry_Barr_railway_station Perry Barr]&lt;br /&gt;
*etc.&lt;br /&gt;
*See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats] [[User:AndyMabbett|Andy Mabbett]] 13:10, 28 Jan 2007 (PST)&lt;br /&gt;
* See also [[persondata|discussion of Wikipedia's Persondata]], which aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:23, 28 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
====Telephone Directory Listings====&lt;br /&gt;
Telephone Directory Listings could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 03:10, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.thephonebook.bt.com/ BT]&lt;br /&gt;
**Requested via [http://tinyurl.com/yhtdjy BT feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**BT confirm that they will consider this at their next re-build. 2006-12 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://118118.com 118118.com]&lt;br /&gt;
**Requested via e-mail, 2006-11-13. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://192.com/ 192.com]&lt;br /&gt;
**Requested via [http://www.192.com/support/feedback.cfm 192.com feedback form], 2007-03-07 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.skype.com/intl/en-gb/download/features/skypefind/ SkypeFind]&lt;br /&gt;
**Requested via [http://support.skype.com/?_a=tickets&amp;amp;_m=submit Skype feedback form], 2007-03-16 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.whitepages.com/ White Pages (USA/ Canada)]&lt;br /&gt;
*[http://www.whitepages.com.au/ White Pages (Australia)]&lt;br /&gt;
*[http://www.switchboard.com/ Stitchboard (USA)]]&lt;br /&gt;
*[http://people.yahoo.com/ Yahoo! People Search (USA)]&lt;br /&gt;
*[http://www.whowhere.com/ Lycos People Search (USA)]&lt;br /&gt;
*[http://www.bsnl.co.in/map.htm BSNL (India)]&lt;br /&gt;
&lt;br /&gt;
====Postal (ZIP) code Finders====&lt;br /&gt;
Postal code Finders could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 12:09, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://pol.royalmail.com/dda/txt/pf.asp Royal Mail] (UK)&lt;br /&gt;
**Requested via [http://tinyurl.com/ya4hzu Royal Mail feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Acknowledged 2006-11-30. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Government hCard====&lt;br /&gt;
=====UK Gov. hCard=====&lt;br /&gt;
* Parliament: [http://www.parliament.uk/directories/hciolists/alms.cfm Alphabetical List of Members of Parliament] (see also [http://www.parliament.uk/directories/directories.cfm other lists of MPs and Lords]). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
=====Europe Gov. hCard=====&lt;br /&gt;
* e.g. [http://www.europarl.org.uk/uk_meps/westmidlands.asp UK MEPs]&lt;br /&gt;
&lt;br /&gt;
==== Organization Contacts ====&lt;br /&gt;
Many companies and organizations have about or contact pages that could benefit from being marked up with hCard.  [http://technorati.com/about/contact.html Technorati's contact page] for example is both marked up with hCard and has a convenient &amp;quot;Add to Address Book&amp;quot; hCard to vCard converter link. The following company sites could benefit from similar markup (and, until user agents support hCards natively, &amp;quot;Add to Address Book&amp;quot; links). [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
*Adobe&lt;br /&gt;
**[http://www.adobe.com/aboutadobe/offices.html Adobe offices]&lt;br /&gt;
***Requested using contact form, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Google &lt;br /&gt;
**Contacts, e.g. &lt;br /&gt;
*** [http://www.google.com/intl/en/contact/index.html Google.com contact page]&lt;br /&gt;
**** Requested by asking Google Employee KevinMarks via instant messaging to add hCard to that page along with a &amp;quot;Add to Address Book&amp;quot; link [[User:Tantek|Tantek]] 11:32, 10 Apr 2007 (PDT) and RyanKing in IRC&lt;br /&gt;
*** [http://www.google.co.uk/intl/en/contact/index.html Google UK], etc.&lt;br /&gt;
*[http://www.mozilla.com/ Mozilla]&lt;br /&gt;
**[http://www.mozilla.com/en-US/about/legal.html Mozilla legal notices]&lt;br /&gt;
*Opera &lt;br /&gt;
**People, e.g. [http://people.opera.com/howcome/ Håkon Wium Lie]; could also be hResume&lt;br /&gt;
*W3C&lt;br /&gt;
**[http://www.w3.org/Consortium/contact W3C contact]&lt;br /&gt;
**[http://www.w3.org/People/all W3C Staff listing] and individual pages, e.g. [http://www.w3.org/People/Berners-Lee/ Tim Berners-Lee]&lt;br /&gt;
***Requested by e-mail. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==== Individual hCards ====&lt;br /&gt;
Getting these sites to at least add hCard to their home page or contact info page and then [http://pingerati.net/ping/ ping Pingerati] would be an excellent start with getting them some experience with microformats and thinking about adding microformats to other places in their sites that make sense:&lt;br /&gt;
* [http://metaweb.com/ Metaweb Technologies]&lt;br /&gt;
** [http://www.freebase.com/ Freebase ]&lt;br /&gt;
&lt;br /&gt;
====Other hCard====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for people (real, not characters), e.g. [http://www.imdb.com/name/nm0000007/ Humphrey Bogart]. [[User:AndyMabbett|Andy Mabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel - Birmingham]&lt;br /&gt;
***[http://microformats.org/wiki?title=User_talk:MarkJaroski&amp;amp;curid=2699&amp;amp;diff=0&amp;amp;oldid=10663&amp;amp;rcid=19955 Wikitravel is about to hugely roll out hCard] Mark Jaroski&lt;br /&gt;
***See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
*[http://orlabs.oclc.org/Identities/ WorldCat Identities]&lt;br /&gt;
**The recently prototyped WorldCat Identities provides pages for 20 million 'identities', mainly authors and people who are the subjects of published titles.&lt;br /&gt;
**Requested by feedback form, 2007-03-09 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===hCalendar===&lt;br /&gt;
&lt;br /&gt;
[[hcalendar|hCalendar]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
==== W3C track at WWW2006 ====&lt;br /&gt;
* DanC offers a 150 point bounty to anybody who takes [http://www.w3.org/2006/05/w3c-track the W3C track at WWW2006] and adds hCalendar markup and sends it to connolly@w3.org,www-archive@w3.org&lt;br /&gt;
&lt;br /&gt;
====Television listings====&lt;br /&gt;
*A major coup would be to get one of the major players (the BBC, Sky, or PBS, say), to mark up their TV or radio listings with hCalendar - does anyone have contacts in such an organisation? [[User:AndyMabbett|Andy Mabbett]] 10:53, 21 Oct 2006 (PDT)&lt;br /&gt;
**Does anyone have URLs to the TV or radio listings of the major players? Getting those URLs would be the next step, and then doing the markup ourselves would be the next step after that. [[User:Tantek|Tantek]] 13:02, 21 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.tvtimes.co.uk/ TV Times] (UK)&lt;br /&gt;
** Requested by e-mail 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*BBC main listings (e.g. [http://www.bbc.co.uk/bbcone/listings/index.shtml?service_id=4223 BBC One])&lt;br /&gt;
** Requested by [http://www.bbc.co.uk/feedback/bbci_comment.shtml BBC Feedback Form] 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008129.html &amp;quot;We're currently looking at using the event microformat on the redesigned radio 4 schedule page (and possibly throughout bbc.co.uk/radio4&amp;quot;] 2007-01-14 per email.&lt;br /&gt;
&lt;br /&gt;
====Government hCalendar====&lt;br /&gt;
=====UK Gov. hCalendar=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:47, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
*[http://www.scotland.gov.uk/Publications/2005/01/bankholidays Scottish Executive Bank Holidays]&lt;br /&gt;
** Requested by [http://www.scotland.gov.uk/About/HaveYourSay/WebsiteFdbck Scottish Executive feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Sports Fixtures====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*PremiumTV (UK, Soccer, has a page for each team)&lt;br /&gt;
**[http://www.avfc.premiumtv.co.uk/page/Fixtures/ Aston Villa]&lt;br /&gt;
**[http://www.wba.premiumtv.co.uk/page/Fixtures/ West Bromwich Albion]&lt;br /&gt;
*** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
****&amp;quot;webmaster@&amp;quot; bounced. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Concert/ Theatre Listings====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.birmingham-alive.com/ Birmingham Alive!] (UK)&lt;br /&gt;
**Requested in person; now on &amp;quot;to do&amp;quot; list&lt;br /&gt;
&lt;br /&gt;
====iCal Share====&lt;br /&gt;
*[http://www.icalshare.com/ iCal share]&lt;br /&gt;
**Requested by e-mail. 2007-01-14&lt;br /&gt;
&lt;br /&gt;
=== hReview ===&lt;br /&gt;
[[hreview|hReview]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hReview====&lt;br /&gt;
=====UK Gov. hReview=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:48, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:08, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hReview====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for film reviews, e.g. [http://www.imdb.com/title/tt0049291/ The Harder They Fall ]. [[User:AndyMabbett|AndyMabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.dpreview.com/ Digital Photography Review]&lt;br /&gt;
** Requested by feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.steves-digicams.com/ Steve's Digicams]&lt;br /&gt;
** Requested by e-mail, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.librarything.com/ LibraryThing]&lt;br /&gt;
** e.g. [http://www.librarything.com/catalog.php?view=trealawboy]&lt;br /&gt;
&lt;br /&gt;
===hAtom===&lt;br /&gt;
[[hatom|hAtom]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hAtom====&lt;br /&gt;
=====UK Gov.  hAtom=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:49, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hAtom====&lt;br /&gt;
* TV Listings (see hCalendar, above)&lt;br /&gt;
*[http://rbach.priv.at/Microformats-IRC/2006-11-13 IRC logs]&lt;br /&gt;
**E-mailed. [[User:AndyMabbett|Andy Mabbett]] 10:29, 5 Dec 2006 (PST)&lt;br /&gt;
* hatom can be used to markup log files.  Basically log information is a feed of events. For more details, see the [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html logging technique] discussed in on [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html microformats-discuss].&lt;br /&gt;
&lt;br /&gt;
=== Geo ===&lt;br /&gt;
Adding &amp;quot;[[geo|Geo]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/WikiGPS WikiGPS]&lt;br /&gt;
**Under development; notified of Geo microformat 2007-03-23&lt;br /&gt;
*Collections of waypoints&lt;br /&gt;
**See also [[geo-waypoint-examples]]&lt;br /&gt;
*Upcoming&lt;br /&gt;
**Some events, e.g. [http://upcoming.org/event/128155/ Multipack February 2007] are tagged thus: &amp;lt;code&amp;gt;geo:lat=52.4784&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;geo:lon=-1.9096&amp;lt;/code&amp;gt;. This could be rendered as a geo microformat. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested on (now defunct) Upcoming wiki 2007-01-14&lt;br /&gt;
**[http://suggestions.yahoo.com/detail/?prop=upcoming&amp;amp;fid=14362 Repeated on new suggestion board]. 2007-03-30. '''Please vote for this suggestion''' [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.census.gov/cgi-bin/gazetteer U.S. Gazetteer] e.g. [http://www.census.gov/cgi-bin/gazetteer?city=Birmingham&amp;amp;state=&amp;amp;zip=]&lt;br /&gt;
*[http://www.world-gazetteer.com/ World Gazetteer] e.g. [http://www.world-gazetteer.com/wg.php?x=&amp;amp;men=gpro&amp;amp;lng=en&amp;amp;dat=32&amp;amp;geo=-81&amp;amp;srt=npan&amp;amp;col=aohdq&amp;amp;pt=c&amp;amp;va=&amp;amp;geo=512945809]&lt;br /&gt;
**Requested by e-mail, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.genuki.org.uk/cgi-bin/places GENUKI Gazetteer] (UK &amp;amp; Ireland) e.g. [http://www.genuki.org.uk/cgi-bin/maplink?CCC=STS,GR=SP040940,PLACE=Great%20Barr]&lt;br /&gt;
**Requested via feedback form, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.confluence.org/ The Degree Confluence Project]&lt;br /&gt;
**Requested by e-mail, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.wikimapia.org/ WikiMapia]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied to say they're looking into it. 2007-03-29&lt;br /&gt;
*[http://www.jeeep.com/details/coord/translate.cgi?datum=83&amp;amp;lat=52.57265&amp;amp;lon=-1.911433&amp;amp;detail=1 Jeeep.com]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Advertised address bouncing, 2007-03-27&lt;br /&gt;
*[http://www.flagr.com/ Flagr]&lt;br /&gt;
**Using, but not (yet) displaying, coordinates&lt;br /&gt;
**Requested by e-mail, 2007-03-30; also suggested they display their coordinates, and mark them up as tags [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied same day to say they will &amp;quot;talk it over internally&amp;quot;&lt;br /&gt;
* Various [http://en.wikipedia.org/wiki/Geocaching#Geocache_listing_sites Geocache listing sites]&lt;br /&gt;
&lt;br /&gt;
=== Adr ===&lt;br /&gt;
Adding &amp;quot;[[adr|Adr]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*Various postcode &amp;lt;--&amp;gt; address lookup sites&lt;br /&gt;
** e.g. [http://www.royalmail.com/portal/rm/addressfinder Royal Mail (UK)] - enter a valid postcode (e.g. &amp;quot;B13 9PW&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
===rel-tag===&lt;br /&gt;
====Google as rel-tag namespace====&lt;br /&gt;
A Google search for 'sparrow' resolves to http://www.google.com/search?&amp;amp;q=sparrow, if not the unwieldy http://www.google.com/search?hs=TUz&amp;amp;hl=en&amp;amp;lr=&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-GB%3Aofficial&amp;amp;q=sparrow&amp;amp;btnG=Search - likewise http://www.google.com/search?&amp;amp;q=%22black+redstart%22 for ' &amp;quot;black redstart&amp;quot; '. If Google can be persuaded to also accept, say, '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/sparrow&amp;lt;/nowiki&amp;gt;''' and '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/black_redstart&amp;lt;/nowiki&amp;gt;''' as being equivalent (and assuming that the latter term searches for ' &amp;quot;black redstart&amp;quot; ', with the quote marks), then Google would become a namespace for rel-tag. [[User:AndyMabbett|Andy Mabbett]] 00:15, 29 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== VoteLinks ===&lt;br /&gt;
*[http://ma.gnolia.com Ma.gnolia]'s link rating system&lt;br /&gt;
**Requested: [http://wiki.ma.gnolia.com/Feature_Suggestions Feature Suggestions on wiki.ma.gnolia.com]&lt;br /&gt;
&lt;br /&gt;
===Various===&lt;br /&gt;
*eBay  (.com and localised versions)&lt;br /&gt;
** '''hCard''' - Buyer and seller address details.&lt;br /&gt;
** '''hCalendar''' - Auction end date/times.&lt;br /&gt;
** '''hReview''' - Feedback.&lt;br /&gt;
** '''hAtom''' - Recent purchases/ won/ lost/ watching etc.&lt;br /&gt;
**Requested by feedback form, 2006-12-05. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://microformats.org/discuss/mail/microformats-discuss/2006-December/007531.html eBay response of 2006-12-08]&lt;br /&gt;
&lt;br /&gt;
====IT News sites====&lt;br /&gt;
There is obviously a great deal of publicity to be gained, by having microformats used on sites about IT developments, which are likely to be read by people in a position to have microformats used, and microformat tools implemented, in their organisations. Please add to this list!&lt;br /&gt;
*[http://www.theregister.co.uk/ The Register] (UK)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.ziffdavis.com/ Ziff-Davis] media sites, e.g:&lt;br /&gt;
**[http://www.microsoft-watch.com/ Microsoft Watch]&lt;br /&gt;
**[http://www.linux-watch.com/ Linux Watch]&lt;br /&gt;
**[http://www.extremetech.com/ Extreme Tech]&lt;br /&gt;
**[http://www.webbuyersguide.com/ Web Buyer's Guide]&lt;br /&gt;
**Requested at corporate level, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.netmag.co.uk .Net magazine (UK)] (issue dated December 2006, has tutorial on microformats, by Rachel Andrew)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Other high-profile IT sites====&lt;br /&gt;
*[http://www.useit.com/ Jakob Nielsen's 'Use It'] and his [http://www.nngroup.com/ Nielsen Norman Group]&lt;br /&gt;
**Requested by e-mail, 2007-01-06. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.vivabit.com/atmedia2007/ AtMedia2007]&lt;br /&gt;
**Requested via feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Are using hCard, but will not use hCalendar, saying: &amp;quot;There are aspects of hCalendar that we are not happy using in this situation [...] It surrounds the use of the abbr element, particularly surrounding times in a table cell (the schedule will be slotted into a table once it is ready).&amp;quot; 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Science + Technology====&lt;br /&gt;
*[http://www.eurekalert.org/ Eurekalert]&lt;br /&gt;
**Requested via e-mail, 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Miscellany====&lt;br /&gt;
*[http://www.wikioutdoors.com/ WikiOutdoors]&lt;br /&gt;
**Could use hCard, Geo, and others&lt;br /&gt;
**Requested, 2007-03-14&lt;br /&gt;
**[http://www.wikioutdoors.com/forums/viewtopic.php?p=80#80 Considering] [[User:AndyMabbett|Andy Mabbett]] 04:17, 15 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Applications ==&lt;br /&gt;
&lt;br /&gt;
User-agents (browsers, etc.) should support microformats natively. For instance, a user should not need to use a third party application or web service to add address details or events from a microformat-using web page to their address book or calendar programme.&lt;br /&gt;
&lt;br /&gt;
===Browsers===&lt;br /&gt;
&lt;br /&gt;
In addition to the following, third-party developers should be encouraged to make their relevant browser add-ons microforamt aware; or to create new add-ons with microformat capabilities.&lt;br /&gt;
&lt;br /&gt;
====Firefox====&lt;br /&gt;
===== Firefox developments =====&lt;br /&gt;
*Mozilla are &amp;quot;brainstorming&amp;quot; developments for Firefox 3.0 and beyond, and have a page on microformat handling at http://wiki.mozilla.org/Firefox/Feature_Brainstorming:Microformat_Handling&lt;br /&gt;
&lt;br /&gt;
=====ReminderFox=====&lt;br /&gt;
*The makers of the [http://reminderfox.mozdev.org/ ReminderFox] extension have put hCalendar support on their [http://reminderfox.mozdev.org/userrequests.html ReminderFox &amp;quot;to do&amp;quot; list].&lt;br /&gt;
&lt;br /&gt;
=====LinkAlert=====&lt;br /&gt;
*The [http://conlan89.googlepages.com/linkalert LinkAlert] extension could signal when a link is marked as a tag (likewise for other &amp;quot;rel&amp;quot; attributes). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested by e-mail 2006-12-29. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Response 2007-01-07: &amp;quot;Thank you for your feedback, I will consider adding [...] rel in a future update.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Opera====&lt;br /&gt;
* First reference to &amp;quot;microformats&amp;quot; in the [http://my.opera.com/community/forums/topic.dml?id=169975&amp;amp;t=1166045417&amp;amp;page=1#comment1851680 Opera forums]. 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.operamini.com/ Opera Mini] (and other browsers on telephones) could especially benefit from recognising the &amp;quot;tel&amp;quot; attributes of hCard, and allowing users to dial numbers found on-line.&lt;br /&gt;
**[http://my.opera.com/community/forums/topic.dml?id=169978 Proposed on forum] 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
*Screenreaders (e.g [http://www.freedomscientific.com/fs_products/software_jaws.asp Jaws]) could recognise telephone number components of hCards, to differentiate them from other strings of digits. [[User:AndyMabbett|Andy Mabbett]] 13:02, 9 Dec 2006 (PST)&lt;br /&gt;
** Additional to this, I believe that screen reader users would benefit from being able to recognise any of the microformats.  For example, there is value in being verbally notified that a page contains &amp;quot;1 contact and 3 events&amp;quot;, or being able to seek out rel attributes with help values. [[User:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
===Publishing Platforms===&lt;br /&gt;
&lt;br /&gt;
====Blogger====&lt;br /&gt;
* Chris Messina is [http://factoryjoe.com/blog/2006/09/02/on-open-letter-to-blogger/ advocating more support in Blogger]&lt;br /&gt;
&lt;br /&gt;
====Drupal====&lt;br /&gt;
*There's a Drupal group for discussing/advocating/implementing [http://groups.drupal.org/microformats-in-drupal microformats in Drupal]&lt;br /&gt;
&lt;br /&gt;
====MediaWiki=====&lt;br /&gt;
*[http://www.mediawiki.org/wiki/MediaWiki MediaWiki]&lt;br /&gt;
** See above references to Wikipedia, which runs on MediaWiki (as does this wiki)&lt;br /&gt;
&lt;br /&gt;
====Plone====&lt;br /&gt;
*[http://plone.org/ Plone] is an Open Source Content Management System ([http://en.wikipedia.org/wiki/Plone_(content_management_system) Plone on Wikipedia]).&lt;br /&gt;
**See this [http://plone.org/events/sprints/past-sprints/calsprint/SprintTopics/?searchterm=microformats 2005 Plone user comment]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/5351 Plone feature request for rel-tag]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/6050 Plone feature request for microformats], submitted 2007-01-06 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Semantic MediaWiki=====&lt;br /&gt;
*[http://wiki.ontoworld.org/wiki/Semantic_MediaWiki]&lt;br /&gt;
** A semantic version of MediaWiki&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Web Services ==&lt;br /&gt;
&lt;br /&gt;
===30Boxes===&lt;br /&gt;
*[http://30boxes.com/ 30Boxes] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]] 13:41, 14 Jan 2007 (PST)&lt;br /&gt;
**[http://30boxes.com/forum/viewtopic.php?p=8289#8289 Upload of hCalendars requested on 30Boxes forum] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
===ClearForest===&lt;br /&gt;
*[http://sws.clearforest.com/ ClearForest Semantic Web Services ] - uses natural language processing tools to recognise people, organisations, places, events and CVs (resumes) in web pages. Would benefit from recognising hCard, hResume, hCalendar, Geo, Adr, etc. Could also use them in its output. [[User:AndyMabbett|Andy Mabbett]] 05:09, 6 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===ma.gnolia===&lt;br /&gt;
*[http://wiki.ma.gnolia.com/Microformat_Feature_Requests Microformat Feature Requests on ma.gnolia wiki]&lt;br /&gt;
&lt;br /&gt;
===Upcoming===&lt;br /&gt;
*[http://upcoming.org/ Upcoming] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://community.upcoming.org/w/index.php/Suggestion_Box#Upload_events_from_microformatted_pages Upload of hCalendars requested on Upcoming wiki] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
== Successes ==&lt;br /&gt;
&lt;br /&gt;
=== hCard Successes ===&lt;br /&gt;
&lt;br /&gt;
*Details of hCard should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCard page]&lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-25. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*W3C&lt;br /&gt;
**{{SuccessMarker}} '''W3C webmaster''' [http://www.w3.org/People/Jean-Gui/ Jean-Guilhem Rouel] now has an hCard. [[User:AndyMabbett|Andy Mabbett]] 15:41, 4 Apr 2007 (PDT)&lt;br /&gt;
*{{SuccessMarker}}Wikipedia-EN - starting to roll-out&lt;br /&gt;
**UK Railway station template, e.g. [http://en.wikipedia.org/wiki/Birmingham_New_Street Birmingham New Street station] (includes Geo)&lt;br /&gt;
&lt;br /&gt;
=== hCalendar Successes===&lt;br /&gt;
&lt;br /&gt;
*Details of hCalendar should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCalendar page] &lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-27. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.radiotimes.com/ Radio Times] (BBC, UK)&lt;br /&gt;
** Requested by e-mail [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** {{SuccessMarker}} 2007-03&lt;br /&gt;
&lt;br /&gt;
=== hReview successes ===&lt;br /&gt;
*[http://www.birderslibrary.com/ The Birder's Library] &lt;br /&gt;
**[http://www.birdforum.net/showthread.php?p=779886#post779886 Requested]; confirmed under development, 2006-12-18.&lt;br /&gt;
** '''Success''' e.g. [http://www.birderslibrary.com/reviews/dvd/audubon_video_guide.htm Audubon VideoGuide to 505 Birds of North America]. Apparently from 2007-01-18 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Geo Successes===&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**All articles on places, e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England]&lt;br /&gt;
**See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
**{{SuccessMarker}} achieved 2006-12-13, per [http://wikitravel.org/shared/Tech:Add_SpecialMap_using_Mapstraction_link_for_geo-tagged_pages_and_for_single_listings] see, for example, [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.poi66.com/ POI66]&lt;br /&gt;
**Requested by e-mail, 2007-03-23 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}}  - over '''58,500''' waypoints geo-formatted, in under 4 hours from initial contact!&lt;br /&gt;
*[http://www.geograph.org.uk Geograph British Isles]&lt;br /&gt;
**Requested by feedback form, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - over '''370,000''' examples, within 30 minutes of request being submitted!&lt;br /&gt;
*[http://www.addressfix.com/ AddressFix]&lt;br /&gt;
**Requested via feedback form, 2007-01-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - valid postal addresses/ places converted, within one day of request being submitted.&lt;br /&gt;
*Wikipedia&lt;br /&gt;
**{{SuccessMarker}}  Wikipedia-EN&lt;br /&gt;
***Articles on places, e.g. [http://en.wikipedia.org/wiki/Great_Barr Wikipedia - Great Barr] (roll-out ongoing)  2007-03&lt;br /&gt;
***'''All''' map link pages linked to from the same, e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?params=52.548_N_1.932_W_ maps for Wikipedia-EN article on Great Barr]  2007-03&lt;br /&gt;
***See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-DE&lt;br /&gt;
***'''All''' map link pages  e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?language=de&amp;amp;params=52_28_47_N_1_53_51_W_type:city_region:GB maps for Wikipedia-DE article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-NL&lt;br /&gt;
***'''All''' map link pages  e.g. [http://www.nsesoftware.nl/wiki/maps.asp?params=52_28_47_N_1_53_51_W_type:city_region:GB&amp;amp;src=Birmingham_%28Engeland%29 maps for Wikipedia-NL article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} GIS-Wiki's &amp;quot;[http://www.giswiki.org/hjl_get_CoorE.htm hjl_getCoor]&amp;quot; now outputs Geo markup, from a Google Maps API.&lt;br /&gt;
&lt;br /&gt;
==Rejections==&lt;br /&gt;
&lt;br /&gt;
===hCalendar rejections===&lt;br /&gt;
*[http://www.dti.gov.uk/employment/bank-public-holidays/index.html DTI: Bank Holidays] (not Scotland)&lt;br /&gt;
** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
***Response: &amp;quot;At the moment we have no plans to use hCalendar or hCard coding due to unresolved concerns about accessibility issues (especially text-to-speech readers), however, we thank you for your suggestion.&amp;quot;&lt;br /&gt;
***Request for clarification of concerns unanswered.&lt;br /&gt;
&lt;br /&gt;
===Geo rejections===&lt;br /&gt;
*[http://www.geocaching.com/ geocaching.com]&lt;br /&gt;
**Requested via feedback form, 2007-01-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**&amp;quot;The true benefit of this appears to be allowing sharing between sites [this] is something that GC specifically guards against so would be a major detriment. And most importantly when discussing a site or piece of software that is running smoothly, if it ain't broke, don't fix it. There just does not seem to be a benefit to GC's current plans.&amp;quot; 2007-04-02&lt;br /&gt;
&lt;br /&gt;
== Comparisons With Alternative Approaches ==&lt;br /&gt;
&lt;br /&gt;
=== CalDAV ===&lt;br /&gt;
The CalDAV protocol should not be considered an 'alternative' approach as the two are not mutually exclusive. For more information, see:&lt;br /&gt;
*http://ietf.osafoundation.org/caldav/&lt;br /&gt;
*http://trac.calendarserver.org/projects/calendarserver&lt;br /&gt;
&lt;br /&gt;
====Apple Support Tickets====&lt;br /&gt;
* Calendar Server hCalendar input/output: http://trac.macosforge.org/projects/calendarserver/ticket/19&lt;br /&gt;
* Wiki Server hCalendar output (internal RADAR ticket [rdar://5180875/])&lt;br /&gt;
&lt;br /&gt;
====Mailing List Threads====&lt;br /&gt;
* [http://microformats.org/discuss/mail/microformats-discuss/2006-October/006584.html Microformats vs. CalDAV?] October 2006&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Exchange Server ===&lt;br /&gt;
Exchnage Server info to be added.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[press]]&lt;br /&gt;
* [[spread-microformats]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16475</id>
		<title>advocacy</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16475"/>
		<updated>2007-05-07T17:37:13Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Comparisons With Alternative Approaches */ after some discussion with Brian, removed decontextualized opinions and instead just linked to the mailing list thread.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Advocacy &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A lot can be done to help advocate the use of microformats. Often, simply by taking an existing site, and adding the suggested microformatting to a few of its pages as examples is all that is necessary to help the developers of the site add the microformats to the site itself. Applications, such as browsers, could also use some guidance on how to best support microformats.&lt;br /&gt;
&lt;br /&gt;
Sometimes advocacy requires comparison and analysis of alternative technologies or approaches.  As [[User:MikeSchinkel|Mike Schinkel]] pointed out, we need good answers to comments like &amp;quot;No, we're going to use XXX instead...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The goal for this page is to include pointers for how to advocate microformats on new sites and on existing sites that are considering or using alternative approaches, as well as applications that can benefit from supporting microformats.&lt;br /&gt;
&lt;br /&gt;
For general resources for marketing microformats, see [[spread-microformats]].&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Existing Sites ==&lt;br /&gt;
&lt;br /&gt;
Add sites here that you think would benefit from the addition of microformats. For now they are grouped by the microformat which would primarily benefit the site. Feel free to take a look at some of the sites on this list, document sample pages to be microformatted, add microformats to them, and then add the before/after of the key sections of mark-up to another wiki page for that site.&lt;br /&gt;
&lt;br /&gt;
Successes are also noted; the most recent are flagged as {{SuccessMarker}}.&lt;br /&gt;
&lt;br /&gt;
If your successes resulted from emails that you sent to site owners/developers, please consider sharing your successful advocacy emails on the [[advocacy-email-samples]] page, and along with each email sample, list the sites which responded positively to your email.  This way others in the community can learn from your success and hopefully use your email samples to contact additional sites and get them to adopt microformats.&lt;br /&gt;
&lt;br /&gt;
=== hCard ===&lt;br /&gt;
Adding [[hcard|hCard]] to these sites would make them quite handy for their users and for being indexed:&lt;br /&gt;
&lt;br /&gt;
==== Online Profiles ====&lt;br /&gt;
Nearly every website that has a login has a page representing the public profile of the user that other users can see and interact with. Many such sites already [[hcard-implementations|support hCard]] (e.g. ClaimID.com, Flickr.com, Technorati.com, Zooomr.com). Here are some that I think would benefit from the addition of hCard to their profile / user pages. Feel free to add more such sites that have a social network profile-like component and I'll see what I can do. [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* [http://jpgmag.com/ JPG magazine] - have sent email to their web developer with sample marked up member profile with [[hcard|hCard]] and [[xfn]] [[rel-me|rel=&amp;quot;me&amp;quot;]]. [[User:Tantek|Tantek]] 23:48, 21 Feb 2007 (PST)&lt;br /&gt;
* Twitter.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Consumating.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Wikimedia - including this site, Wikipedia (See [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]), Wikitravel, etc.&lt;br /&gt;
**It would be nice if &amp;lt;nowiki&amp;gt;[[User:YOURNAME]]&amp;lt;/nowiki&amp;gt; links generated proper (mini)hCards. ([http://microformats.org/wiki?title=to-do&amp;amp;diff=12177&amp;amp;oldid=12173#Lazyweb per SteveIvy]; moved from 'to-do')&lt;br /&gt;
* Alexa.com has online profiles for domains with contact information.  Would be great if they could add hCard to those. 2007-04-18 [[User:Tantek]] requested of [[User:BenWest]] e.g.:&lt;br /&gt;
** http://www.alexa.com/data/details?url=alexa.com/&lt;br /&gt;
** http://www.alexa.com/data/details?url=w3.org/&lt;br /&gt;
* [http://sunlightlabs.com/api/ SunlightLabs API] provides profiles for US Congresspeople.  Their [http://sunlightlabs.com/api/masterref/megatable.php megatable] could easily be marked up with hCard, and their APIs could return hCards and hCard fields.&lt;br /&gt;
** [[User:Tantek|Tantek]] 12:30, 20 Apr 2007 (PDT) contacted them and requested that they add hCard to megatable, consider a GethCard API method, and potentially a GethResume API method for each person.&lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 26 Apr 2007: http://sunlightlabs.com/api does now have a people.getHCard.php API method to get an hCard for every member of congress. See the documentation at http://sunlightlabs.com/api/people.getHCard.php. An example call: http://api.sunlightlabs.com/people.getHCard.php?id=fakeopenID1 &lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 30 Apr 2007: I created a page of hCards for every member of congress: http://sunlightlabs.com/api/hcards/index.php&lt;br /&gt;
&lt;br /&gt;
==== Online Venues ====&lt;br /&gt;
There are many sites that offer pages that represent organizations and venues that could benefit from being marked up with hCard. [http://local.yahoo.com/ Yahoo Local] venues are marked up with hCards for example. Here are some more sites that have venues that would benefit from hCard markup.&lt;br /&gt;
* [http://dodgeball.com/ Dodgeball] venues.&lt;br /&gt;
* Yelp.com&lt;br /&gt;
&lt;br /&gt;
====Wikpedia hCard====&lt;br /&gt;
*Infobox Templates for people to add [[hcard|hCard]] to their generated markup&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_Biography&amp;amp;action=edit Infobox_Biography]&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_actor&amp;amp;action=edit Infobox_actor] which should result in actor pages, e.g. [http://en.wikipedia.org/wiki/Humphrey_Bogart Humphrey Bogart]'s page, being properly hCarded.&lt;br /&gt;
*Addressable buildings e.g. [http://en.wikipedia.org/wiki/The_Old_Crown%2C_Birmingham The Old Crown, Birmingham]&lt;br /&gt;
*Tourist attractions, e.g. [http://en.wikipedia.org/wiki/Cadbury_World Cadbury World]&lt;br /&gt;
*Companies, e.g. [http://en.wikipedia.org/wiki/Tesco Tesco] (note headquarters address in infobox)&lt;br /&gt;
*Motorway service stations, e.g. [http://en.wikipedia.org/wiki/Watford_Gap_service_station Watford Gap]&lt;br /&gt;
*Railway Stations, e.g. [http://en.wikipedia.org/wiki/Perry_Barr_railway_station Perry Barr]&lt;br /&gt;
*etc.&lt;br /&gt;
*See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats] [[User:AndyMabbett|Andy Mabbett]] 13:10, 28 Jan 2007 (PST)&lt;br /&gt;
* See also [[persondata|discussion of Wikipedia's Persondata]], which aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:23, 28 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
====Telephone Directory Listings====&lt;br /&gt;
Telephone Directory Listings could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 03:10, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.thephonebook.bt.com/ BT]&lt;br /&gt;
**Requested via [http://tinyurl.com/yhtdjy BT feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**BT confirm that they will consider this at their next re-build. 2006-12 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://118118.com 118118.com]&lt;br /&gt;
**Requested via e-mail, 2006-11-13. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://192.com/ 192.com]&lt;br /&gt;
**Requested via [http://www.192.com/support/feedback.cfm 192.com feedback form], 2007-03-07 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.skype.com/intl/en-gb/download/features/skypefind/ SkypeFind]&lt;br /&gt;
**Requested via [http://support.skype.com/?_a=tickets&amp;amp;_m=submit Skype feedback form], 2007-03-16 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.whitepages.com/ White Pages (USA/ Canada)]&lt;br /&gt;
*[http://www.whitepages.com.au/ White Pages (Australia)]&lt;br /&gt;
*[http://www.switchboard.com/ Stitchboard (USA)]]&lt;br /&gt;
*[http://people.yahoo.com/ Yahoo! People Search (USA)]&lt;br /&gt;
*[http://www.whowhere.com/ Lycos People Search (USA)]&lt;br /&gt;
*[http://www.bsnl.co.in/map.htm BSNL (India)]&lt;br /&gt;
&lt;br /&gt;
====Postal (ZIP) code Finders====&lt;br /&gt;
Postal code Finders could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 12:09, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://pol.royalmail.com/dda/txt/pf.asp Royal Mail] (UK)&lt;br /&gt;
**Requested via [http://tinyurl.com/ya4hzu Royal Mail feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Acknowledged 2006-11-30. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Government hCard====&lt;br /&gt;
=====UK Gov. hCard=====&lt;br /&gt;
* Parliament: [http://www.parliament.uk/directories/hciolists/alms.cfm Alphabetical List of Members of Parliament] (see also [http://www.parliament.uk/directories/directories.cfm other lists of MPs and Lords]). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
=====Europe Gov. hCard=====&lt;br /&gt;
* e.g. [http://www.europarl.org.uk/uk_meps/westmidlands.asp UK MEPs]&lt;br /&gt;
&lt;br /&gt;
==== Organization Contacts ====&lt;br /&gt;
Many companies and organizations have about or contact pages that could benefit from being marked up with hCard.  [http://technorati.com/about/contact.html Technorati's contact page] for example is both marked up with hCard and has a convenient &amp;quot;Add to Address Book&amp;quot; hCard to vCard converter link. The following company sites could benefit from similar markup (and, until user agents support hCards natively, &amp;quot;Add to Address Book&amp;quot; links). [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
*Adobe&lt;br /&gt;
**[http://www.adobe.com/aboutadobe/offices.html Adobe offices]&lt;br /&gt;
***Requested using contact form, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Google &lt;br /&gt;
**Contacts, e.g. &lt;br /&gt;
*** [http://www.google.com/intl/en/contact/index.html Google.com contact page]&lt;br /&gt;
**** Requested by asking Google Employee KevinMarks via instant messaging to add hCard to that page along with a &amp;quot;Add to Address Book&amp;quot; link [[User:Tantek|Tantek]] 11:32, 10 Apr 2007 (PDT) and RyanKing in IRC&lt;br /&gt;
*** [http://www.google.co.uk/intl/en/contact/index.html Google UK], etc.&lt;br /&gt;
*[http://www.mozilla.com/ Mozilla]&lt;br /&gt;
**[http://www.mozilla.com/en-US/about/legal.html Mozilla legal notices]&lt;br /&gt;
*Opera &lt;br /&gt;
**People, e.g. [http://people.opera.com/howcome/ Håkon Wium Lie]; could also be hResume&lt;br /&gt;
*W3C&lt;br /&gt;
**[http://www.w3.org/Consortium/contact W3C contact]&lt;br /&gt;
**[http://www.w3.org/People/all W3C Staff listing] and individual pages, e.g. [http://www.w3.org/People/Berners-Lee/ Tim Berners-Lee]&lt;br /&gt;
***Requested by e-mail. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==== Individual hCards ====&lt;br /&gt;
Getting these sites to at least add hCard to their home page or contact info page and then [http://pingerati.net/ping/ ping Pingerati] would be an excellent start with getting them some experience with microformats and thinking about adding microformats to other places in their sites that make sense:&lt;br /&gt;
* [http://metaweb.com/ Metaweb Technologies]&lt;br /&gt;
** [http://www.freebase.com/ Freebase ]&lt;br /&gt;
&lt;br /&gt;
====Other hCard====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for people (real, not characters), e.g. [http://www.imdb.com/name/nm0000007/ Humphrey Bogart]. [[User:AndyMabbett|Andy Mabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel - Birmingham]&lt;br /&gt;
***[http://microformats.org/wiki?title=User_talk:MarkJaroski&amp;amp;curid=2699&amp;amp;diff=0&amp;amp;oldid=10663&amp;amp;rcid=19955 Wikitravel is about to hugely roll out hCard] Mark Jaroski&lt;br /&gt;
***See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
*[http://orlabs.oclc.org/Identities/ WorldCat Identities]&lt;br /&gt;
**The recently prototyped WorldCat Identities provides pages for 20 million 'identities', mainly authors and people who are the subjects of published titles.&lt;br /&gt;
**Requested by feedback form, 2007-03-09 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===hCalendar===&lt;br /&gt;
&lt;br /&gt;
[[hcalendar|hCalendar]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
==== W3C track at WWW2006 ====&lt;br /&gt;
* DanC offers a 150 point bounty to anybody who takes [http://www.w3.org/2006/05/w3c-track the W3C track at WWW2006] and adds hCalendar markup and sends it to connolly@w3.org,www-archive@w3.org&lt;br /&gt;
&lt;br /&gt;
====Television listings====&lt;br /&gt;
*A major coup would be to get one of the major players (the BBC, Sky, or PBS, say), to mark up their TV or radio listings with hCalendar - does anyone have contacts in such an organisation? [[User:AndyMabbett|Andy Mabbett]] 10:53, 21 Oct 2006 (PDT)&lt;br /&gt;
**Does anyone have URLs to the TV or radio listings of the major players? Getting those URLs would be the next step, and then doing the markup ourselves would be the next step after that. [[User:Tantek|Tantek]] 13:02, 21 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.tvtimes.co.uk/ TV Times] (UK)&lt;br /&gt;
** Requested by e-mail 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*BBC main listings (e.g. [http://www.bbc.co.uk/bbcone/listings/index.shtml?service_id=4223 BBC One])&lt;br /&gt;
** Requested by [http://www.bbc.co.uk/feedback/bbci_comment.shtml BBC Feedback Form] 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008129.html &amp;quot;We're currently looking at using the event microformat on the redesigned radio 4 schedule page (and possibly throughout bbc.co.uk/radio4&amp;quot;] 2007-01-14 per email.&lt;br /&gt;
&lt;br /&gt;
====Government hCalendar====&lt;br /&gt;
=====UK Gov. hCalendar=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:47, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
*[http://www.scotland.gov.uk/Publications/2005/01/bankholidays Scottish Executive Bank Holidays]&lt;br /&gt;
** Requested by [http://www.scotland.gov.uk/About/HaveYourSay/WebsiteFdbck Scottish Executive feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Sports Fixtures====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*PremiumTV (UK, Soccer, has a page for each team)&lt;br /&gt;
**[http://www.avfc.premiumtv.co.uk/page/Fixtures/ Aston Villa]&lt;br /&gt;
**[http://www.wba.premiumtv.co.uk/page/Fixtures/ West Bromwich Albion]&lt;br /&gt;
*** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
****&amp;quot;webmaster@&amp;quot; bounced. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Concert/ Theatre Listings====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.birmingham-alive.com/ Birmingham Alive!] (UK)&lt;br /&gt;
**Requested in person; now on &amp;quot;to do&amp;quot; list&lt;br /&gt;
&lt;br /&gt;
====iCal Share====&lt;br /&gt;
*[http://www.icalshare.com/ iCal share]&lt;br /&gt;
**Requested by e-mail. 2007-01-14&lt;br /&gt;
&lt;br /&gt;
=== hReview ===&lt;br /&gt;
[[hreview|hReview]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hReview====&lt;br /&gt;
=====UK Gov. hReview=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:48, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:08, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hReview====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for film reviews, e.g. [http://www.imdb.com/title/tt0049291/ The Harder They Fall ]. [[User:AndyMabbett|AndyMabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.dpreview.com/ Digital Photography Review]&lt;br /&gt;
** Requested by feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.steves-digicams.com/ Steve's Digicams]&lt;br /&gt;
** Requested by e-mail, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.librarything.com/ LibraryThing]&lt;br /&gt;
** e.g. [http://www.librarything.com/catalog.php?view=trealawboy]&lt;br /&gt;
&lt;br /&gt;
===hAtom===&lt;br /&gt;
[[hatom|hAtom]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hAtom====&lt;br /&gt;
=====UK Gov.  hAtom=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:49, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hAtom====&lt;br /&gt;
* TV Listings (see hCalendar, above)&lt;br /&gt;
*[http://rbach.priv.at/Microformats-IRC/2006-11-13 IRC logs]&lt;br /&gt;
**E-mailed. [[User:AndyMabbett|Andy Mabbett]] 10:29, 5 Dec 2006 (PST)&lt;br /&gt;
* hatom can be used to markup log files.  Basically log information is a feed of events. For more details, see the [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html logging technique] discussed in on [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html microformats-discuss].&lt;br /&gt;
&lt;br /&gt;
=== Geo ===&lt;br /&gt;
Adding &amp;quot;[[geo|Geo]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/WikiGPS WikiGPS]&lt;br /&gt;
**Under development; notified of Geo microformat 2007-03-23&lt;br /&gt;
*Collections of waypoints&lt;br /&gt;
**See also [[geo-waypoint-examples]]&lt;br /&gt;
*Upcoming&lt;br /&gt;
**Some events, e.g. [http://upcoming.org/event/128155/ Multipack February 2007] are tagged thus: &amp;lt;code&amp;gt;geo:lat=52.4784&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;geo:lon=-1.9096&amp;lt;/code&amp;gt;. This could be rendered as a geo microformat. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested on (now defunct) Upcoming wiki 2007-01-14&lt;br /&gt;
**[http://suggestions.yahoo.com/detail/?prop=upcoming&amp;amp;fid=14362 Repeated on new suggestion board]. 2007-03-30. '''Please vote for this suggestion''' [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.census.gov/cgi-bin/gazetteer U.S. Gazetteer] e.g. [http://www.census.gov/cgi-bin/gazetteer?city=Birmingham&amp;amp;state=&amp;amp;zip=]&lt;br /&gt;
*[http://www.world-gazetteer.com/ World Gazetteer] e.g. [http://www.world-gazetteer.com/wg.php?x=&amp;amp;men=gpro&amp;amp;lng=en&amp;amp;dat=32&amp;amp;geo=-81&amp;amp;srt=npan&amp;amp;col=aohdq&amp;amp;pt=c&amp;amp;va=&amp;amp;geo=512945809]&lt;br /&gt;
**Requested by e-mail, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.genuki.org.uk/cgi-bin/places GENUKI Gazetteer] (UK &amp;amp; Ireland) e.g. [http://www.genuki.org.uk/cgi-bin/maplink?CCC=STS,GR=SP040940,PLACE=Great%20Barr]&lt;br /&gt;
**Requested via feedback form, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.confluence.org/ The Degree Confluence Project]&lt;br /&gt;
**Requested by e-mail, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.wikimapia.org/ WikiMapia]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied to say they're looking into it. 2007-03-29&lt;br /&gt;
*[http://www.jeeep.com/details/coord/translate.cgi?datum=83&amp;amp;lat=52.57265&amp;amp;lon=-1.911433&amp;amp;detail=1 Jeeep.com]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Advertised address bouncing, 2007-03-27&lt;br /&gt;
*[http://www.flagr.com/ Flagr]&lt;br /&gt;
**Using, but not (yet) displaying, coordinates&lt;br /&gt;
**Requested by e-mail, 2007-03-30; also suggested they display their coordinates, and mark them up as tags [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied same day to say they will &amp;quot;talk it over internally&amp;quot;&lt;br /&gt;
* Various [http://en.wikipedia.org/wiki/Geocaching#Geocache_listing_sites Geocache listing sites]&lt;br /&gt;
&lt;br /&gt;
=== Adr ===&lt;br /&gt;
Adding &amp;quot;[[adr|Adr]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*Various postcode &amp;lt;--&amp;gt; address lookup sites&lt;br /&gt;
** e.g. [http://www.royalmail.com/portal/rm/addressfinder Royal Mail (UK)] - enter a valid postcode (e.g. &amp;quot;B13 9PW&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
===rel-tag===&lt;br /&gt;
====Google as rel-tag namespace====&lt;br /&gt;
A Google search for 'sparrow' resolves to http://www.google.com/search?&amp;amp;q=sparrow, if not the unwieldy http://www.google.com/search?hs=TUz&amp;amp;hl=en&amp;amp;lr=&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-GB%3Aofficial&amp;amp;q=sparrow&amp;amp;btnG=Search - likewise http://www.google.com/search?&amp;amp;q=%22black+redstart%22 for ' &amp;quot;black redstart&amp;quot; '. If Google can be persuaded to also accept, say, '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/sparrow&amp;lt;/nowiki&amp;gt;''' and '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/black_redstart&amp;lt;/nowiki&amp;gt;''' as being equivalent (and assuming that the latter term searches for ' &amp;quot;black redstart&amp;quot; ', with the quote marks), then Google would become a namespace for rel-tag. [[User:AndyMabbett|Andy Mabbett]] 00:15, 29 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== VoteLinks ===&lt;br /&gt;
*[http://ma.gnolia.com Ma.gnolia]'s link rating system&lt;br /&gt;
**Requested: [http://wiki.ma.gnolia.com/Feature_Suggestions Feature Suggestions on wiki.ma.gnolia.com]&lt;br /&gt;
&lt;br /&gt;
===Various===&lt;br /&gt;
*eBay  (.com and localised versions)&lt;br /&gt;
** '''hCard''' - Buyer and seller address details.&lt;br /&gt;
** '''hCalendar''' - Auction end date/times.&lt;br /&gt;
** '''hReview''' - Feedback.&lt;br /&gt;
** '''hAtom''' - Recent purchases/ won/ lost/ watching etc.&lt;br /&gt;
**Requested by feedback form, 2006-12-05. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://microformats.org/discuss/mail/microformats-discuss/2006-December/007531.html eBay response of 2006-12-08]&lt;br /&gt;
&lt;br /&gt;
====IT News sites====&lt;br /&gt;
There is obviously a great deal of publicity to be gained, by having microformats used on sites about IT developments, which are likely to be read by people in a position to have microformats used, and microformat tools implemented, in their organisations. Please add to this list!&lt;br /&gt;
*[http://www.theregister.co.uk/ The Register] (UK)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.ziffdavis.com/ Ziff-Davis] media sites, e.g:&lt;br /&gt;
**[http://www.microsoft-watch.com/ Microsoft Watch]&lt;br /&gt;
**[http://www.linux-watch.com/ Linux Watch]&lt;br /&gt;
**[http://www.extremetech.com/ Extreme Tech]&lt;br /&gt;
**[http://www.webbuyersguide.com/ Web Buyer's Guide]&lt;br /&gt;
**Requested at corporate level, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.netmag.co.uk .Net magazine (UK)] (issue dated December 2006, has tutorial on microformats, by Rachel Andrew)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Other high-profile IT sites====&lt;br /&gt;
*[http://www.useit.com/ Jakob Nielsen's 'Use It'] and his [http://www.nngroup.com/ Nielsen Norman Group]&lt;br /&gt;
**Requested by e-mail, 2007-01-06. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.vivabit.com/atmedia2007/ AtMedia2007]&lt;br /&gt;
**Requested via feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Are using hCard, but will not use hCalendar, saying: &amp;quot;There are aspects of hCalendar that we are not happy using in this situation [...] It surrounds the use of the abbr element, particularly surrounding times in a table cell (the schedule will be slotted into a table once it is ready).&amp;quot; 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Science + Technology====&lt;br /&gt;
*[http://www.eurekalert.org/ Eurekalert]&lt;br /&gt;
**Requested via e-mail, 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Miscellany====&lt;br /&gt;
*[http://www.wikioutdoors.com/ WikiOutdoors]&lt;br /&gt;
**Could use hCard, Geo, and others&lt;br /&gt;
**Requested, 2007-03-14&lt;br /&gt;
**[http://www.wikioutdoors.com/forums/viewtopic.php?p=80#80 Considering] [[User:AndyMabbett|Andy Mabbett]] 04:17, 15 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Applications ==&lt;br /&gt;
&lt;br /&gt;
User-agents (browsers, etc.) should support microformats natively. For instance, a user should not need to use a third party application or web service to add address details or events from a microformat-using web page to their address book or calendar programme.&lt;br /&gt;
&lt;br /&gt;
===Browsers===&lt;br /&gt;
&lt;br /&gt;
In addition to the following, third-party developers should be encouraged to make their relevant browser add-ons microforamt aware; or to create new add-ons with microformat capabilities.&lt;br /&gt;
&lt;br /&gt;
====Firefox====&lt;br /&gt;
===== Firefox developments =====&lt;br /&gt;
*Mozilla are &amp;quot;brainstorming&amp;quot; developments for Firefox 3.0 and beyond, and have a page on microformat handling at http://wiki.mozilla.org/Firefox/Feature_Brainstorming:Microformat_Handling&lt;br /&gt;
&lt;br /&gt;
=====ReminderFox=====&lt;br /&gt;
*The makers of the [http://reminderfox.mozdev.org/ ReminderFox] extension have put hCalendar support on their [http://reminderfox.mozdev.org/userrequests.html ReminderFox &amp;quot;to do&amp;quot; list].&lt;br /&gt;
&lt;br /&gt;
=====LinkAlert=====&lt;br /&gt;
*The [http://conlan89.googlepages.com/linkalert LinkAlert] extension could signal when a link is marked as a tag (likewise for other &amp;quot;rel&amp;quot; attributes). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested by e-mail 2006-12-29. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Response 2007-01-07: &amp;quot;Thank you for your feedback, I will consider adding [...] rel in a future update.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Opera====&lt;br /&gt;
* First reference to &amp;quot;microformats&amp;quot; in the [http://my.opera.com/community/forums/topic.dml?id=169975&amp;amp;t=1166045417&amp;amp;page=1#comment1851680 Opera forums]. 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.operamini.com/ Opera Mini] (and other browsers on telephones) could especially benefit from recognising the &amp;quot;tel&amp;quot; attributes of hCard, and allowing users to dial numbers found on-line.&lt;br /&gt;
**[http://my.opera.com/community/forums/topic.dml?id=169978 Proposed on forum] 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
*Screenreaders (e.g [http://www.freedomscientific.com/fs_products/software_jaws.asp Jaws]) could recognise telephone number components of hCards, to differentiate them from other strings of digits. [[User:AndyMabbett|Andy Mabbett]] 13:02, 9 Dec 2006 (PST)&lt;br /&gt;
** Additional to this, I believe that screen reader users would benefit from being able to recognise any of the microformats.  For example, there is value in being verbally notified that a page contains &amp;quot;1 contact and 3 events&amp;quot;, or being able to seek out rel attributes with help values. [[User:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
===Publishing Platforms===&lt;br /&gt;
&lt;br /&gt;
====Blogger====&lt;br /&gt;
* Chris Messina is [http://factoryjoe.com/blog/2006/09/02/on-open-letter-to-blogger/ advocating more support in Blogger]&lt;br /&gt;
&lt;br /&gt;
====Drupal====&lt;br /&gt;
*There's a Drupal group for discussing/advocating/implementing [http://groups.drupal.org/microformats-in-drupal microformats in Drupal]&lt;br /&gt;
&lt;br /&gt;
====MediaWiki=====&lt;br /&gt;
*[http://www.mediawiki.org/wiki/MediaWiki MediaWiki]&lt;br /&gt;
** See above references to Wikipedia, which runs on MediaWiki (as does this wiki)&lt;br /&gt;
&lt;br /&gt;
====Plone====&lt;br /&gt;
*[http://plone.org/ Plone] is an Open Source Content Management System ([http://en.wikipedia.org/wiki/Plone_(content_management_system) Plone on Wikipedia]).&lt;br /&gt;
**See this [http://plone.org/events/sprints/past-sprints/calsprint/SprintTopics/?searchterm=microformats 2005 Plone user comment]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/5351 Plone feature request for rel-tag]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/6050 Plone feature request for microformats], submitted 2007-01-06 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Semantic MediaWiki=====&lt;br /&gt;
*[http://wiki.ontoworld.org/wiki/Semantic_MediaWiki]&lt;br /&gt;
** A semantic version of MediaWiki&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Web Services ==&lt;br /&gt;
&lt;br /&gt;
===30Boxes===&lt;br /&gt;
*[http://30boxes.com/ 30Boxes] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]] 13:41, 14 Jan 2007 (PST)&lt;br /&gt;
**[http://30boxes.com/forum/viewtopic.php?p=8289#8289 Upload of hCalendars requested on 30Boxes forum] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
===ClearForest===&lt;br /&gt;
*[http://sws.clearforest.com/ ClearForest Semantic Web Services ] - uses natural language processing tools to recognise people, organisations, places, events and CVs (resumes) in web pages. Would benefit from recognising hCard, hResume, hCalendar, Geo, Adr, etc. Could also use them in its output. [[User:AndyMabbett|Andy Mabbett]] 05:09, 6 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===ma.gnolia===&lt;br /&gt;
*[http://wiki.ma.gnolia.com/Microformat_Feature_Requests Microformat Feature Requests on ma.gnolia wiki]&lt;br /&gt;
&lt;br /&gt;
===Upcoming===&lt;br /&gt;
*[http://upcoming.org/ Upcoming] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://community.upcoming.org/w/index.php/Suggestion_Box#Upload_events_from_microformatted_pages Upload of hCalendars requested on Upcoming wiki] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
== Successes ==&lt;br /&gt;
&lt;br /&gt;
=== hCard Successes ===&lt;br /&gt;
&lt;br /&gt;
*Details of hCard should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCard page]&lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-25. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*W3C&lt;br /&gt;
**{{SuccessMarker}} '''W3C webmaster''' [http://www.w3.org/People/Jean-Gui/ Jean-Guilhem Rouel] now has an hCard. [[User:AndyMabbett|Andy Mabbett]] 15:41, 4 Apr 2007 (PDT)&lt;br /&gt;
*{{SuccessMarker}}Wikipedia-EN - starting to roll-out&lt;br /&gt;
**UK Railway station template, e.g. [http://en.wikipedia.org/wiki/Birmingham_New_Street Birmingham New Street station] (includes Geo)&lt;br /&gt;
&lt;br /&gt;
=== hCalendar Successes===&lt;br /&gt;
&lt;br /&gt;
*Details of hCalendar should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCalendar page] &lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-27. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.radiotimes.com/ Radio Times] (BBC, UK)&lt;br /&gt;
** Requested by e-mail [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** {{SuccessMarker}} 2007-03&lt;br /&gt;
&lt;br /&gt;
=== hReview successes ===&lt;br /&gt;
*[http://www.birderslibrary.com/ The Birder's Library] &lt;br /&gt;
**[http://www.birdforum.net/showthread.php?p=779886#post779886 Requested]; confirmed under development, 2006-12-18.&lt;br /&gt;
** '''Success''' e.g. [http://www.birderslibrary.com/reviews/dvd/audubon_video_guide.htm Audubon VideoGuide to 505 Birds of North America]. Apparently from 2007-01-18 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Geo Successes===&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**All articles on places, e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England]&lt;br /&gt;
**See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
**{{SuccessMarker}} achieved 2006-12-13, per [http://wikitravel.org/shared/Tech:Add_SpecialMap_using_Mapstraction_link_for_geo-tagged_pages_and_for_single_listings] see, for example, [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.poi66.com/ POI66]&lt;br /&gt;
**Requested by e-mail, 2007-03-23 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}}  - over '''58,500''' waypoints geo-formatted, in under 4 hours from initial contact!&lt;br /&gt;
*[http://www.geograph.org.uk Geograph British Isles]&lt;br /&gt;
**Requested by feedback form, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - over '''370,000''' examples, within 30 minutes of request being submitted!&lt;br /&gt;
*[http://www.addressfix.com/ AddressFix]&lt;br /&gt;
**Requested via feedback form, 2007-01-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - valid postal addresses/ places converted, within one day of request being submitted.&lt;br /&gt;
*Wikipedia&lt;br /&gt;
**{{SuccessMarker}}  Wikipedia-EN&lt;br /&gt;
***Articles on places, e.g. [http://en.wikipedia.org/wiki/Great_Barr Wikipedia - Great Barr] (roll-out ongoing)  2007-03&lt;br /&gt;
***'''All''' map link pages linked to from the same, e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?params=52.548_N_1.932_W_ maps for Wikipedia-EN article on Great Barr]  2007-03&lt;br /&gt;
***See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-DE&lt;br /&gt;
***'''All''' map link pages  e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?language=de&amp;amp;params=52_28_47_N_1_53_51_W_type:city_region:GB maps for Wikipedia-DE article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-NL&lt;br /&gt;
***'''All''' map link pages  e.g. [http://www.nsesoftware.nl/wiki/maps.asp?params=52_28_47_N_1_53_51_W_type:city_region:GB&amp;amp;src=Birmingham_%28Engeland%29 maps for Wikipedia-NL article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} GIS-Wiki's &amp;quot;[http://www.giswiki.org/hjl_get_CoorE.htm hjl_getCoor]&amp;quot; now outputs Geo markup, from a Google Maps API.&lt;br /&gt;
&lt;br /&gt;
==Rejections==&lt;br /&gt;
&lt;br /&gt;
===hCalendar rejections===&lt;br /&gt;
*[http://www.dti.gov.uk/employment/bank-public-holidays/index.html DTI: Bank Holidays] (not Scotland)&lt;br /&gt;
** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
***Response: &amp;quot;At the moment we have no plans to use hCalendar or hCard coding due to unresolved concerns about accessibility issues (especially text-to-speech readers), however, we thank you for your suggestion.&amp;quot;&lt;br /&gt;
***Request for clarification of concerns unanswered.&lt;br /&gt;
&lt;br /&gt;
===Geo rejections===&lt;br /&gt;
*[http://www.geocaching.com/ geocaching.com]&lt;br /&gt;
**Requested via feedback form, 2007-01-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**&amp;quot;The true benefit of this appears to be allowing sharing between sites [this] is something that GC specifically guards against so would be a major detriment. And most importantly when discussing a site or piece of software that is running smoothly, if it ain't broke, don't fix it. There just does not seem to be a benefit to GC's current plans.&amp;quot; 2007-04-02&lt;br /&gt;
&lt;br /&gt;
== Comparisons With Alternative Approaches ==&lt;br /&gt;
&lt;br /&gt;
=== CalDAV ===&lt;br /&gt;
The CalDAV protocol should not be considered an 'alternative' approach as the two are not mutually exclusive. For more information, see:&lt;br /&gt;
*http://ietf.osafoundation.org/caldav/&lt;br /&gt;
*http://trac.calendarserver.org/projects/calendarserver&lt;br /&gt;
&lt;br /&gt;
====Apple Support Tickets====&lt;br /&gt;
* Calendar Server hCalendar input/output: http://trac.macosforge.org/projects/calendarserver/ticket/19&lt;br /&gt;
* Wiki Server hCalendar output (internal RADAR ticket [rdar://5180875/])&lt;br /&gt;
&lt;br /&gt;
====Mailing List Threads====&lt;br /&gt;
* [http://microformats.org/discuss/mail/microformats-discuss/2006-October/006584.html Microformats vs. CalDAV?] October 2006&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Exchange Server ===&lt;br /&gt;
Exchnage Server info to be added.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[press]]&lt;br /&gt;
* [[spread-microformats]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Talk:posh&amp;diff=16443</id>
		<title>Talk:posh</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Talk:posh&amp;diff=16443"/>
		<updated>2007-05-05T00:46:29Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: bullets&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Misuse of microformats logo for ‘POSH’ bling ==&lt;br /&gt;
&lt;br /&gt;
On 3rd May Ben Ward [http://www.mail-archive.com/microformats-discuss@microformats.org/msg07543.html objected] to the use of the microformats logo in graphics promoting ‘POSH’, on grounds that it creates confusing and undesirable ambiguity between the terms ‘microformat’ and ‘POSH’. We're at a point where people are wrongly interpreting ‘microformat’ as a general term for semantic class names. The endorsement of these graphics on our own Wiki is a massive hindrance to our efforts to discourage such misuse.&lt;br /&gt;
&lt;br /&gt;
Please indicate a vote below on the removal of the microformats logo POSH buttons.&lt;br /&gt;
&lt;br /&gt;
*+1 — Ben Ward&lt;br /&gt;
*+1 — James Craig&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=Talk:posh&amp;diff=16442</id>
		<title>Talk:posh</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=Talk:posh&amp;diff=16442"/>
		<updated>2007-05-05T00:45:52Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Misuse of microformats logo for ‘POSH’ bling */ +1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Misuse of microformats logo for ‘POSH’ bling ==&lt;br /&gt;
&lt;br /&gt;
On 3rd May Ben Ward [http://www.mail-archive.com/microformats-discuss@microformats.org/msg07543.html objected] to the use of the microformats logo in graphics promoting ‘POSH’, on grounds that it creates confusing and undesirable ambiguity between the terms ‘microformat’ and ‘POSH’. We're at a point where people are wrongly interpreting ‘microformat’ as a general term for semantic class names. The endorsement of these graphics on our own Wiki is a massive hindrance to our efforts to discourage such misuse.&lt;br /&gt;
&lt;br /&gt;
Please indicate a vote below on the removal of the microformats logo POSH buttons.&lt;br /&gt;
&lt;br /&gt;
+1 — Ben Ward&lt;br /&gt;
+1 — James Craig&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16474</id>
		<title>advocacy</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16474"/>
		<updated>2007-05-03T23:44:49Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* CalDAV */ radar number&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Advocacy &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A lot can be done to help advocate the use of microformats. Often, simply by taking an existing site, and adding the suggested microformatting to a few of its pages as examples is all that is necessary to help the developers of the site add the microformats to the site itself. Applications, such as browsers, could also use some guidance on how to best support microformats.&lt;br /&gt;
&lt;br /&gt;
Sometimes advocacy requires comparison and analysis of alternative technologies or approaches.  As [[User:MikeSchinkel|Mike Schinkel]] pointed out, we need good answers to comments like &amp;quot;No, we're going to use XXX instead...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The goal for this page is to include pointers for how to advocate microformats on new sites and on existing sites that are considering or using alternative approaches, as well as applications that can benefit from supporting microformats.&lt;br /&gt;
&lt;br /&gt;
For general resources for marketing microformats, see [[spread-microformats]].&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Existing Sites ==&lt;br /&gt;
&lt;br /&gt;
Add sites here that you think would benefit from the addition of microformats. For now they are grouped by the microformat which would primarily benefit the site. Feel free to take a look at some of the sites on this list, document sample pages to be microformatted, add microformats to them, and then add the before/after of the key sections of mark-up to another wiki page for that site.&lt;br /&gt;
&lt;br /&gt;
Successes are also noted; the most recent are flagged as {{SuccessMarker}}.&lt;br /&gt;
&lt;br /&gt;
If your successes resulted from emails that you sent to site owners/developers, please consider sharing your successful advocacy emails on the [[advocacy-email-samples]] page, and along with each email sample, list the sites which responded positively to your email.  This way others in the community can learn from your success and hopefully use your email samples to contact additional sites and get them to adopt microformats.&lt;br /&gt;
&lt;br /&gt;
=== hCard ===&lt;br /&gt;
Adding [[hcard|hCard]] to these sites would make them quite handy for their users and for being indexed:&lt;br /&gt;
&lt;br /&gt;
==== Online Profiles ====&lt;br /&gt;
Nearly every website that has a login has a page representing the public profile of the user that other users can see and interact with. Many such sites already [[hcard-implementations|support hCard]] (e.g. ClaimID.com, Flickr.com, Technorati.com, Zooomr.com). Here are some that I think would benefit from the addition of hCard to their profile / user pages. Feel free to add more such sites that have a social network profile-like component and I'll see what I can do. [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* [http://jpgmag.com/ JPG magazine] - have sent email to their web developer with sample marked up member profile with [[hcard|hCard]] and [[xfn]] [[rel-me|rel=&amp;quot;me&amp;quot;]]. [[User:Tantek|Tantek]] 23:48, 21 Feb 2007 (PST)&lt;br /&gt;
* Twitter.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Consumating.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Wikimedia - including this site, Wikipedia (See [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]), Wikitravel, etc.&lt;br /&gt;
**It would be nice if &amp;lt;nowiki&amp;gt;[[User:YOURNAME]]&amp;lt;/nowiki&amp;gt; links generated proper (mini)hCards. ([http://microformats.org/wiki?title=to-do&amp;amp;diff=12177&amp;amp;oldid=12173#Lazyweb per SteveIvy]; moved from 'to-do')&lt;br /&gt;
* Alexa.com has online profiles for domains with contact information.  Would be great if they could add hCard to those. 2007-04-18 [[User:Tantek]] requested of [[User:BenWest]] e.g.:&lt;br /&gt;
** http://www.alexa.com/data/details?url=alexa.com/&lt;br /&gt;
** http://www.alexa.com/data/details?url=w3.org/&lt;br /&gt;
* [http://sunlightlabs.com/api/ SunlightLabs API] provides profiles for US Congresspeople.  Their [http://sunlightlabs.com/api/masterref/megatable.php megatable] could easily be marked up with hCard, and their APIs could return hCards and hCard fields.&lt;br /&gt;
** [[User:Tantek|Tantek]] 12:30, 20 Apr 2007 (PDT) contacted them and requested that they add hCard to megatable, consider a GethCard API method, and potentially a GethResume API method for each person.&lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 26 Apr 2007: http://sunlightlabs.com/api does now have a people.getHCard.php API method to get an hCard for every member of congress. See the documentation at http://sunlightlabs.com/api/people.getHCard.php. An example call: http://api.sunlightlabs.com/people.getHCard.php?id=fakeopenID1 &lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 30 Apr 2007: I created a page of hCards for every member of congress: http://sunlightlabs.com/api/hcards/index.php&lt;br /&gt;
&lt;br /&gt;
==== Online Venues ====&lt;br /&gt;
There are many sites that offer pages that represent organizations and venues that could benefit from being marked up with hCard. [http://local.yahoo.com/ Yahoo Local] venues are marked up with hCards for example. Here are some more sites that have venues that would benefit from hCard markup.&lt;br /&gt;
* [http://dodgeball.com/ Dodgeball] venues.&lt;br /&gt;
* Yelp.com&lt;br /&gt;
&lt;br /&gt;
====Wikpedia hCard====&lt;br /&gt;
*Infobox Templates for people to add [[hcard|hCard]] to their generated markup&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_Biography&amp;amp;action=edit Infobox_Biography]&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_actor&amp;amp;action=edit Infobox_actor] which should result in actor pages, e.g. [http://en.wikipedia.org/wiki/Humphrey_Bogart Humphrey Bogart]'s page, being properly hCarded.&lt;br /&gt;
*Addressable buildings e.g. [http://en.wikipedia.org/wiki/The_Old_Crown%2C_Birmingham The Old Crown, Birmingham]&lt;br /&gt;
*Tourist attractions, e.g. [http://en.wikipedia.org/wiki/Cadbury_World Cadbury World]&lt;br /&gt;
*Companies, e.g. [http://en.wikipedia.org/wiki/Tesco Tesco] (note headquarters address in infobox)&lt;br /&gt;
*Motorway service stations, e.g. [http://en.wikipedia.org/wiki/Watford_Gap_service_station Watford Gap]&lt;br /&gt;
*Railway Stations, e.g. [http://en.wikipedia.org/wiki/Perry_Barr_railway_station Perry Barr]&lt;br /&gt;
*etc.&lt;br /&gt;
*See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats] [[User:AndyMabbett|Andy Mabbett]] 13:10, 28 Jan 2007 (PST)&lt;br /&gt;
* See also [[persondata|discussion of Wikipedia's Persondata]], which aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:23, 28 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
====Telephone Directory Listings====&lt;br /&gt;
Telephone Directory Listings could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 03:10, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.thephonebook.bt.com/ BT]&lt;br /&gt;
**Requested via [http://tinyurl.com/yhtdjy BT feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**BT confirm that they will consider this at their next re-build. 2006-12 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://118118.com 118118.com]&lt;br /&gt;
**Requested via e-mail, 2006-11-13. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://192.com/ 192.com]&lt;br /&gt;
**Requested via [http://www.192.com/support/feedback.cfm 192.com feedback form], 2007-03-07 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.skype.com/intl/en-gb/download/features/skypefind/ SkypeFind]&lt;br /&gt;
**Requested via [http://support.skype.com/?_a=tickets&amp;amp;_m=submit Skype feedback form], 2007-03-16 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.whitepages.com/ White Pages (USA/ Canada)]&lt;br /&gt;
*[http://www.whitepages.com.au/ White Pages (Australia)]&lt;br /&gt;
*[http://www.switchboard.com/ Stitchboard (USA)]]&lt;br /&gt;
*[http://people.yahoo.com/ Yahoo! People Search (USA)]&lt;br /&gt;
*[http://www.whowhere.com/ Lycos People Search (USA)]&lt;br /&gt;
*[http://www.bsnl.co.in/map.htm BSNL (India)]&lt;br /&gt;
&lt;br /&gt;
====Postal (ZIP) code Finders====&lt;br /&gt;
Postal code Finders could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 12:09, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://pol.royalmail.com/dda/txt/pf.asp Royal Mail] (UK)&lt;br /&gt;
**Requested via [http://tinyurl.com/ya4hzu Royal Mail feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Acknowledged 2006-11-30. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Government hCard====&lt;br /&gt;
=====UK Gov. hCard=====&lt;br /&gt;
* Parliament: [http://www.parliament.uk/directories/hciolists/alms.cfm Alphabetical List of Members of Parliament] (see also [http://www.parliament.uk/directories/directories.cfm other lists of MPs and Lords]). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
=====Europe Gov. hCard=====&lt;br /&gt;
* e.g. [http://www.europarl.org.uk/uk_meps/westmidlands.asp UK MEPs]&lt;br /&gt;
&lt;br /&gt;
==== Organization Contacts ====&lt;br /&gt;
Many companies and organizations have about or contact pages that could benefit from being marked up with hCard.  [http://technorati.com/about/contact.html Technorati's contact page] for example is both marked up with hCard and has a convenient &amp;quot;Add to Address Book&amp;quot; hCard to vCard converter link. The following company sites could benefit from similar markup (and, until user agents support hCards natively, &amp;quot;Add to Address Book&amp;quot; links). [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
*Adobe&lt;br /&gt;
**[http://www.adobe.com/aboutadobe/offices.html Adobe offices]&lt;br /&gt;
***Requested using contact form, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Google &lt;br /&gt;
**Contacts, e.g. &lt;br /&gt;
*** [http://www.google.com/intl/en/contact/index.html Google.com contact page]&lt;br /&gt;
**** Requested by asking Google Employee KevinMarks via instant messaging to add hCard to that page along with a &amp;quot;Add to Address Book&amp;quot; link [[User:Tantek|Tantek]] 11:32, 10 Apr 2007 (PDT) and RyanKing in IRC&lt;br /&gt;
*** [http://www.google.co.uk/intl/en/contact/index.html Google UK], etc.&lt;br /&gt;
*[http://www.mozilla.com/ Mozilla]&lt;br /&gt;
**[http://www.mozilla.com/en-US/about/legal.html Mozilla legal notices]&lt;br /&gt;
*Opera &lt;br /&gt;
**People, e.g. [http://people.opera.com/howcome/ Håkon Wium Lie]; could also be hResume&lt;br /&gt;
*W3C&lt;br /&gt;
**[http://www.w3.org/Consortium/contact W3C contact]&lt;br /&gt;
**[http://www.w3.org/People/all W3C Staff listing] and individual pages, e.g. [http://www.w3.org/People/Berners-Lee/ Tim Berners-Lee]&lt;br /&gt;
***Requested by e-mail. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==== Individual hCards ====&lt;br /&gt;
Getting these sites to at least add hCard to their home page or contact info page and then [http://pingerati.net/ping/ ping Pingerati] would be an excellent start with getting them some experience with microformats and thinking about adding microformats to other places in their sites that make sense:&lt;br /&gt;
* [http://metaweb.com/ Metaweb Technologies]&lt;br /&gt;
** [http://www.freebase.com/ Freebase ]&lt;br /&gt;
&lt;br /&gt;
====Other hCard====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for people (real, not characters), e.g. [http://www.imdb.com/name/nm0000007/ Humphrey Bogart]. [[User:AndyMabbett|Andy Mabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel - Birmingham]&lt;br /&gt;
***[http://microformats.org/wiki?title=User_talk:MarkJaroski&amp;amp;curid=2699&amp;amp;diff=0&amp;amp;oldid=10663&amp;amp;rcid=19955 Wikitravel is about to hugely roll out hCard] Mark Jaroski&lt;br /&gt;
***See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
*[http://orlabs.oclc.org/Identities/ WorldCat Identities]&lt;br /&gt;
**The recently prototyped WorldCat Identities provides pages for 20 million 'identities', mainly authors and people who are the subjects of published titles.&lt;br /&gt;
**Requested by feedback form, 2007-03-09 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===hCalendar===&lt;br /&gt;
&lt;br /&gt;
[[hcalendar|hCalendar]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
==== W3C track at WWW2006 ====&lt;br /&gt;
* DanC offers a 150 point bounty to anybody who takes [http://www.w3.org/2006/05/w3c-track the W3C track at WWW2006] and adds hCalendar markup and sends it to connolly@w3.org,www-archive@w3.org&lt;br /&gt;
&lt;br /&gt;
====Television listings====&lt;br /&gt;
*A major coup would be to get one of the major players (the BBC, Sky, or PBS, say), to mark up their TV or radio listings with hCalendar - does anyone have contacts in such an organisation? [[User:AndyMabbett|Andy Mabbett]] 10:53, 21 Oct 2006 (PDT)&lt;br /&gt;
**Does anyone have URLs to the TV or radio listings of the major players? Getting those URLs would be the next step, and then doing the markup ourselves would be the next step after that. [[User:Tantek|Tantek]] 13:02, 21 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.tvtimes.co.uk/ TV Times] (UK)&lt;br /&gt;
** Requested by e-mail 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*BBC main listings (e.g. [http://www.bbc.co.uk/bbcone/listings/index.shtml?service_id=4223 BBC One])&lt;br /&gt;
** Requested by [http://www.bbc.co.uk/feedback/bbci_comment.shtml BBC Feedback Form] 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008129.html &amp;quot;We're currently looking at using the event microformat on the redesigned radio 4 schedule page (and possibly throughout bbc.co.uk/radio4&amp;quot;] 2007-01-14 per email.&lt;br /&gt;
&lt;br /&gt;
====Government hCalendar====&lt;br /&gt;
=====UK Gov. hCalendar=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:47, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
*[http://www.scotland.gov.uk/Publications/2005/01/bankholidays Scottish Executive Bank Holidays]&lt;br /&gt;
** Requested by [http://www.scotland.gov.uk/About/HaveYourSay/WebsiteFdbck Scottish Executive feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Sports Fixtures====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*PremiumTV (UK, Soccer, has a page for each team)&lt;br /&gt;
**[http://www.avfc.premiumtv.co.uk/page/Fixtures/ Aston Villa]&lt;br /&gt;
**[http://www.wba.premiumtv.co.uk/page/Fixtures/ West Bromwich Albion]&lt;br /&gt;
*** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
****&amp;quot;webmaster@&amp;quot; bounced. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Concert/ Theatre Listings====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.birmingham-alive.com/ Birmingham Alive!] (UK)&lt;br /&gt;
**Requested in person; now on &amp;quot;to do&amp;quot; list&lt;br /&gt;
&lt;br /&gt;
====iCal Share====&lt;br /&gt;
*[http://www.icalshare.com/ iCal share]&lt;br /&gt;
**Requested by e-mail. 2007-01-14&lt;br /&gt;
&lt;br /&gt;
=== hReview ===&lt;br /&gt;
[[hreview|hReview]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hReview====&lt;br /&gt;
=====UK Gov. hReview=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:48, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:08, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hReview====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for film reviews, e.g. [http://www.imdb.com/title/tt0049291/ The Harder They Fall ]. [[User:AndyMabbett|AndyMabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.dpreview.com/ Digital Photography Review]&lt;br /&gt;
** Requested by feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.steves-digicams.com/ Steve's Digicams]&lt;br /&gt;
** Requested by e-mail, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.librarything.com/ LibraryThing]&lt;br /&gt;
** e.g. [http://www.librarything.com/catalog.php?view=trealawboy]&lt;br /&gt;
&lt;br /&gt;
===hAtom===&lt;br /&gt;
[[hatom|hAtom]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hAtom====&lt;br /&gt;
=====UK Gov.  hAtom=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:49, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hAtom====&lt;br /&gt;
* TV Listings (see hCalendar, above)&lt;br /&gt;
*[http://rbach.priv.at/Microformats-IRC/2006-11-13 IRC logs]&lt;br /&gt;
**E-mailed. [[User:AndyMabbett|Andy Mabbett]] 10:29, 5 Dec 2006 (PST)&lt;br /&gt;
* hatom can be used to markup log files.  Basically log information is a feed of events. For more details, see the [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html logging technique] discussed in on [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html microformats-discuss].&lt;br /&gt;
&lt;br /&gt;
=== Geo ===&lt;br /&gt;
Adding &amp;quot;[[geo|Geo]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/WikiGPS WikiGPS]&lt;br /&gt;
**Under development; notified of Geo microformat 2007-03-23&lt;br /&gt;
*Collections of waypoints&lt;br /&gt;
**See also [[geo-waypoint-examples]]&lt;br /&gt;
*Upcoming&lt;br /&gt;
**Some events, e.g. [http://upcoming.org/event/128155/ Multipack February 2007] are tagged thus: &amp;lt;code&amp;gt;geo:lat=52.4784&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;geo:lon=-1.9096&amp;lt;/code&amp;gt;. This could be rendered as a geo microformat. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested on (now defunct) Upcoming wiki 2007-01-14&lt;br /&gt;
**[http://suggestions.yahoo.com/detail/?prop=upcoming&amp;amp;fid=14362 Repeated on new suggestion board]. 2007-03-30. '''Please vote for this suggestion''' [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.census.gov/cgi-bin/gazetteer U.S. Gazetteer] e.g. [http://www.census.gov/cgi-bin/gazetteer?city=Birmingham&amp;amp;state=&amp;amp;zip=]&lt;br /&gt;
*[http://www.world-gazetteer.com/ World Gazetteer] e.g. [http://www.world-gazetteer.com/wg.php?x=&amp;amp;men=gpro&amp;amp;lng=en&amp;amp;dat=32&amp;amp;geo=-81&amp;amp;srt=npan&amp;amp;col=aohdq&amp;amp;pt=c&amp;amp;va=&amp;amp;geo=512945809]&lt;br /&gt;
**Requested by e-mail, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.genuki.org.uk/cgi-bin/places GENUKI Gazetteer] (UK &amp;amp; Ireland) e.g. [http://www.genuki.org.uk/cgi-bin/maplink?CCC=STS,GR=SP040940,PLACE=Great%20Barr]&lt;br /&gt;
**Requested via feedback form, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.confluence.org/ The Degree Confluence Project]&lt;br /&gt;
**Requested by e-mail, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.wikimapia.org/ WikiMapia]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied to say they're looking into it. 2007-03-29&lt;br /&gt;
*[http://www.jeeep.com/details/coord/translate.cgi?datum=83&amp;amp;lat=52.57265&amp;amp;lon=-1.911433&amp;amp;detail=1 Jeeep.com]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Advertised address bouncing, 2007-03-27&lt;br /&gt;
*[http://www.flagr.com/ Flagr]&lt;br /&gt;
**Using, but not (yet) displaying, coordinates&lt;br /&gt;
**Requested by e-mail, 2007-03-30; also suggested they display their coordinates, and mark them up as tags [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied same day to say they will &amp;quot;talk it over internally&amp;quot;&lt;br /&gt;
* Various [http://en.wikipedia.org/wiki/Geocaching#Geocache_listing_sites Geocache listing sites]&lt;br /&gt;
&lt;br /&gt;
=== Adr ===&lt;br /&gt;
Adding &amp;quot;[[adr|Adr]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*Various postcode &amp;lt;--&amp;gt; address lookup sites&lt;br /&gt;
** e.g. [http://www.royalmail.com/portal/rm/addressfinder Royal Mail (UK)] - enter a valid postcode (e.g. &amp;quot;B13 9PW&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
===rel-tag===&lt;br /&gt;
====Google as rel-tag namespace====&lt;br /&gt;
A Google search for 'sparrow' resolves to http://www.google.com/search?&amp;amp;q=sparrow, if not the unwieldy http://www.google.com/search?hs=TUz&amp;amp;hl=en&amp;amp;lr=&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-GB%3Aofficial&amp;amp;q=sparrow&amp;amp;btnG=Search - likewise http://www.google.com/search?&amp;amp;q=%22black+redstart%22 for ' &amp;quot;black redstart&amp;quot; '. If Google can be persuaded to also accept, say, '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/sparrow&amp;lt;/nowiki&amp;gt;''' and '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/black_redstart&amp;lt;/nowiki&amp;gt;''' as being equivalent (and assuming that the latter term searches for ' &amp;quot;black redstart&amp;quot; ', with the quote marks), then Google would become a namespace for rel-tag. [[User:AndyMabbett|Andy Mabbett]] 00:15, 29 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== VoteLinks ===&lt;br /&gt;
*[http://ma.gnolia.com Ma.gnolia]'s link rating system&lt;br /&gt;
**Requested: [http://wiki.ma.gnolia.com/Feature_Suggestions Feature Suggestions on wiki.ma.gnolia.com]&lt;br /&gt;
&lt;br /&gt;
===Various===&lt;br /&gt;
*eBay  (.com and localised versions)&lt;br /&gt;
** '''hCard''' - Buyer and seller address details.&lt;br /&gt;
** '''hCalendar''' - Auction end date/times.&lt;br /&gt;
** '''hReview''' - Feedback.&lt;br /&gt;
** '''hAtom''' - Recent purchases/ won/ lost/ watching etc.&lt;br /&gt;
**Requested by feedback form, 2006-12-05. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://microformats.org/discuss/mail/microformats-discuss/2006-December/007531.html eBay response of 2006-12-08]&lt;br /&gt;
&lt;br /&gt;
====IT News sites====&lt;br /&gt;
There is obviously a great deal of publicity to be gained, by having microformats used on sites about IT developments, which are likely to be read by people in a position to have microformats used, and microformat tools implemented, in their organisations. Please add to this list!&lt;br /&gt;
*[http://www.theregister.co.uk/ The Register] (UK)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.ziffdavis.com/ Ziff-Davis] media sites, e.g:&lt;br /&gt;
**[http://www.microsoft-watch.com/ Microsoft Watch]&lt;br /&gt;
**[http://www.linux-watch.com/ Linux Watch]&lt;br /&gt;
**[http://www.extremetech.com/ Extreme Tech]&lt;br /&gt;
**[http://www.webbuyersguide.com/ Web Buyer's Guide]&lt;br /&gt;
**Requested at corporate level, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.netmag.co.uk .Net magazine (UK)] (issue dated December 2006, has tutorial on microformats, by Rachel Andrew)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Other high-profile IT sites====&lt;br /&gt;
*[http://www.useit.com/ Jakob Nielsen's 'Use It'] and his [http://www.nngroup.com/ Nielsen Norman Group]&lt;br /&gt;
**Requested by e-mail, 2007-01-06. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.vivabit.com/atmedia2007/ AtMedia2007]&lt;br /&gt;
**Requested via feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Are using hCard, but will not use hCalendar, saying: &amp;quot;There are aspects of hCalendar that we are not happy using in this situation [...] It surrounds the use of the abbr element, particularly surrounding times in a table cell (the schedule will be slotted into a table once it is ready).&amp;quot; 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Science + Technology====&lt;br /&gt;
*[http://www.eurekalert.org/ Eurekalert]&lt;br /&gt;
**Requested via e-mail, 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Miscellany====&lt;br /&gt;
*[http://www.wikioutdoors.com/ WikiOutdoors]&lt;br /&gt;
**Could use hCard, Geo, and others&lt;br /&gt;
**Requested, 2007-03-14&lt;br /&gt;
**[http://www.wikioutdoors.com/forums/viewtopic.php?p=80#80 Considering] [[User:AndyMabbett|Andy Mabbett]] 04:17, 15 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Applications ==&lt;br /&gt;
&lt;br /&gt;
User-agents (browsers, etc.) should support microformats natively. For instance, a user should not need to use a third party application or web service to add address details or events from a microformat-using web page to their address book or calendar programme.&lt;br /&gt;
&lt;br /&gt;
===Browsers===&lt;br /&gt;
&lt;br /&gt;
In addition to the following, third-party developers should be encouraged to make their relevant browser add-ons microforamt aware; or to create new add-ons with microformat capabilities.&lt;br /&gt;
&lt;br /&gt;
====Firefox====&lt;br /&gt;
===== Firefox developments =====&lt;br /&gt;
*Mozilla are &amp;quot;brainstorming&amp;quot; developments for Firefox 3.0 and beyond, and have a page on microformat handling at http://wiki.mozilla.org/Firefox/Feature_Brainstorming:Microformat_Handling&lt;br /&gt;
&lt;br /&gt;
=====ReminderFox=====&lt;br /&gt;
*The makers of the [http://reminderfox.mozdev.org/ ReminderFox] extension have put hCalendar support on their [http://reminderfox.mozdev.org/userrequests.html ReminderFox &amp;quot;to do&amp;quot; list].&lt;br /&gt;
&lt;br /&gt;
=====LinkAlert=====&lt;br /&gt;
*The [http://conlan89.googlepages.com/linkalert LinkAlert] extension could signal when a link is marked as a tag (likewise for other &amp;quot;rel&amp;quot; attributes). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested by e-mail 2006-12-29. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Response 2007-01-07: &amp;quot;Thank you for your feedback, I will consider adding [...] rel in a future update.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Opera====&lt;br /&gt;
* First reference to &amp;quot;microformats&amp;quot; in the [http://my.opera.com/community/forums/topic.dml?id=169975&amp;amp;t=1166045417&amp;amp;page=1#comment1851680 Opera forums]. 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.operamini.com/ Opera Mini] (and other browsers on telephones) could especially benefit from recognising the &amp;quot;tel&amp;quot; attributes of hCard, and allowing users to dial numbers found on-line.&lt;br /&gt;
**[http://my.opera.com/community/forums/topic.dml?id=169978 Proposed on forum] 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
*Screenreaders (e.g [http://www.freedomscientific.com/fs_products/software_jaws.asp Jaws]) could recognise telephone number components of hCards, to differentiate them from other strings of digits. [[User:AndyMabbett|Andy Mabbett]] 13:02, 9 Dec 2006 (PST)&lt;br /&gt;
** Additional to this, I believe that screen reader users would benefit from being able to recognise any of the microformats.  For example, there is value in being verbally notified that a page contains &amp;quot;1 contact and 3 events&amp;quot;, or being able to seek out rel attributes with help values. [[User:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
===Publishing Platforms===&lt;br /&gt;
&lt;br /&gt;
====Blogger====&lt;br /&gt;
* Chris Messina is [http://factoryjoe.com/blog/2006/09/02/on-open-letter-to-blogger/ advocating more support in Blogger]&lt;br /&gt;
&lt;br /&gt;
====Drupal====&lt;br /&gt;
*There's a Drupal group for discussing/advocating/implementing [http://groups.drupal.org/microformats-in-drupal microformats in Drupal]&lt;br /&gt;
&lt;br /&gt;
====MediaWiki=====&lt;br /&gt;
*[http://www.mediawiki.org/wiki/MediaWiki MediaWiki]&lt;br /&gt;
** See above references to Wikipedia, which runs on MediaWiki (as does this wiki)&lt;br /&gt;
&lt;br /&gt;
====Plone====&lt;br /&gt;
*[http://plone.org/ Plone] is an Open Source Content Management System ([http://en.wikipedia.org/wiki/Plone_(content_management_system) Plone on Wikipedia]).&lt;br /&gt;
**See this [http://plone.org/events/sprints/past-sprints/calsprint/SprintTopics/?searchterm=microformats 2005 Plone user comment]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/5351 Plone feature request for rel-tag]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/6050 Plone feature request for microformats], submitted 2007-01-06 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Semantic MediaWiki=====&lt;br /&gt;
*[http://wiki.ontoworld.org/wiki/Semantic_MediaWiki]&lt;br /&gt;
** A semantic version of MediaWiki&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Web Services ==&lt;br /&gt;
&lt;br /&gt;
===30Boxes===&lt;br /&gt;
*[http://30boxes.com/ 30Boxes] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]] 13:41, 14 Jan 2007 (PST)&lt;br /&gt;
**[http://30boxes.com/forum/viewtopic.php?p=8289#8289 Upload of hCalendars requested on 30Boxes forum] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
===ClearForest===&lt;br /&gt;
*[http://sws.clearforest.com/ ClearForest Semantic Web Services ] - uses natural language processing tools to recognise people, organisations, places, events and CVs (resumes) in web pages. Would benefit from recognising hCard, hResume, hCalendar, Geo, Adr, etc. Could also use them in its output. [[User:AndyMabbett|Andy Mabbett]] 05:09, 6 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===ma.gnolia===&lt;br /&gt;
*[http://wiki.ma.gnolia.com/Microformat_Feature_Requests Microformat Feature Requests on ma.gnolia wiki]&lt;br /&gt;
&lt;br /&gt;
===Upcoming===&lt;br /&gt;
*[http://upcoming.org/ Upcoming] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://community.upcoming.org/w/index.php/Suggestion_Box#Upload_events_from_microformatted_pages Upload of hCalendars requested on Upcoming wiki] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
== Successes ==&lt;br /&gt;
&lt;br /&gt;
=== hCard Successes ===&lt;br /&gt;
&lt;br /&gt;
*Details of hCard should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCard page]&lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-25. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*W3C&lt;br /&gt;
**{{SuccessMarker}} '''W3C webmaster''' [http://www.w3.org/People/Jean-Gui/ Jean-Guilhem Rouel] now has an hCard. [[User:AndyMabbett|Andy Mabbett]] 15:41, 4 Apr 2007 (PDT)&lt;br /&gt;
*{{SuccessMarker}}Wikipedia-EN - starting to roll-out&lt;br /&gt;
**UK Railway station template, e.g. [http://en.wikipedia.org/wiki/Birmingham_New_Street Birmingham New Street station] (includes Geo)&lt;br /&gt;
&lt;br /&gt;
=== hCalendar Successes===&lt;br /&gt;
&lt;br /&gt;
*Details of hCalendar should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCalendar page] &lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-27. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.radiotimes.com/ Radio Times] (BBC, UK)&lt;br /&gt;
** Requested by e-mail [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** {{SuccessMarker}} 2007-03&lt;br /&gt;
&lt;br /&gt;
=== hReview successes ===&lt;br /&gt;
*[http://www.birderslibrary.com/ The Birder's Library] &lt;br /&gt;
**[http://www.birdforum.net/showthread.php?p=779886#post779886 Requested]; confirmed under development, 2006-12-18.&lt;br /&gt;
** '''Success''' e.g. [http://www.birderslibrary.com/reviews/dvd/audubon_video_guide.htm Audubon VideoGuide to 505 Birds of North America]. Apparently from 2007-01-18 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Geo Successes===&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**All articles on places, e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England]&lt;br /&gt;
**See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
**{{SuccessMarker}} achieved 2006-12-13, per [http://wikitravel.org/shared/Tech:Add_SpecialMap_using_Mapstraction_link_for_geo-tagged_pages_and_for_single_listings] see, for example, [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.poi66.com/ POI66]&lt;br /&gt;
**Requested by e-mail, 2007-03-23 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}}  - over '''58,500''' waypoints geo-formatted, in under 4 hours from initial contact!&lt;br /&gt;
*[http://www.geograph.org.uk Geograph British Isles]&lt;br /&gt;
**Requested by feedback form, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - over '''370,000''' examples, within 30 minutes of request being submitted!&lt;br /&gt;
*[http://www.addressfix.com/ AddressFix]&lt;br /&gt;
**Requested via feedback form, 2007-01-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - valid postal addresses/ places converted, within one day of request being submitted.&lt;br /&gt;
*Wikipedia&lt;br /&gt;
**{{SuccessMarker}}  Wikipedia-EN&lt;br /&gt;
***Articles on places, e.g. [http://en.wikipedia.org/wiki/Great_Barr Wikipedia - Great Barr] (roll-out ongoing)  2007-03&lt;br /&gt;
***'''All''' map link pages linked to from the same, e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?params=52.548_N_1.932_W_ maps for Wikipedia-EN article on Great Barr]  2007-03&lt;br /&gt;
***See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-DE&lt;br /&gt;
***'''All''' map link pages  e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?language=de&amp;amp;params=52_28_47_N_1_53_51_W_type:city_region:GB maps for Wikipedia-DE article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-NL&lt;br /&gt;
***'''All''' map link pages  e.g. [http://www.nsesoftware.nl/wiki/maps.asp?params=52_28_47_N_1_53_51_W_type:city_region:GB&amp;amp;src=Birmingham_%28Engeland%29 maps for Wikipedia-NL article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} GIS-Wiki's &amp;quot;[http://www.giswiki.org/hjl_get_CoorE.htm hjl_getCoor]&amp;quot; now outputs Geo markup, from a Google Maps API.&lt;br /&gt;
&lt;br /&gt;
==Rejections==&lt;br /&gt;
&lt;br /&gt;
===hCalendar rejections===&lt;br /&gt;
*[http://www.dti.gov.uk/employment/bank-public-holidays/index.html DTI: Bank Holidays] (not Scotland)&lt;br /&gt;
** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
***Response: &amp;quot;At the moment we have no plans to use hCalendar or hCard coding due to unresolved concerns about accessibility issues (especially text-to-speech readers), however, we thank you for your suggestion.&amp;quot;&lt;br /&gt;
***Request for clarification of concerns unanswered.&lt;br /&gt;
&lt;br /&gt;
===Geo rejections===&lt;br /&gt;
*[http://www.geocaching.com/ geocaching.com]&lt;br /&gt;
**Requested via feedback form, 2007-01-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**&amp;quot;The true benefit of this appears to be allowing sharing between sites [this] is something that GC specifically guards against so would be a major detriment. And most importantly when discussing a site or piece of software that is running smoothly, if it ain't broke, don't fix it. There just does not seem to be a benefit to GC's current plans.&amp;quot; 2007-04-02&lt;br /&gt;
&lt;br /&gt;
== Comparisons With Alternative Approaches ==&lt;br /&gt;
&lt;br /&gt;
=== CalDAV ===&lt;br /&gt;
The CalDAV protocol should not be considered an 'alternative' approach as the two are not mutually exclusive. For more information, see:&lt;br /&gt;
*http://ietf.osafoundation.org/caldav/&lt;br /&gt;
*http://trac.calendarserver.org/projects/calendarserver&lt;br /&gt;
&lt;br /&gt;
====Apple Support Tickets====&lt;br /&gt;
* Calendar Server hCalendar input/output: http://trac.macosforge.org/projects/calendarserver/ticket/19&lt;br /&gt;
* Wiki Server hCalendar output (internal RADAR ticket [rdar://5180875/])&lt;br /&gt;
&lt;br /&gt;
====Brian Suda====&lt;br /&gt;
The other great thing about exposing your data as microformats, is that the data becomes Open Data. Will the general public have access to the CalDAV? (probably not) and even if they did, it will probably only serve-up .ics files... what if i don't want ICS? i need to then hack that around to get it into the format that i want... if the data were in the HTML to begin with, then i could EASILY convert that to any format i wanted. Also, sites like http://pingerati.net/ will happily take in hCalendar data and aggregate it, make your data more valuable and easily slurped up by other providers - i don't see that happening as easily with a CalDAV.&lt;br /&gt;
&lt;br /&gt;
====James Craig====&lt;br /&gt;
Brian, you seem to be under the opinion that CalDAV is a competitor to hCalendar. It is not. The two are not mutually exclusive. CalDAV data is as open as the owner wants to make it; the same as hCalendar data. The general public will have as much access to it as they do with any open source project, and your comments about ICS files are completely misinformed. Perhaps you could make (or link to) an informed comparison, rather than just guessing what CalDAV may or may not do. Your statements don't really add to the content of this page. Disclaimer: My employer has a vested interest in seeing CalDAV succeed. I have a vested interest in seeing that BOTH hCalendar and CalDAV succeed. &lt;br /&gt;
&lt;br /&gt;
====Kevin Marks====&lt;br /&gt;
With respect to CalDAV: I spoke to the CalDAV chaps at Apple about this, they have hCalendar support as a ticket in their db:&lt;br /&gt;
http://trac.macosforge.org/projects/calendarserver/ticket/19&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Exchange Server ===&lt;br /&gt;
Exchnage Server info to be added.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[press]]&lt;br /&gt;
* [[spread-microformats]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16413</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16413"/>
		<updated>2007-05-03T18:01:15Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ extra space&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
* Empty ins element with datetime attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16409</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16409"/>
		<updated>2007-05-03T17:10:19Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ added two from Victor Jalencas on uf-discuss&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
* Empty ins element with datetime attr (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot;&amp;amp;gt;13th&amp;amp;lt;ins datetime=&amp;quot;20070713&amp;quot;&amp;amp;gt;&amp;amp;lt;/ins&amp;amp;gt;&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
* Rarely used event handler. e.g. (&amp;lt;code&amp;gt;&amp;amp;lt;span class=&amp;quot;dtstart&amp;quot; onchange=&amp;quot;void(20070713)&amp;quot;&amp;amp;gt;13th&amp;amp;lt;/span&amp;amp;gt;&amp;lt;/code&amp;gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16408</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16408"/>
		<updated>2007-05-02T19:23:03Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Test Cases */ removing leftovers&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16421</id>
		<title>advocacy</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16421"/>
		<updated>2007-05-02T18:45:20Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Comparisons With Alternative Approaches */ adding facts and signed opinions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Advocacy &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A lot can be done to help advocate the use of microformats. Often, simply by taking an existing site, and adding the suggested microformatting to a few of its pages as examples is all that is necessary to help the developers of the site add the microformats to the site itself. Applications, such as browsers, could also use some guidance on how to best support microformats.&lt;br /&gt;
&lt;br /&gt;
Sometimes advocacy requires comparison and analysis of alternative technologies or approaches.  As [[User:MikeSchinkel|Mike Schinkel]] pointed out, we need good answers to comments like &amp;quot;No, we're going to use XXX instead...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The goal for this page is to include pointers for how to advocate microformats on new sites and on existing sites that are considering or using alternative approaches, as well as applications that can benefit from supporting microformats.&lt;br /&gt;
&lt;br /&gt;
For general resources for marketing microformats, see [[spread-microformats]].&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Existing Sites ==&lt;br /&gt;
&lt;br /&gt;
Add sites here that you think would benefit from the addition of microformats. For now they are grouped by the microformat which would primarily benefit the site. Feel free to take a look at some of the sites on this list, document sample pages to be microformatted, add microformats to them, and then add the before/after of the key sections of mark-up to another wiki page for that site.&lt;br /&gt;
&lt;br /&gt;
Successes are also noted; the most recent are flagged as {{SuccessMarker}}.&lt;br /&gt;
&lt;br /&gt;
If your successes resulted from emails that you sent to site owners/developers, please consider sharing your successful advocacy emails on the [[advocacy-email-samples]] page, and along with each email sample, list the sites which responded positively to your email.  This way others in the community can learn from your success and hopefully use your email samples to contact additional sites and get them to adopt microformats.&lt;br /&gt;
&lt;br /&gt;
=== hCard ===&lt;br /&gt;
Adding [[hcard|hCard]] to these sites would make them quite handy for their users and for being indexed:&lt;br /&gt;
&lt;br /&gt;
==== Online Profiles ====&lt;br /&gt;
Nearly every website that has a login has a page representing the public profile of the user that other users can see and interact with. Many such sites already [[hcard-implementations|support hCard]] (e.g. ClaimID.com, Flickr.com, Technorati.com, Zooomr.com). Here are some that I think would benefit from the addition of hCard to their profile / user pages. Feel free to add more such sites that have a social network profile-like component and I'll see what I can do. [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* [http://jpgmag.com/ JPG magazine] - have sent email to their web developer with sample marked up member profile with [[hcard|hCard]] and [[xfn]] [[rel-me|rel=&amp;quot;me&amp;quot;]]. [[User:Tantek|Tantek]] 23:48, 21 Feb 2007 (PST)&lt;br /&gt;
* Twitter.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Consumating.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Wikimedia - including this site, Wikipedia (See [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]), Wikitravel, etc.&lt;br /&gt;
**It would be nice if &amp;lt;nowiki&amp;gt;[[User:YOURNAME]]&amp;lt;/nowiki&amp;gt; links generated proper (mini)hCards. ([http://microformats.org/wiki?title=to-do&amp;amp;diff=12177&amp;amp;oldid=12173#Lazyweb per SteveIvy]; moved from 'to-do')&lt;br /&gt;
* Alexa.com has online profiles for domains with contact information.  Would be great if they could add hCard to those. 2007-04-18 [[User:Tantek]] requested of [[User:BenWest]] e.g.:&lt;br /&gt;
** http://www.alexa.com/data/details?url=alexa.com/&lt;br /&gt;
** http://www.alexa.com/data/details?url=w3.org/&lt;br /&gt;
* [http://sunlightlabs.com/api/ SunlightLabs API] provides profiles for US Congresspeople.  Their [http://sunlightlabs.com/api/masterref/megatable.php megatable] could easily be marked up with hCard, and their APIs could return hCards and hCard fields.&lt;br /&gt;
** [[User:Tantek|Tantek]] 12:30, 20 Apr 2007 (PDT) contacted them and requested that they add hCard to megatable, consider a GethCard API method, and potentially a GethResume API method for each person.&lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 26 Apr 2007: http://sunlightlabs.com/api does now have a people.getHCard.php API method to get an hCard for every member of congress. See the documentation at http://sunlightlabs.com/api/people.getHCard.php. An example call: http://api.sunlightlabs.com/people.getHCard.php?id=fakeopenID1 &lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 30 Apr 2007: I created a page of hCards for every member of congress: http://sunlightlabs.com/api/hcards/index.php&lt;br /&gt;
&lt;br /&gt;
==== Online Venues ====&lt;br /&gt;
There are many sites that offer pages that represent organizations and venues that could benefit from being marked up with hCard. [http://local.yahoo.com/ Yahoo Local] venues are marked up with hCards for example. Here are some more sites that have venues that would benefit from hCard markup.&lt;br /&gt;
* [http://dodgeball.com/ Dodgeball] venues.&lt;br /&gt;
* Yelp.com&lt;br /&gt;
&lt;br /&gt;
====Wikpedia hCard====&lt;br /&gt;
*Infobox Templates for people to add [[hcard|hCard]] to their generated markup&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_Biography&amp;amp;action=edit Infobox_Biography]&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_actor&amp;amp;action=edit Infobox_actor] which should result in actor pages, e.g. [http://en.wikipedia.org/wiki/Humphrey_Bogart Humphrey Bogart]'s page, being properly hCarded.&lt;br /&gt;
*Addressable buildings e.g. [http://en.wikipedia.org/wiki/The_Old_Crown%2C_Birmingham The Old Crown, Birmingham]&lt;br /&gt;
*Tourist attractions, e.g. [http://en.wikipedia.org/wiki/Cadbury_World Cadbury World]&lt;br /&gt;
*Companies, e.g. [http://en.wikipedia.org/wiki/Tesco Tesco] (note headquarters address in infobox)&lt;br /&gt;
*Motorway service stations, e.g. [http://en.wikipedia.org/wiki/Watford_Gap_service_station Watford Gap]&lt;br /&gt;
*Railway Stations, e.g. [http://en.wikipedia.org/wiki/Perry_Barr_railway_station Perry Barr]&lt;br /&gt;
*etc.&lt;br /&gt;
*See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats] [[User:AndyMabbett|Andy Mabbett]] 13:10, 28 Jan 2007 (PST)&lt;br /&gt;
* See also [[persondata|discussion of Wikipedia's Persondata]], which aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:23, 28 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
====Telephone Directory Listings====&lt;br /&gt;
Telephone Directory Listings could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 03:10, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.thephonebook.bt.com/ BT]&lt;br /&gt;
**Requested via [http://tinyurl.com/yhtdjy BT feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**BT confirm that they will consider this at their next re-build. 2006-12 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://118118.com 118118.com]&lt;br /&gt;
**Requested via e-mail, 2006-11-13. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://192.com/ 192.com]&lt;br /&gt;
**Requested via [http://www.192.com/support/feedback.cfm 192.com feedback form], 2007-03-07 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.skype.com/intl/en-gb/download/features/skypefind/ SkypeFind]&lt;br /&gt;
**Requested via [http://support.skype.com/?_a=tickets&amp;amp;_m=submit Skype feedback form], 2007-03-16 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.whitepages.com/ White Pages (USA/ Canada)]&lt;br /&gt;
*[http://www.whitepages.com.au/ White Pages (Australia)]&lt;br /&gt;
*[http://www.switchboard.com/ Stitchboard (USA)]]&lt;br /&gt;
*[http://people.yahoo.com/ Yahoo! People Search (USA)]&lt;br /&gt;
*[http://www.whowhere.com/ Lycos People Search (USA)]&lt;br /&gt;
*[http://www.bsnl.co.in/map.htm BSNL (India)]&lt;br /&gt;
&lt;br /&gt;
====Postal (ZIP) code Finders====&lt;br /&gt;
Postal code Finders could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 12:09, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://pol.royalmail.com/dda/txt/pf.asp Royal Mail] (UK)&lt;br /&gt;
**Requested via [http://tinyurl.com/ya4hzu Royal Mail feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Acknowledged 2006-11-30. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Government hCard====&lt;br /&gt;
=====UK Gov. hCard=====&lt;br /&gt;
* Parliament: [http://www.parliament.uk/directories/hciolists/alms.cfm Alphabetical List of Members of Parliament] (see also [http://www.parliament.uk/directories/directories.cfm other lists of MPs and Lords]). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
=====Europe Gov. hCard=====&lt;br /&gt;
* e.g. [http://www.europarl.org.uk/uk_meps/westmidlands.asp UK MEPs]&lt;br /&gt;
&lt;br /&gt;
==== Organization Contacts ====&lt;br /&gt;
Many companies and organizations have about or contact pages that could benefit from being marked up with hCard.  [http://technorati.com/about/contact.html Technorati's contact page] for example is both marked up with hCard and has a convenient &amp;quot;Add to Address Book&amp;quot; hCard to vCard converter link. The following company sites could benefit from similar markup (and, until user agents support hCards natively, &amp;quot;Add to Address Book&amp;quot; links). [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
*Adobe&lt;br /&gt;
**[http://www.adobe.com/aboutadobe/offices.html Adobe offices]&lt;br /&gt;
***Requested using contact form, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Google &lt;br /&gt;
**Contacts, e.g. &lt;br /&gt;
*** [http://www.google.com/intl/en/contact/index.html Google.com contact page]&lt;br /&gt;
**** Requested by asking Google Employee KevinMarks via instant messaging to add hCard to that page along with a &amp;quot;Add to Address Book&amp;quot; link [[User:Tantek|Tantek]] 11:32, 10 Apr 2007 (PDT) and RyanKing in IRC&lt;br /&gt;
*** [http://www.google.co.uk/intl/en/contact/index.html Google UK], etc.&lt;br /&gt;
*[http://www.mozilla.com/ Mozilla]&lt;br /&gt;
**[http://www.mozilla.com/en-US/about/legal.html Mozilla legal notices]&lt;br /&gt;
*Opera &lt;br /&gt;
**People, e.g. [http://people.opera.com/howcome/ Håkon Wium Lie]; could also be hResume&lt;br /&gt;
*W3C&lt;br /&gt;
**[http://www.w3.org/Consortium/contact W3C contact]&lt;br /&gt;
**[http://www.w3.org/People/all W3C Staff listing] and individual pages, e.g. [http://www.w3.org/People/Berners-Lee/ Tim Berners-Lee]&lt;br /&gt;
***Requested by e-mail. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==== Individual hCards ====&lt;br /&gt;
Getting these sites to at least add hCard to their home page or contact info page and then [http://pingerati.net/ping/ ping Pingerati] would be an excellent start with getting them some experience with microformats and thinking about adding microformats to other places in their sites that make sense:&lt;br /&gt;
* [http://metaweb.com/ Metaweb Technologies]&lt;br /&gt;
** [http://www.freebase.com/ Freebase ]&lt;br /&gt;
&lt;br /&gt;
====Other hCard====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for people (real, not characters), e.g. [http://www.imdb.com/name/nm0000007/ Humphrey Bogart]. [[User:AndyMabbett|Andy Mabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel - Birmingham]&lt;br /&gt;
***[http://microformats.org/wiki?title=User_talk:MarkJaroski&amp;amp;curid=2699&amp;amp;diff=0&amp;amp;oldid=10663&amp;amp;rcid=19955 Wikitravel is about to hugely roll out hCard] Mark Jaroski&lt;br /&gt;
***See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
*[http://orlabs.oclc.org/Identities/ WorldCat Identities]&lt;br /&gt;
**The recently prototyped WorldCat Identities provides pages for 20 million 'identities', mainly authors and people who are the subjects of published titles.&lt;br /&gt;
**Requested by feedback form, 2007-03-09 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===hCalendar===&lt;br /&gt;
&lt;br /&gt;
[[hcalendar|hCalendar]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
==== W3C track at WWW2006 ====&lt;br /&gt;
* DanC offers a 150 point bounty to anybody who takes [http://www.w3.org/2006/05/w3c-track the W3C track at WWW2006] and adds hCalendar markup and sends it to connolly@w3.org,www-archive@w3.org&lt;br /&gt;
&lt;br /&gt;
====Television listings====&lt;br /&gt;
*A major coup would be to get one of the major players (the BBC, Sky, or PBS, say), to mark up their TV or radio listings with hCalendar - does anyone have contacts in such an organisation? [[User:AndyMabbett|Andy Mabbett]] 10:53, 21 Oct 2006 (PDT)&lt;br /&gt;
**Does anyone have URLs to the TV or radio listings of the major players? Getting those URLs would be the next step, and then doing the markup ourselves would be the next step after that. [[User:Tantek|Tantek]] 13:02, 21 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.tvtimes.co.uk/ TV Times] (UK)&lt;br /&gt;
** Requested by e-mail 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*BBC main listings (e.g. [http://www.bbc.co.uk/bbcone/listings/index.shtml?service_id=4223 BBC One])&lt;br /&gt;
** Requested by [http://www.bbc.co.uk/feedback/bbci_comment.shtml BBC Feedback Form] 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008129.html &amp;quot;We're currently looking at using the event microformat on the redesigned radio 4 schedule page (and possibly throughout bbc.co.uk/radio4&amp;quot;] 2007-01-14 per email.&lt;br /&gt;
&lt;br /&gt;
====Government hCalendar====&lt;br /&gt;
=====UK Gov. hCalendar=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:47, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
*[http://www.scotland.gov.uk/Publications/2005/01/bankholidays Scottish Executive Bank Holidays]&lt;br /&gt;
** Requested by [http://www.scotland.gov.uk/About/HaveYourSay/WebsiteFdbck Scottish Executive feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Sports Fixtures====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*PremiumTV (UK, Soccer, has a page for each team)&lt;br /&gt;
**[http://www.avfc.premiumtv.co.uk/page/Fixtures/ Aston Villa]&lt;br /&gt;
**[http://www.wba.premiumtv.co.uk/page/Fixtures/ West Bromwich Albion]&lt;br /&gt;
*** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
****&amp;quot;webmaster@&amp;quot; bounced. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Concert/ Theatre Listings====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.birmingham-alive.com/ Birmingham Alive!] (UK)&lt;br /&gt;
**Requested in person; now on &amp;quot;to do&amp;quot; list&lt;br /&gt;
&lt;br /&gt;
====iCal Share====&lt;br /&gt;
*[http://www.icalshare.com/ iCal share]&lt;br /&gt;
**Requested by e-mail. 2007-01-14&lt;br /&gt;
&lt;br /&gt;
=== hReview ===&lt;br /&gt;
[[hreview|hReview]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hReview====&lt;br /&gt;
=====UK Gov. hReview=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:48, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:08, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hReview====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for film reviews, e.g. [http://www.imdb.com/title/tt0049291/ The Harder They Fall ]. [[User:AndyMabbett|AndyMabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.dpreview.com/ Digital Photography Review]&lt;br /&gt;
** Requested by feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.steves-digicams.com/ Steve's Digicams]&lt;br /&gt;
** Requested by e-mail, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.librarything.com/ LibraryThing]&lt;br /&gt;
** e.g. [http://www.librarything.com/catalog.php?view=trealawboy]&lt;br /&gt;
&lt;br /&gt;
===hAtom===&lt;br /&gt;
[[hatom|hAtom]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hAtom====&lt;br /&gt;
=====UK Gov.  hAtom=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:49, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hAtom====&lt;br /&gt;
* TV Listings (see hCalendar, above)&lt;br /&gt;
*[http://rbach.priv.at/Microformats-IRC/2006-11-13 IRC logs]&lt;br /&gt;
**E-mailed. [[User:AndyMabbett|Andy Mabbett]] 10:29, 5 Dec 2006 (PST)&lt;br /&gt;
* hatom can be used to markup log files.  Basically log information is a feed of events. For more details, see the [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html logging technique] discussed in on [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html microformats-discuss].&lt;br /&gt;
&lt;br /&gt;
=== Geo ===&lt;br /&gt;
Adding &amp;quot;[[geo|Geo]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/WikiGPS WikiGPS]&lt;br /&gt;
**Under development; notified of Geo microformat 2007-03-23&lt;br /&gt;
*Collections of waypoints&lt;br /&gt;
**See also [[geo-waypoint-examples]]&lt;br /&gt;
*Upcoming&lt;br /&gt;
**Some events, e.g. [http://upcoming.org/event/128155/ Multipack February 2007] are tagged thus: &amp;lt;code&amp;gt;geo:lat=52.4784&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;geo:lon=-1.9096&amp;lt;/code&amp;gt;. This could be rendered as a geo microformat. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested on (now defunct) Upcoming wiki 2007-01-14&lt;br /&gt;
**[http://suggestions.yahoo.com/detail/?prop=upcoming&amp;amp;fid=14362 Repeated on new suggestion board]. 2007-03-30. '''Please vote for this suggestion''' [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.census.gov/cgi-bin/gazetteer U.S. Gazetteer] e.g. [http://www.census.gov/cgi-bin/gazetteer?city=Birmingham&amp;amp;state=&amp;amp;zip=]&lt;br /&gt;
*[http://www.world-gazetteer.com/ World Gazetteer] e.g. [http://www.world-gazetteer.com/wg.php?x=&amp;amp;men=gpro&amp;amp;lng=en&amp;amp;dat=32&amp;amp;geo=-81&amp;amp;srt=npan&amp;amp;col=aohdq&amp;amp;pt=c&amp;amp;va=&amp;amp;geo=512945809]&lt;br /&gt;
**Requested by e-mail, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.genuki.org.uk/cgi-bin/places GENUKI Gazetteer] (UK &amp;amp; Ireland) e.g. [http://www.genuki.org.uk/cgi-bin/maplink?CCC=STS,GR=SP040940,PLACE=Great%20Barr]&lt;br /&gt;
**Requested via feedback form, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.confluence.org/ The Degree Confluence Project]&lt;br /&gt;
**Requested by e-mail, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.wikimapia.org/ WikiMapia]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied to say they're looking into it. 2007-03-29&lt;br /&gt;
*[http://www.jeeep.com/details/coord/translate.cgi?datum=83&amp;amp;lat=52.57265&amp;amp;lon=-1.911433&amp;amp;detail=1 Jeeep.com]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Advertised address bouncing, 2007-03-27&lt;br /&gt;
*[http://www.flagr.com/ Flagr]&lt;br /&gt;
**Using, but not (yet) displaying, coordinates&lt;br /&gt;
**Requested by e-mail, 2007-03-30; also suggested they display their coordinates, and mark them up as tags [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied same day to say they will &amp;quot;talk it over internally&amp;quot;&lt;br /&gt;
* Various [http://en.wikipedia.org/wiki/Geocaching#Geocache_listing_sites Geocache listing sites]&lt;br /&gt;
&lt;br /&gt;
=== Adr ===&lt;br /&gt;
Adding &amp;quot;[[adr|Adr]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*Various postcode &amp;lt;--&amp;gt; address lookup sites&lt;br /&gt;
** e.g. [http://www.royalmail.com/portal/rm/addressfinder Royal Mail (UK)] - enter a valid postcode (e.g. &amp;quot;B13 9PW&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
===rel-tag===&lt;br /&gt;
====Google as rel-tag namespace====&lt;br /&gt;
A Google search for 'sparrow' resolves to http://www.google.com/search?&amp;amp;q=sparrow, if not the unwieldy http://www.google.com/search?hs=TUz&amp;amp;hl=en&amp;amp;lr=&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-GB%3Aofficial&amp;amp;q=sparrow&amp;amp;btnG=Search - likewise http://www.google.com/search?&amp;amp;q=%22black+redstart%22 for ' &amp;quot;black redstart&amp;quot; '. If Google can be persuaded to also accept, say, '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/sparrow&amp;lt;/nowiki&amp;gt;''' and '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/black_redstart&amp;lt;/nowiki&amp;gt;''' as being equivalent (and assuming that the latter term searches for ' &amp;quot;black redstart&amp;quot; ', with the quote marks), then Google would become a namespace for rel-tag. [[User:AndyMabbett|Andy Mabbett]] 00:15, 29 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== VoteLinks ===&lt;br /&gt;
*[http://ma.gnolia.com Ma.gnolia]'s link rating system&lt;br /&gt;
**Requested: [http://wiki.ma.gnolia.com/Feature_Suggestions Feature Suggestions on wiki.ma.gnolia.com]&lt;br /&gt;
&lt;br /&gt;
===Various===&lt;br /&gt;
*eBay  (.com and localised versions)&lt;br /&gt;
** '''hCard''' - Buyer and seller address details.&lt;br /&gt;
** '''hCalendar''' - Auction end date/times.&lt;br /&gt;
** '''hReview''' - Feedback.&lt;br /&gt;
** '''hAtom''' - Recent purchases/ won/ lost/ watching etc.&lt;br /&gt;
**Requested by feedback form, 2006-12-05. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://microformats.org/discuss/mail/microformats-discuss/2006-December/007531.html eBay response of 2006-12-08]&lt;br /&gt;
&lt;br /&gt;
====IT News sites====&lt;br /&gt;
There is obviously a great deal of publicity to be gained, by having microformats used on sites about IT developments, which are likely to be read by people in a position to have microformats used, and microformat tools implemented, in their organisations. Please add to this list!&lt;br /&gt;
*[http://www.theregister.co.uk/ The Register] (UK)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.ziffdavis.com/ Ziff-Davis] media sites, e.g:&lt;br /&gt;
**[http://www.microsoft-watch.com/ Microsoft Watch]&lt;br /&gt;
**[http://www.linux-watch.com/ Linux Watch]&lt;br /&gt;
**[http://www.extremetech.com/ Extreme Tech]&lt;br /&gt;
**[http://www.webbuyersguide.com/ Web Buyer's Guide]&lt;br /&gt;
**Requested at corporate level, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.netmag.co.uk .Net magazine (UK)] (issue dated December 2006, has tutorial on microformats, by Rachel Andrew)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Other high-profile IT sites====&lt;br /&gt;
*[http://www.useit.com/ Jakob Nielsen's 'Use It'] and his [http://www.nngroup.com/ Nielsen Norman Group]&lt;br /&gt;
**Requested by e-mail, 2007-01-06. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.vivabit.com/atmedia2007/ AtMedia2007]&lt;br /&gt;
**Requested via feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Are using hCard, but will not use hCalendar, saying: &amp;quot;There are aspects of hCalendar that we are not happy using in this situation [...] It surrounds the use of the abbr element, particularly surrounding times in a table cell (the schedule will be slotted into a table once it is ready).&amp;quot; 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Science + Technology====&lt;br /&gt;
*[http://www.eurekalert.org/ Eurekalert]&lt;br /&gt;
**Requested via e-mail, 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Miscellany====&lt;br /&gt;
*[http://www.wikioutdoors.com/ WikiOutdoors]&lt;br /&gt;
**Could use hCard, Geo, and others&lt;br /&gt;
**Requested, 2007-03-14&lt;br /&gt;
**[http://www.wikioutdoors.com/forums/viewtopic.php?p=80#80 Considering] [[User:AndyMabbett|Andy Mabbett]] 04:17, 15 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Applications ==&lt;br /&gt;
&lt;br /&gt;
User-agents (browsers, etc.) should support microformats natively. For instance, a user should not need to use a third party application or web service to add address details or events from a microformat-using web page to their address book or calendar programme.&lt;br /&gt;
&lt;br /&gt;
===Browsers===&lt;br /&gt;
&lt;br /&gt;
In addition to the following, third-party developers should be encouraged to make their relevant browser add-ons microforamt aware; or to create new add-ons with microformat capabilities.&lt;br /&gt;
&lt;br /&gt;
====Firefox====&lt;br /&gt;
===== Firefox developments =====&lt;br /&gt;
*Mozilla are &amp;quot;brainstorming&amp;quot; developments for Firefox 3.0 and beyond, and have a page on microformat handling at http://wiki.mozilla.org/Firefox/Feature_Brainstorming:Microformat_Handling&lt;br /&gt;
&lt;br /&gt;
=====ReminderFox=====&lt;br /&gt;
*The makers of the [http://reminderfox.mozdev.org/ ReminderFox] extension have put hCalendar support on their [http://reminderfox.mozdev.org/userrequests.html ReminderFox &amp;quot;to do&amp;quot; list].&lt;br /&gt;
&lt;br /&gt;
=====LinkAlert=====&lt;br /&gt;
*The [http://conlan89.googlepages.com/linkalert LinkAlert] extension could signal when a link is marked as a tag (likewise for other &amp;quot;rel&amp;quot; attributes). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested by e-mail 2006-12-29. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Response 2007-01-07: &amp;quot;Thank you for your feedback, I will consider adding [...] rel in a future update.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Opera====&lt;br /&gt;
* First reference to &amp;quot;microformats&amp;quot; in the [http://my.opera.com/community/forums/topic.dml?id=169975&amp;amp;t=1166045417&amp;amp;page=1#comment1851680 Opera forums]. 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.operamini.com/ Opera Mini] (and other browsers on telephones) could especially benefit from recognising the &amp;quot;tel&amp;quot; attributes of hCard, and allowing users to dial numbers found on-line.&lt;br /&gt;
**[http://my.opera.com/community/forums/topic.dml?id=169978 Proposed on forum] 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
*Screenreaders (e.g [http://www.freedomscientific.com/fs_products/software_jaws.asp Jaws]) could recognise telephone number components of hCards, to differentiate them from other strings of digits. [[User:AndyMabbett|Andy Mabbett]] 13:02, 9 Dec 2006 (PST)&lt;br /&gt;
** Additional to this, I believe that screen reader users would benefit from being able to recognise any of the microformats.  For example, there is value in being verbally notified that a page contains &amp;quot;1 contact and 3 events&amp;quot;, or being able to seek out rel attributes with help values. [[User:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
===Publishing Platforms===&lt;br /&gt;
&lt;br /&gt;
====Blogger====&lt;br /&gt;
* Chris Messina is [http://factoryjoe.com/blog/2006/09/02/on-open-letter-to-blogger/ advocating more support in Blogger]&lt;br /&gt;
&lt;br /&gt;
====Drupal====&lt;br /&gt;
*There's a Drupal group for discussing/advocating/implementing [http://groups.drupal.org/microformats-in-drupal microformats in Drupal]&lt;br /&gt;
&lt;br /&gt;
====MediaWiki=====&lt;br /&gt;
*[http://www.mediawiki.org/wiki/MediaWiki MediaWiki]&lt;br /&gt;
** See above references to Wikipedia, which runs on MediaWiki (as does this wiki)&lt;br /&gt;
&lt;br /&gt;
====Plone====&lt;br /&gt;
*[http://plone.org/ Plone] is an Open Source Content Management System ([http://en.wikipedia.org/wiki/Plone_(content_management_system) Plone on Wikipedia]).&lt;br /&gt;
**See this [http://plone.org/events/sprints/past-sprints/calsprint/SprintTopics/?searchterm=microformats 2005 Plone user comment]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/5351 Plone feature request for rel-tag]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/6050 Plone feature request for microformats], submitted 2007-01-06 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Semantic MediaWiki=====&lt;br /&gt;
*[http://wiki.ontoworld.org/wiki/Semantic_MediaWiki]&lt;br /&gt;
** A semantic version of MediaWiki&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Web Services ==&lt;br /&gt;
&lt;br /&gt;
===30Boxes===&lt;br /&gt;
*[http://30boxes.com/ 30Boxes] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]] 13:41, 14 Jan 2007 (PST)&lt;br /&gt;
**[http://30boxes.com/forum/viewtopic.php?p=8289#8289 Upload of hCalendars requested on 30Boxes forum] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
===ClearForest===&lt;br /&gt;
*[http://sws.clearforest.com/ ClearForest Semantic Web Services ] - uses natural language processing tools to recognise people, organisations, places, events and CVs (resumes) in web pages. Would benefit from recognising hCard, hResume, hCalendar, Geo, Adr, etc. Could also use them in its output. [[User:AndyMabbett|Andy Mabbett]] 05:09, 6 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===ma.gnolia===&lt;br /&gt;
*[http://wiki.ma.gnolia.com/Microformat_Feature_Requests Microformat Feature Requests on ma.gnolia wiki]&lt;br /&gt;
&lt;br /&gt;
===Upcoming===&lt;br /&gt;
*[http://upcoming.org/ Upcoming] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://community.upcoming.org/w/index.php/Suggestion_Box#Upload_events_from_microformatted_pages Upload of hCalendars requested on Upcoming wiki] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
== Successes ==&lt;br /&gt;
&lt;br /&gt;
=== hCard Successes ===&lt;br /&gt;
&lt;br /&gt;
*Details of hCard should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCard page]&lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-25. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*W3C&lt;br /&gt;
**{{SuccessMarker}} '''W3C webmaster''' [http://www.w3.org/People/Jean-Gui/ Jean-Guilhem Rouel] now has an hCard. [[User:AndyMabbett|Andy Mabbett]] 15:41, 4 Apr 2007 (PDT)&lt;br /&gt;
*{{SuccessMarker}}Wikipedia-EN - starting to roll-out&lt;br /&gt;
**UK Railway station template, e.g. [http://en.wikipedia.org/wiki/Birmingham_New_Street Birmingham New Street station] (includes Geo)&lt;br /&gt;
&lt;br /&gt;
=== hCalendar Successes===&lt;br /&gt;
&lt;br /&gt;
*Details of hCalendar should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCalendar page] &lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-27. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.radiotimes.com/ Radio Times] (BBC, UK)&lt;br /&gt;
** Requested by e-mail [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** {{SuccessMarker}} 2007-03&lt;br /&gt;
&lt;br /&gt;
=== hReview successes ===&lt;br /&gt;
*[http://www.birderslibrary.com/ The Birder's Library] &lt;br /&gt;
**[http://www.birdforum.net/showthread.php?p=779886#post779886 Requested]; confirmed under development, 2006-12-18.&lt;br /&gt;
** '''Success''' e.g. [http://www.birderslibrary.com/reviews/dvd/audubon_video_guide.htm Audubon VideoGuide to 505 Birds of North America]. Apparently from 2007-01-18 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Geo Successes===&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**All articles on places, e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England]&lt;br /&gt;
**See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
**{{SuccessMarker}} achieved 2006-12-13, per [http://wikitravel.org/shared/Tech:Add_SpecialMap_using_Mapstraction_link_for_geo-tagged_pages_and_for_single_listings] see, for example, [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.poi66.com/ POI66]&lt;br /&gt;
**Requested by e-mail, 2007-03-23 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}}  - over '''58,500''' waypoints geo-formatted, in under 4 hours from initial contact!&lt;br /&gt;
*[http://www.geograph.org.uk Geograph British Isles]&lt;br /&gt;
**Requested by feedback form, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - over '''370,000''' examples, within 30 minutes of request being submitted!&lt;br /&gt;
*[http://www.addressfix.com/ AddressFix]&lt;br /&gt;
**Requested via feedback form, 2007-01-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - valid postal addresses/ places converted, within one day of request being submitted.&lt;br /&gt;
*Wikipedia&lt;br /&gt;
**{{SuccessMarker}}  Wikipedia-EN&lt;br /&gt;
***Articles on places, e.g. [http://en.wikipedia.org/wiki/Great_Barr Wikipedia - Great Barr] (roll-out ongoing)  2007-03&lt;br /&gt;
***'''All''' map link pages linked to from the same, e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?params=52.548_N_1.932_W_ maps for Wikipedia-EN article on Great Barr]  2007-03&lt;br /&gt;
***See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-DE&lt;br /&gt;
***'''All''' map link pages  e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?language=de&amp;amp;params=52_28_47_N_1_53_51_W_type:city_region:GB maps for Wikipedia-DE article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-NL&lt;br /&gt;
***'''All''' map link pages  e.g. [http://www.nsesoftware.nl/wiki/maps.asp?params=52_28_47_N_1_53_51_W_type:city_region:GB&amp;amp;src=Birmingham_%28Engeland%29 maps for Wikipedia-NL article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} GIS-Wiki's &amp;quot;[http://www.giswiki.org/hjl_get_CoorE.htm hjl_getCoor]&amp;quot; now outputs Geo markup, from a Google Maps API.&lt;br /&gt;
&lt;br /&gt;
==Rejections==&lt;br /&gt;
&lt;br /&gt;
===hCalendar rejections===&lt;br /&gt;
*[http://www.dti.gov.uk/employment/bank-public-holidays/index.html DTI: Bank Holidays] (not Scotland)&lt;br /&gt;
** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
***Response: &amp;quot;At the moment we have no plans to use hCalendar or hCard coding due to unresolved concerns about accessibility issues (especially text-to-speech readers), however, we thank you for your suggestion.&amp;quot;&lt;br /&gt;
***Request for clarification of concerns unanswered.&lt;br /&gt;
&lt;br /&gt;
===Geo rejections===&lt;br /&gt;
*[http://www.geocaching.com/ geocaching.com]&lt;br /&gt;
**Requested via feedback form, 2007-01-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**&amp;quot;The true benefit of this appears to be allowing sharing between sites [this] is something that GC specifically guards against so would be a major detriment. And most importantly when discussing a site or piece of software that is running smoothly, if it ain't broke, don't fix it. There just does not seem to be a benefit to GC's current plans.&amp;quot; 2007-04-02&lt;br /&gt;
&lt;br /&gt;
== Comparisons With Alternative Approaches ==&lt;br /&gt;
&lt;br /&gt;
=== CalDAV ===&lt;br /&gt;
The CalDAV protocol should not be considered an 'alternative' approach as the two are not mutually exclusive. For more information, see:&lt;br /&gt;
*http://ietf.osafoundation.org/caldav/&lt;br /&gt;
*http://trac.calendarserver.org/projects/calendarserver&lt;br /&gt;
&lt;br /&gt;
====Apple Support Tickets====&lt;br /&gt;
Calendar Server hCalendar input/output: http://trac.macosforge.org/projects/calendarserver/ticket/19&lt;br /&gt;
Wiki Server hCalendar output (internal RDAR ticket)&lt;br /&gt;
&lt;br /&gt;
====Brian Suda====&lt;br /&gt;
The other great thing about exposing your data as microformats, is that the data becomes Open Data. Will the general public have access to the CalDAV? (probably not) and even if they did, it will probably only serve-up .ics files... what if i don't want ICS? i need to then hack that around to get it into the format that i want... if the data were in the HTML to begin with, then i could EASILY convert that to any format i wanted. Also, sites like http://pingerati.net/ will happily take in hCalendar data and aggregate it, make your data more valuable and easily slurped up by other providers - i don't see that happening as easily with a CalDAV.&lt;br /&gt;
&lt;br /&gt;
====James Craig====&lt;br /&gt;
Brian, you seem to be under the opinion that CalDAV is a competitor to hCalendar. It is not. The two are not mutually exclusive. CalDAV data is as open as the owner wants to make it; the same as hCalendar data. The general public will have as much access to it as they do with any open source project, and your comments about ICS files are completely misinformed. Perhaps you could make (or link to) an informed comparison, rather than just guessing what CalDAV may or may not do. Your statements don't really add to the content of this page. Disclaimer: My employer has a vested interest in seeing CalDAV succeed. I have a vested interest in seeing that BOTH hCalendar and CalDAV succeed. &lt;br /&gt;
&lt;br /&gt;
====Kevin Marks====&lt;br /&gt;
With respect to CalDAV: I spoke to the CalDAV chaps at Apple about this, they have hCalendar support as a ticket in their db:&lt;br /&gt;
http://trac.macosforge.org/projects/calendarserver/ticket/19&lt;br /&gt;
&lt;br /&gt;
=== Microsoft Exchange Server ===&lt;br /&gt;
Exchnage Server info to be added.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[press]]&lt;br /&gt;
* [[spread-microformats]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=haudio&amp;diff=16393</id>
		<title>haudio</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=haudio&amp;diff=16393"/>
		<updated>2007-05-02T17:22:21Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Podcast Example */ updating example at manu's req (these, too)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;hAudio 0.2&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[haudio|hAudio]] is a simple, open, distributed format, suitable for embedding information about audio recordings in (X)HTML, Atom, RSS, and arbitrary XML. hAudio is one of several [[microformats]] open standards.&lt;br /&gt;
&lt;br /&gt;
== hAudio Microformat Draft Specification 2007-04-18 ==&lt;br /&gt;
&lt;br /&gt;
; Editor: [[User:ManuSporny | Manu Sporny]], [http://www.bitmunk.com/ Bitmunk] - [http://blog.digitalbazaar.com Digital Bazaar], Inc.&lt;br /&gt;
; Authors: [[User:ManuSporny | Manu Sporny]], [http://www.bitmunk.com/ Bitmunk] - [http://blog.digitalbazaar.com Digital Bazaar], Inc.&lt;br /&gt;
: Martin McEvoy&lt;br /&gt;
: Alexandre Van De Sande&lt;br /&gt;
: Michael Johnson&lt;br /&gt;
: Dave Longley&lt;br /&gt;
&lt;br /&gt;
Microformats [[#Copyright]] and [[#Patents]] statements apply.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
It is difficult for a browser to extract semantic information about an audio recording described on a web page. Metadata such as speaker, musician, publisher, label, title of the work, release date, acquisition link, related image artwork and tags provide relevant context for the audio recording.&lt;br /&gt;
&lt;br /&gt;
Having such information marked up can provide a number of benefits to the viewer. If a web browser understands that a particular web page contains a song performed by an artist, it can produce richer interactions. For example, specific searches may be performed for artists and songs via general search services such as Google and Wikipedia. Specific search services may also be queried such as MusicBrainz, The Internet Archive, FreeDB, or Bitmunk. Additionally, classification by crawlers can become more accurate. If there are 20 tracks found on a page done by the same artist, and that content consumes a significant portion of the page, it can be assumed that the page is not only about music, but also about a particular artist.&lt;br /&gt;
&lt;br /&gt;
In order to enable and encourage the sharing, distribution, syndication, and aggregation of audio content, the authors propose the hAudio microformat, an open standard for distributed audio metadata. The authors have researched both numerous [[audio-info-examples]] in the wild and earlier attempts at [[audio-info-formats]], and have designed hAudio around a simple minimal schema for audio content.  Feedback is encouraged on the [[haudio-feedback|hAudio feedback]] page.&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
&lt;br /&gt;
Many thanks to the various individuals that did research and proposed ideas and discussion related to media info and audio info in general. Among the many participants are [[RodBegbie]], Dean Hudson, [http://tantek.com/log/ Tantek Çelik], [http://napsterization.org/stories/ Mary Hodder], [http://joshkinberg.com/blog/ Joshua Kinberg], ChrisMessina, and [http://onlisareinsradar.com/ Lisa Rein].&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
&lt;br /&gt;
Audio content consistently share several common fields.  Where possible hAudio has been based on this minimal common subset.&lt;br /&gt;
&lt;br /&gt;
==== Out of scope ====&lt;br /&gt;
&lt;br /&gt;
Fields that are type-specific have been omitted from hAudio.  It is important that hAudio be kept simple and minimal from the start.  Additional features can be added as deemed necessary by practical implementation experience.&lt;br /&gt;
&lt;br /&gt;
The concept of a universal audio identifier, that is, how to identify the same audio album, song, speech, or podcast across different music and audio sites, though something very useful to have, is outside the scope of this format.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
The hAudio format is based on a set of fields common to numerous audio content sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
The hAudio schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* hAudio ('''&amp;lt;code&amp;gt;haudio&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''work-title'''. required. text.&lt;br /&gt;
** '''contributor'''. optional. using [[hCard]].&lt;br /&gt;
*** suggested ''''role''''s: speaker, artist, composer, band, publisher&lt;br /&gt;
** '''published-date'''. optional. using [[datetime-design-pattern]].&lt;br /&gt;
** '''sample'''. optional. using [[rel-design-pattern]] with &amp;lt;code&amp;gt;sample&amp;lt;/code&amp;gt; as the &amp;lt;code&amp;gt;mf-rel-value&amp;lt;/code&amp;gt;.&lt;br /&gt;
** '''acquire'''. optional. using [[rel-design-pattern]] with &amp;lt;code&amp;gt;acquire&amp;lt;/code&amp;gt; as the &amp;lt;code&amp;gt;mf-rel-value&amp;lt;/code&amp;gt;.&lt;br /&gt;
** '''image-summary'''. optional. using HTML and XHTML tag &amp;lt;code&amp;gt;img&amp;lt;/code&amp;gt;.&lt;br /&gt;
** '''genre'''. optional. text.&lt;br /&gt;
** '''length'''. optional. time in seconds using [[abbr-design-pattern]].&lt;br /&gt;
** '''price'''. optional. using [[currency-proposal]].&lt;br /&gt;
&lt;br /&gt;
'''tracks''', '''songs''', and '''parts''' in general are specified by embedding hAudio's inside of hAudios and using the ideas put forth in [[grouping-brainstorming]] and [[grouping-proposal]]. Defining parts of an hAudio will not be complete without a complete grouping draft/specification.&lt;br /&gt;
&lt;br /&gt;
=== Field details ===&lt;br /&gt;
&lt;br /&gt;
The fields of the hAudio schema represent the following:&lt;br /&gt;
&lt;br /&gt;
==== hAudio ====&lt;br /&gt;
&lt;br /&gt;
An hAudio is used to identify and describe metadata associated with a particular audio recording.&lt;br /&gt;
&lt;br /&gt;
* an hAudio element is identified by class name &amp;lt;code&amp;gt;haudio&amp;lt;/code&amp;gt;&lt;br /&gt;
* hAudio content may contain other hAudios. This is most prevalent when describing Audio Albums. The outermost container is an hAudio describing an album, while the inner hAudios are the tracks in the album.&lt;br /&gt;
&lt;br /&gt;
==== Work Title ====&lt;br /&gt;
&lt;br /&gt;
A Work Title is a short textual description used to identify an audio recording among interested parties. This can be the title of a speech, album title, song title, or short description regarding a sound effect.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;work-title&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MUST have a Work Title.&lt;br /&gt;
&lt;br /&gt;
==== Contributor ====&lt;br /&gt;
&lt;br /&gt;
A Contributor is any entity that takes part in the creation and distribution of an audio recording. Examples include: artist, publisher, guitarist, vocalist, violinist, lead singer, backup singer, bassist, drummer, manager, and roadie.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;contributor&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more contributors.&lt;br /&gt;
* The contents of the element must include a valid [[hCard]] Microformat.&lt;br /&gt;
* The &amp;lt;code&amp;gt;role&amp;lt;/code&amp;gt; field should be used to specify the Contributor's responsibility related to the audio recording.&lt;br /&gt;
* If multiple Contributors are specified without &amp;lt;code&amp;gt;role&amp;lt;/code&amp;gt; specifications, it may be assumed that the first role mentioned is the creator.&lt;br /&gt;
&lt;br /&gt;
==== Published Date ====&lt;br /&gt;
&lt;br /&gt;
The Published Date specifies the date that the audio recording was made available to the public. Examples include: The airing date of a radio broadcast, the day a speech was given, or the day a music album was made available for sale.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;published-date&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;published-date&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The contents of the element must include a date format compliant with the [[datetime-design-pattern]].&lt;br /&gt;
&lt;br /&gt;
==== Sample URL ====&lt;br /&gt;
&lt;br /&gt;
A Sample URL specifies from where an excerpt of the audio recording may be retrieved. &lt;br /&gt;
&lt;br /&gt;
* The element is identified by a URL fitting the [[rel-design-pattern]], the rel content being &amp;lt;code&amp;gt;sample&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more URL &amp;lt;code&amp;gt;sample&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The URL SHOULD point to a directly accessible stream or file.&lt;br /&gt;
* The type of the sample MAY be specified by using the &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; specifier for a URL.&lt;br /&gt;
&lt;br /&gt;
==== Acquire ====&lt;br /&gt;
&lt;br /&gt;
An Acquire URL specifies from where the full version of an audio recording may be retrieved. The URL can point to a process required (such as purchasing) that must be completed to acquire the audio recording.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by a URL fitting the [[rel-design-pattern]], the rel content being &amp;lt;code&amp;gt;acquire&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;acquire&amp;lt;/code&amp;gt; URLs.&lt;br /&gt;
* The type of the file MAY be specified by using the &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; specifier for a URL.&lt;br /&gt;
&lt;br /&gt;
==== Image Summary ====&lt;br /&gt;
&lt;br /&gt;
An Image Summary specifies an image that should be used to summarize the audio recording. Examples include: the image of a speaker, an audio album cover image, and a picture from a concert.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;image-summary&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;image-summary&amp;lt;/code&amp;gt; images.&lt;br /&gt;
* The contents of the element must be wrapped in the &amp;amp;lt;img&amp;amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
==== Genre ====&lt;br /&gt;
&lt;br /&gt;
The Genre specifies the category used to classify the audio recording. Examples include: blues, rock, motivational, spoken word, or sound effect.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;genre&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;genre&amp;lt;/code&amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
==== Length ====&lt;br /&gt;
&lt;br /&gt;
The Length specifies the length of the audio recording in seconds. Examples include: 104 seconds, 3:23, and 4 minutes.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;length&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one &amp;lt;code&amp;gt;length&amp;lt;/code&amp;gt; element.&lt;br /&gt;
* The contents of the element SHOULD use the [[abbr-design-pattern]].&lt;br /&gt;
&lt;br /&gt;
==== Price ====&lt;br /&gt;
&lt;br /&gt;
The Price specifies the amount of currency that must be exchanged for acquisition of a full specimen of the audio recording. Examples include: One Dollar, $2, and £4.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;price&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;price&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
* The contents of the element SHOULD use the [[currency-proposal]].&lt;br /&gt;
&lt;br /&gt;
==== Grouping (Albums, Songs, and Tracks) ====&lt;br /&gt;
&lt;br /&gt;
hAudio defines a method to specify albums, songs and tracks. The grouping and xoxo Microformats are used to provide the concept of sets, collections, groups and lists. Use of these two Microformats allow for the creation of Albums, Podcasts, Multi-part speeches, and relationships between audio recordings.&lt;br /&gt;
&lt;br /&gt;
* A group is identified by using the grouping Microformat with the hAudio class.&lt;br /&gt;
* hAudio MAY encapsulate one or more &amp;lt;code&amp;gt;haudio&amp;lt;/code&amp;gt; class tags.&lt;br /&gt;
* Grouping information between hAudio is specified using the grouping Microformat (and only the grouping Microformat).&lt;br /&gt;
* Sets that require a particular order (aka: Lists) must use the xoxo Microformat to define that order.&lt;br /&gt;
&lt;br /&gt;
=== More Semantic Equivalents ===&lt;br /&gt;
&lt;br /&gt;
For some properties there is a more semantic equivalent, and therefore they get special treatment, e.g.: &lt;br /&gt;
&lt;br /&gt;
* For any &amp;quot;url&amp;quot;, use &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with the class name 'haudio' in hAudio.&lt;br /&gt;
* And for &amp;quot;image-summary&amp;quot;, use &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;image-summary&amp;quot; src=&amp;quot;...&amp;quot; alt=&amp;quot;Photo of ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==== Language ====&lt;br /&gt;
&lt;br /&gt;
* To explicitly convey the natural language that an hAudio is written in, use the standard (X)HTML 'lang' attribute on the element with class=&amp;quot;haudio&amp;quot;, e.g. &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;haudio&amp;quot; lang=&amp;quot;en&amp;quot;&amp;amp;gt; ... &amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; If portions of an hAudio (e.g. the item name) are in a different language, use the 'lang' attribute on those portions.&lt;br /&gt;
* hAudio processors which need to handle the language of reviews MUST process the standard (X)HTML 'lang' attribute as specified.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine Readable ===&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then its '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute is used for the value of the property, instead of the contents of the element, which can then be used to provide a user-friendly alternate presentation of the value. &lt;br /&gt;
&lt;br /&gt;
Similarly, if an &amp;lt;code&amp;gt;&amp;lt;img /&amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it MUST be treated as follows: &lt;br /&gt;
&lt;br /&gt;
# For the &amp;quot;image-summary&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;src=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value. &lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;lt;img /&amp;gt;&amp;lt;/code&amp;gt; element's '&amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt;' attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
* By marking up audio content with the hAudio microformat, the expectation is communicated that information about the content MAY be indexed.  This has no impact on the copyright of the content itself which the publisher may explicitly specify using [[rel-license]] as specified above.&lt;br /&gt;
* The enumerated list of item types is under development and may be extended.&lt;br /&gt;
* Each type may have custom hAudio fields that follow the common set.&lt;br /&gt;
* Additional details about a particular item should be specified with the rest of the item's info at the URL provided for the item.&lt;br /&gt;
&lt;br /&gt;
== XMDP Profile ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt&amp;gt;class&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/global.html#adef-class&amp;quot;&amp;gt;&lt;br /&gt;
   HTML4 definition of the 'class' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
  This meta data profile defines some 'class' attribute values (class names) &lt;br /&gt;
  and their meanings as suggested by a &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://www.w3.org/TR/WD-htmllink-970328#profile&amp;quot;&amp;gt;&lt;br /&gt;
   draft of &amp;quot;Hypertext Links in HTML&amp;quot;&amp;lt;/a&amp;gt;.&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;haudio&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to identify and describe metadata associated with a particular audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;work-title&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    A short textual description used to identify an audio recording among interested parties.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;collaborator&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    An entity that takes part in the creation and distribution of an audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;release-date&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The date that the audio recording was made available to the public.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;image-summary&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    An image that should be used to summarize the audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;genre&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The category used to classify the audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;length&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The length of the audio recording in seconds.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;price&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The amount of currency that must be exchanged for acquisition of a full specimen of the audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Here are a few examples of audio content from current web sites, and how they could be easily enhanced to support the hAudio audio metadata microformat.  &lt;br /&gt;
&lt;br /&gt;
Want to write valid [[haudio|hAudio]]?  Use the [http://microformats.org/code/haudio/creator hAudio creator] (not implemented yet) to write about audio content and publish it on your blog.&lt;br /&gt;
&lt;br /&gt;
=== Simple Song Example ===&lt;br /&gt;
&lt;br /&gt;
Display:&lt;br /&gt;
&lt;br /&gt;
Start Wearing Purple by Gogol Bordello&lt;br /&gt;
&lt;br /&gt;
Microformatted XHTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Start Wearing Purple&amp;lt;/span&amp;gt; by &lt;br /&gt;
   &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;Gogol Bordello&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Speech Example ===&lt;br /&gt;
&lt;br /&gt;
Display:&lt;br /&gt;
&lt;br /&gt;
I Have a Dream, a speech by Martin Luther King Jr.&lt;br /&gt;
&lt;br /&gt;
Microformatted XHTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;I Have a Dream&amp;lt;/span&amp;gt;, a &lt;br /&gt;
   &amp;lt;span class=&amp;quot;genre&amp;quot;&amp;gt;speech&amp;lt;/span&amp;gt; by &lt;br /&gt;
   &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;Martin Luther King Jr.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Audio Album Example ===&lt;br /&gt;
&lt;br /&gt;
Display:&lt;br /&gt;
&lt;br /&gt;
Black Horse and The Cherry Tree by KT Tunstall&lt;br /&gt;
&lt;br /&gt;
# Black Horse &amp;amp; The Cherry Tree&lt;br /&gt;
# One Day [Live]&lt;br /&gt;
&lt;br /&gt;
Microformatted XHTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio grouping.ktsampler&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Black Horse and The Cherry Tree&amp;lt;/span&amp;gt; by&lt;br /&gt;
 &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;KT Tunstall&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;ol class=&amp;quot;xoxo&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;haudio grouping.ktsampler.bh&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Black Horse &amp;amp; The Cherry Tree&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;haudio grouping.ktsampler.od&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;One Day [Live]&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Podcast Example ===&lt;br /&gt;
&lt;br /&gt;
Display:&lt;br /&gt;
&lt;br /&gt;
BBC Today Podcasts for Saturday, 28 April 2007.&lt;br /&gt;
&lt;br /&gt;
* 8.10 Interview - Nottingham has become pivotal in the local elections.&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/today/today_20070428-0810_40_st.mp3 Download 8.10 Interview]&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/today/rss.xml Add to RSS]&lt;br /&gt;
* The Today Lead Interviews - The Today Programme morning briefing, ten to eight and half past eight interviews.&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/todayleadscombined/todayleadscombined_20070428-0900_40_st.mp3 Download the Today Lead Interviews]&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/today/rss.xml Add to RSS]&lt;br /&gt;
* BBC Radio NewsPod - Daily programme highlights from across BBC Radio News.&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radionews/bbcradionewspod/bbcradionewspod_20070427-1800_40_st.mp3 Download BBC Radio NewsPod]&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/today/rss.xml Add to RSS]&lt;br /&gt;
&lt;br /&gt;
Microformatted XHTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio grouping.today-podcast&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;BBC Today Podcasts&amp;lt;/span&amp;gt; for &lt;br /&gt;
 &amp;lt;abbr class=&amp;quot;release-date&amp;quot; title=&amp;quot;20070428&amp;quot;&amp;gt;Saturday, 28 April 2007&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;haudio grouping.today-podcast.810-interview&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;8.10 Interview&amp;lt;/span&amp;gt; - &lt;br /&gt;
   Nottingham has become pivotal in the local elections.&lt;br /&gt;
   &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a rel=&amp;quot;acquire&amp;quot; href=&amp;quot;http://downloads.bbc...-0810_40_st.mp3&amp;quot;&amp;gt;Download 8.10 Interview&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://downloads.bbc...today/rss.xml&amp;quot;&amp;gt;Add to RSS&amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;haudio grouping.today-podcast.the-today-lead-interviews&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;The Today Lead Interviews&amp;lt;/span&amp;gt; - &lt;br /&gt;
   The Today Programme morning briefing, ten to eight and half past eight interviews.&lt;br /&gt;
   &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a rel=&amp;quot;acquire&amp;quot; href=&amp;quot;http://downloads.bbc...-0900_40_st.mp3&amp;quot;&amp;gt;Download the Today Lead Interviews&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://downloads.bbc...today/rss.xml&amp;quot;&amp;gt;Add to RSS&amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;haudio grouping.today-podcast.bbc-radio-newspod&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;BBC Radio NewsPod&amp;lt;/span&amp;gt; - &lt;br /&gt;
   Daily programme highlights from across BBC Radio News.&lt;br /&gt;
   &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a rel=&amp;quot;acquire&amp;quot; href=&amp;quot;http://downloads.bbc...-1800_40_st.mp3&amp;quot;&amp;gt;Download BBC Radio NewsPod&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://downloads.bbc...today/rss.xml&amp;quot;&amp;gt;Add to RSS&amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Complex hAudio Example ===&lt;br /&gt;
&lt;br /&gt;
'''NEED AN EXAMPLE'''&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''. &lt;br /&gt;
&lt;br /&gt;
See [[haudio-implementations|hAudio Implementations]].&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* ISO.8601.1988&lt;br /&gt;
** International Organization for Standardization, &amp;quot;Data elements and interchange formats - Information interchange - Representation of dates and times&amp;quot;, ISO Standard 8601, June 1988.&lt;br /&gt;
* [http://www.w3.org/TR/1998/NOTE-datetime-19980827 W3C NOTE-datetime-19980827]&lt;br /&gt;
* [http://www.w3.org/Consortium/Patent-Policy-20040205/ W3C Patent Policy]&lt;br /&gt;
* Other audio metadata efforts. See [[audio-info-formats]].&lt;br /&gt;
&lt;br /&gt;
==== Similar Work ====&lt;br /&gt;
* [[media-info-examples]]&lt;br /&gt;
* [[media-info-formats]]&lt;br /&gt;
* [[grouping-examples]]&lt;br /&gt;
* [[grouping-brainstorming]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
This document and specification is distributed under a [http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 license]. It is licensed and can be used royalty-free for any purpose.&lt;br /&gt;
&lt;br /&gt;
The authors intend to submit this specification to a standards body with a liberal copyright/licensing policy such as the GMPG (http://gmpg.org/), IETF (http://ietf.org/), and/or W3C (http://w3.org). Anyone wishing to contribute should read each organizations copyright principles, policies and licenses (e.g. the GMPG Principles (http://gmpg.org/principles)) and agree to them, including licensing of all contributions under all required licenses (e.g. CC-by 1.0 (http://creativecommons.org/licenses/by/1.0/) and later), before contributing.&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
&lt;br /&gt;
The authors of this Microformat have not and will not apply for patents covering any invention covering this Microformat in part or as a whole. There are no claims to any patent in this document. Each author is required to report any known patent issues immediately under this section.&lt;br /&gt;
&lt;br /&gt;
This document and specification is distributed under a royalty free patent policy, e.g. per the W3C Patent Policy (http://www.w3.org/Consortium/Patent-Policy-20040205/), and IETF RFC3667 (http://www.ietf.org/rfc/rfc3667.txt) &amp;amp; RFC3668 (http://www.ietf.org/rfc/rfc3668.txt).&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. &lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[audio-info-brainstorming]]&lt;br /&gt;
*[[audio-info-examples]]&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{haudio-related-pages}}&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=haudio&amp;diff=16389</id>
		<title>haudio</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=haudio&amp;diff=16389"/>
		<updated>2007-05-02T17:14:50Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Podcast Example */ updating example at manu's req&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;hAudio 0.2&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[haudio|hAudio]] is a simple, open, distributed format, suitable for embedding information about audio recordings in (X)HTML, Atom, RSS, and arbitrary XML. hAudio is one of several [[microformats]] open standards.&lt;br /&gt;
&lt;br /&gt;
== hAudio Microformat Draft Specification 2007-04-18 ==&lt;br /&gt;
&lt;br /&gt;
; Editor: [[User:ManuSporny | Manu Sporny]], [http://www.bitmunk.com/ Bitmunk] - [http://blog.digitalbazaar.com Digital Bazaar], Inc.&lt;br /&gt;
; Authors: [[User:ManuSporny | Manu Sporny]], [http://www.bitmunk.com/ Bitmunk] - [http://blog.digitalbazaar.com Digital Bazaar], Inc.&lt;br /&gt;
: Martin McEvoy&lt;br /&gt;
: Alexandre Van De Sande&lt;br /&gt;
: Michael Johnson&lt;br /&gt;
: Dave Longley&lt;br /&gt;
&lt;br /&gt;
Microformats [[#Copyright]] and [[#Patents]] statements apply.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Introduction ==&lt;br /&gt;
&lt;br /&gt;
It is difficult for a browser to extract semantic information about an audio recording described on a web page. Metadata such as speaker, musician, publisher, label, title of the work, release date, acquisition link, related image artwork and tags provide relevant context for the audio recording.&lt;br /&gt;
&lt;br /&gt;
Having such information marked up can provide a number of benefits to the viewer. If a web browser understands that a particular web page contains a song performed by an artist, it can produce richer interactions. For example, specific searches may be performed for artists and songs via general search services such as Google and Wikipedia. Specific search services may also be queried such as MusicBrainz, The Internet Archive, FreeDB, or Bitmunk. Additionally, classification by crawlers can become more accurate. If there are 20 tracks found on a page done by the same artist, and that content consumes a significant portion of the page, it can be assumed that the page is not only about music, but also about a particular artist.&lt;br /&gt;
&lt;br /&gt;
In order to enable and encourage the sharing, distribution, syndication, and aggregation of audio content, the authors propose the hAudio microformat, an open standard for distributed audio metadata. The authors have researched both numerous [[audio-info-examples]] in the wild and earlier attempts at [[audio-info-formats]], and have designed hAudio around a simple minimal schema for audio content.  Feedback is encouraged on the [[haudio-feedback|hAudio feedback]] page.&lt;br /&gt;
&lt;br /&gt;
=== Inspiration and Acknowledgments ===&lt;br /&gt;
&lt;br /&gt;
Many thanks to the various individuals that did research and proposed ideas and discussion related to media info and audio info in general. Among the many participants are [[RodBegbie]], Dean Hudson, [http://tantek.com/log/ Tantek Çelik], [http://napsterization.org/stories/ Mary Hodder], [http://joshkinberg.com/blog/ Joshua Kinberg], ChrisMessina, and [http://onlisareinsradar.com/ Lisa Rein].&lt;br /&gt;
&lt;br /&gt;
=== Scope ===&lt;br /&gt;
&lt;br /&gt;
Audio content consistently share several common fields.  Where possible hAudio has been based on this minimal common subset.&lt;br /&gt;
&lt;br /&gt;
==== Out of scope ====&lt;br /&gt;
&lt;br /&gt;
Fields that are type-specific have been omitted from hAudio.  It is important that hAudio be kept simple and minimal from the start.  Additional features can be added as deemed necessary by practical implementation experience.&lt;br /&gt;
&lt;br /&gt;
The concept of a universal audio identifier, that is, how to identify the same audio album, song, speech, or podcast across different music and audio sites, though something very useful to have, is outside the scope of this format.&lt;br /&gt;
&lt;br /&gt;
== Semantic XHTML Design Principles ==&lt;br /&gt;
&lt;br /&gt;
{{semantic-xhtml-design-principles}}&lt;br /&gt;
&lt;br /&gt;
== Format ==&lt;br /&gt;
&lt;br /&gt;
=== In General ===&lt;br /&gt;
The hAudio format is based on a set of fields common to numerous audio content sites and formats in use today on the web.  Where possible field names have been chosen based on those defined by the related [[hcard|hCard]] standards.&lt;br /&gt;
&lt;br /&gt;
=== Schema ===&lt;br /&gt;
&lt;br /&gt;
The hAudio schema consists of the following:&lt;br /&gt;
&lt;br /&gt;
* hAudio ('''&amp;lt;code&amp;gt;haudio&amp;lt;/code&amp;gt;''')&lt;br /&gt;
** '''work-title'''. required. text.&lt;br /&gt;
** '''contributor'''. optional. using [[hCard]].&lt;br /&gt;
*** suggested ''''role''''s: speaker, artist, composer, band, publisher&lt;br /&gt;
** '''published-date'''. optional. using [[datetime-design-pattern]].&lt;br /&gt;
** '''sample'''. optional. using [[rel-design-pattern]] with &amp;lt;code&amp;gt;sample&amp;lt;/code&amp;gt; as the &amp;lt;code&amp;gt;mf-rel-value&amp;lt;/code&amp;gt;.&lt;br /&gt;
** '''acquire'''. optional. using [[rel-design-pattern]] with &amp;lt;code&amp;gt;acquire&amp;lt;/code&amp;gt; as the &amp;lt;code&amp;gt;mf-rel-value&amp;lt;/code&amp;gt;.&lt;br /&gt;
** '''image-summary'''. optional. using HTML and XHTML tag &amp;lt;code&amp;gt;img&amp;lt;/code&amp;gt;.&lt;br /&gt;
** '''genre'''. optional. text.&lt;br /&gt;
** '''length'''. optional. time in seconds using [[abbr-design-pattern]].&lt;br /&gt;
** '''price'''. optional. using [[currency-proposal]].&lt;br /&gt;
&lt;br /&gt;
'''tracks''', '''songs''', and '''parts''' in general are specified by embedding hAudio's inside of hAudios and using the ideas put forth in [[grouping-brainstorming]] and [[grouping-proposal]]. Defining parts of an hAudio will not be complete without a complete grouping draft/specification.&lt;br /&gt;
&lt;br /&gt;
=== Field details ===&lt;br /&gt;
&lt;br /&gt;
The fields of the hAudio schema represent the following:&lt;br /&gt;
&lt;br /&gt;
==== hAudio ====&lt;br /&gt;
&lt;br /&gt;
An hAudio is used to identify and describe metadata associated with a particular audio recording.&lt;br /&gt;
&lt;br /&gt;
* an hAudio element is identified by class name &amp;lt;code&amp;gt;haudio&amp;lt;/code&amp;gt;&lt;br /&gt;
* hAudio content may contain other hAudios. This is most prevalent when describing Audio Albums. The outermost container is an hAudio describing an album, while the inner hAudios are the tracks in the album.&lt;br /&gt;
&lt;br /&gt;
==== Work Title ====&lt;br /&gt;
&lt;br /&gt;
A Work Title is a short textual description used to identify an audio recording among interested parties. This can be the title of a speech, album title, song title, or short description regarding a sound effect.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;work-title&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MUST have a Work Title.&lt;br /&gt;
&lt;br /&gt;
==== Contributor ====&lt;br /&gt;
&lt;br /&gt;
A Contributor is any entity that takes part in the creation and distribution of an audio recording. Examples include: artist, publisher, guitarist, vocalist, violinist, lead singer, backup singer, bassist, drummer, manager, and roadie.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;contributor&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more contributors.&lt;br /&gt;
* The contents of the element must include a valid [[hCard]] Microformat.&lt;br /&gt;
* The &amp;lt;code&amp;gt;role&amp;lt;/code&amp;gt; field should be used to specify the Contributor's responsibility related to the audio recording.&lt;br /&gt;
* If multiple Contributors are specified without &amp;lt;code&amp;gt;role&amp;lt;/code&amp;gt; specifications, it may be assumed that the first role mentioned is the creator.&lt;br /&gt;
&lt;br /&gt;
==== Published Date ====&lt;br /&gt;
&lt;br /&gt;
The Published Date specifies the date that the audio recording was made available to the public. Examples include: The airing date of a radio broadcast, the day a speech was given, or the day a music album was made available for sale.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;published-date&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;published-date&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The contents of the element must include a date format compliant with the [[datetime-design-pattern]].&lt;br /&gt;
&lt;br /&gt;
==== Sample URL ====&lt;br /&gt;
&lt;br /&gt;
A Sample URL specifies from where an excerpt of the audio recording may be retrieved. &lt;br /&gt;
&lt;br /&gt;
* The element is identified by a URL fitting the [[rel-design-pattern]], the rel content being &amp;lt;code&amp;gt;sample&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more URL &amp;lt;code&amp;gt;sample&amp;lt;/code&amp;gt;s.&lt;br /&gt;
* The URL SHOULD point to a directly accessible stream or file.&lt;br /&gt;
* The type of the sample MAY be specified by using the &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; specifier for a URL.&lt;br /&gt;
&lt;br /&gt;
==== Acquire ====&lt;br /&gt;
&lt;br /&gt;
An Acquire URL specifies from where the full version of an audio recording may be retrieved. The URL can point to a process required (such as purchasing) that must be completed to acquire the audio recording.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by a URL fitting the [[rel-design-pattern]], the rel content being &amp;lt;code&amp;gt;acquire&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;acquire&amp;lt;/code&amp;gt; URLs.&lt;br /&gt;
* The type of the file MAY be specified by using the &amp;lt;code&amp;gt;type&amp;lt;/code&amp;gt; specifier for a URL.&lt;br /&gt;
&lt;br /&gt;
==== Image Summary ====&lt;br /&gt;
&lt;br /&gt;
An Image Summary specifies an image that should be used to summarize the audio recording. Examples include: the image of a speaker, an audio album cover image, and a picture from a concert.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;image-summary&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;image-summary&amp;lt;/code&amp;gt; images.&lt;br /&gt;
* The contents of the element must be wrapped in the &amp;amp;lt;img&amp;amp;gt; tag.&lt;br /&gt;
&lt;br /&gt;
==== Genre ====&lt;br /&gt;
&lt;br /&gt;
The Genre specifies the category used to classify the audio recording. Examples include: blues, rock, motivational, spoken word, or sound effect.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;genre&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;genre&amp;lt;/code&amp;gt;s.&lt;br /&gt;
&lt;br /&gt;
==== Length ====&lt;br /&gt;
&lt;br /&gt;
The Length specifies the length of the audio recording in seconds. Examples include: 104 seconds, 3:23, and 4 minutes.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;length&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one &amp;lt;code&amp;gt;length&amp;lt;/code&amp;gt; element.&lt;br /&gt;
* The contents of the element SHOULD use the [[abbr-design-pattern]].&lt;br /&gt;
&lt;br /&gt;
==== Price ====&lt;br /&gt;
&lt;br /&gt;
The Price specifies the amount of currency that must be exchanged for acquisition of a full specimen of the audio recording. Examples include: One Dollar, $2, and £4.&lt;br /&gt;
&lt;br /&gt;
* The element is identified by the class name &amp;lt;code&amp;gt;price&amp;lt;/code&amp;gt;.&lt;br /&gt;
* hAudio MAY include one or more &amp;lt;code&amp;gt;price&amp;lt;/code&amp;gt; elements.&lt;br /&gt;
* The contents of the element SHOULD use the [[currency-proposal]].&lt;br /&gt;
&lt;br /&gt;
==== Grouping (Albums, Songs, and Tracks) ====&lt;br /&gt;
&lt;br /&gt;
hAudio defines a method to specify albums, songs and tracks. The grouping and xoxo Microformats are used to provide the concept of sets, collections, groups and lists. Use of these two Microformats allow for the creation of Albums, Podcasts, Multi-part speeches, and relationships between audio recordings.&lt;br /&gt;
&lt;br /&gt;
* A group is identified by using the grouping Microformat with the hAudio class.&lt;br /&gt;
* hAudio MAY encapsulate one or more &amp;lt;code&amp;gt;haudio&amp;lt;/code&amp;gt; class tags.&lt;br /&gt;
* Grouping information between hAudio is specified using the grouping Microformat (and only the grouping Microformat).&lt;br /&gt;
* Sets that require a particular order (aka: Lists) must use the xoxo Microformat to define that order.&lt;br /&gt;
&lt;br /&gt;
=== More Semantic Equivalents ===&lt;br /&gt;
&lt;br /&gt;
For some properties there is a more semantic equivalent, and therefore they get special treatment, e.g.: &lt;br /&gt;
&lt;br /&gt;
* For any &amp;quot;url&amp;quot;, use &amp;lt;code&amp;gt;&amp;lt;a class=&amp;quot;url&amp;quot; href=&amp;quot;...&amp;quot;&amp;gt;...&amp;lt;/a&amp;gt;&amp;lt;/code&amp;gt; inside the element with the class name 'haudio' in hAudio.&lt;br /&gt;
* And for &amp;quot;image-summary&amp;quot;, use &amp;lt;code&amp;gt;&amp;lt;img class=&amp;quot;image-summary&amp;quot; src=&amp;quot;...&amp;quot; alt=&amp;quot;Photo of ...&amp;quot; /&amp;gt;&amp;lt;/code&amp;gt; &lt;br /&gt;
&lt;br /&gt;
==== Language ====&lt;br /&gt;
&lt;br /&gt;
* To explicitly convey the natural language that an hAudio is written in, use the standard (X)HTML 'lang' attribute on the element with class=&amp;quot;haudio&amp;quot;, e.g. &amp;lt;code&amp;gt;&amp;amp;lt;div class=&amp;quot;haudio&amp;quot; lang=&amp;quot;en&amp;quot;&amp;amp;gt; ... &amp;amp;lt;/div&amp;amp;gt;&amp;lt;/code&amp;gt; If portions of an hAudio (e.g. the item name) are in a different language, use the 'lang' attribute on those portions.&lt;br /&gt;
* hAudio processors which need to handle the language of reviews MUST process the standard (X)HTML 'lang' attribute as specified.&lt;br /&gt;
&lt;br /&gt;
=== Human vs. Machine Readable ===&lt;br /&gt;
If an &amp;lt;code&amp;gt;&amp;amp;lt;abbr&amp;gt;&amp;lt;/code&amp;gt; element is used for a property, then its '&amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt;' attribute is used for the value of the property, instead of the contents of the element, which can then be used to provide a user-friendly alternate presentation of the value. &lt;br /&gt;
&lt;br /&gt;
Similarly, if an &amp;lt;code&amp;gt;&amp;lt;img /&amp;gt;&amp;lt;/code&amp;gt; element is used for one or more properties, it MUST be treated as follows: &lt;br /&gt;
&lt;br /&gt;
# For the &amp;quot;image-summary&amp;quot; property and any other property that takes a URL as its value, the &amp;lt;code&amp;gt;src=&amp;quot;...&amp;quot;&amp;lt;/code&amp;gt; attribute provides the property value. &lt;br /&gt;
# For other properties, the &amp;lt;code&amp;gt;&amp;lt;img /&amp;gt;&amp;lt;/code&amp;gt; element's '&amp;lt;code&amp;gt;alt&amp;lt;/code&amp;gt;' attribute is the value of the property.&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
This section is informative.&lt;br /&gt;
&lt;br /&gt;
* By marking up audio content with the hAudio microformat, the expectation is communicated that information about the content MAY be indexed.  This has no impact on the copyright of the content itself which the publisher may explicitly specify using [[rel-license]] as specified above.&lt;br /&gt;
* The enumerated list of item types is under development and may be extended.&lt;br /&gt;
* Each type may have custom hAudio fields that follow the common set.&lt;br /&gt;
* Additional details about a particular item should be specified with the rest of the item's info at the URL provided for the item.&lt;br /&gt;
&lt;br /&gt;
== XMDP Profile ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;dl class=&amp;quot;profile&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;dt&amp;gt;class&amp;lt;/dt&amp;gt;&lt;br /&gt;
 &amp;lt;dd&amp;gt;&amp;lt;p&amp;gt;&lt;br /&gt;
  &amp;lt;a rel=&amp;quot;help&amp;quot; href=&amp;quot;http://www.w3.org/TR/html401/struct/global.html#adef-class&amp;quot;&amp;gt;&lt;br /&gt;
   HTML4 definition of the 'class' attribute.&amp;lt;/a&amp;gt;&lt;br /&gt;
  This meta data profile defines some 'class' attribute values (class names) &lt;br /&gt;
  and their meanings as suggested by a &lt;br /&gt;
  &amp;lt;a href=&amp;quot;http://www.w3.org/TR/WD-htmllink-970328#profile&amp;quot;&amp;gt;&lt;br /&gt;
   draft of &amp;quot;Hypertext Links in HTML&amp;quot;&amp;lt;/a&amp;gt;.&lt;br /&gt;
  &amp;lt;dl&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;haudio&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    Used to identify and describe metadata associated with a particular audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;work-title&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    A short textual description used to identify an audio recording among interested parties.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;collaborator&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    An entity that takes part in the creation and distribution of an audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;release-date&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The date that the audio recording was made available to the public.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;image-summary&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    An image that should be used to summarize the audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;genre&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The category used to classify the audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;length&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The length of the audio recording in seconds.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
   &amp;lt;dt&amp;gt;price&amp;lt;/dt&amp;gt;&lt;br /&gt;
   &amp;lt;dd&amp;gt;&lt;br /&gt;
    The amount of currency that must be exchanged for acquisition of a full specimen of the audio recording.&lt;br /&gt;
   &amp;lt;/dd&amp;gt;&lt;br /&gt;
 &amp;lt;/dd&amp;gt;&lt;br /&gt;
&amp;lt;/dl&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
Here are a few examples of audio content from current web sites, and how they could be easily enhanced to support the hAudio audio metadata microformat.  &lt;br /&gt;
&lt;br /&gt;
Want to write valid [[haudio|hAudio]]?  Use the [http://microformats.org/code/haudio/creator hAudio creator] (not implemented yet) to write about audio content and publish it on your blog.&lt;br /&gt;
&lt;br /&gt;
=== Simple Song Example ===&lt;br /&gt;
&lt;br /&gt;
Display:&lt;br /&gt;
&lt;br /&gt;
Start Wearing Purple by Gogol Bordello&lt;br /&gt;
&lt;br /&gt;
Microformatted XHTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Start Wearing Purple&amp;lt;/span&amp;gt; by &lt;br /&gt;
   &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;Gogol Bordello&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Speech Example ===&lt;br /&gt;
&lt;br /&gt;
Display:&lt;br /&gt;
&lt;br /&gt;
I Have a Dream, a speech by Martin Luther King Jr.&lt;br /&gt;
&lt;br /&gt;
Microformatted XHTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;I Have a Dream&amp;lt;/span&amp;gt;, a &lt;br /&gt;
   &amp;lt;span class=&amp;quot;genre&amp;quot;&amp;gt;speech&amp;lt;/span&amp;gt; by &lt;br /&gt;
   &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;Martin Luther King Jr.&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Audio Album Example ===&lt;br /&gt;
&lt;br /&gt;
Display:&lt;br /&gt;
&lt;br /&gt;
Black Horse and The Cherry Tree by KT Tunstall&lt;br /&gt;
&lt;br /&gt;
# Black Horse &amp;amp; The Cherry Tree&lt;br /&gt;
# One Day [Live]&lt;br /&gt;
&lt;br /&gt;
Microformatted XHTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio grouping.ktsampler&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;title&amp;quot;&amp;gt;Black Horse and The Cherry Tree&amp;lt;/span&amp;gt; by&lt;br /&gt;
 &amp;lt;span class=&amp;quot;collaborator hcard fn&amp;quot;&amp;gt;KT Tunstall&amp;lt;/span&amp;gt;&lt;br /&gt;
 &amp;lt;ol class=&amp;quot;xoxo&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;haudio grouping.ktsampler.bh&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;Black Horse &amp;amp; The Cherry Tree&amp;lt;/span&amp;gt;&lt;br /&gt;
   &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
  &amp;lt;li&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;haudio grouping.ktsampler.od&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;One Day [Live]&amp;lt;/span&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
  &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Podcast Example ===&lt;br /&gt;
&lt;br /&gt;
Display:&lt;br /&gt;
&lt;br /&gt;
BBC Today Podcasts for Saturday, 28 April 2007.&lt;br /&gt;
&lt;br /&gt;
* 8.10 Interview - Nottingham has become pivotal in the local elections.&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/today/today_20070428-0810_40_st.mp3 Download Now]&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/today/rss.xml Add to RSS]&lt;br /&gt;
* The Today Lead Interviews - The Today Programme morning briefing, ten to eight and half past eight interviews.&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/todayleadscombined/todayleadscombined_20070428-0900_40_st.mp3 Download Now]&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/today/rss.xml Add to RSS]&lt;br /&gt;
* BBC Radio NewsPod - Daily programme highlights from across BBC Radio News.&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radionews/bbcradionewspod/bbcradionewspod_20070427-1800_40_st.mp3 Download Now]&lt;br /&gt;
** [http://downloads.bbc.co.uk/rmhttp/downloadtrial/radio4/today/rss.xml Add to RSS]&lt;br /&gt;
&lt;br /&gt;
Microformatted XHTML:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;haudio grouping.today-podcast&amp;quot;&amp;gt;&lt;br /&gt;
 &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;BBC Today Podcasts&amp;lt;/span&amp;gt; for &lt;br /&gt;
 &amp;lt;abbr class=&amp;quot;release-date&amp;quot; title=&amp;quot;20070428&amp;quot;&amp;gt;Saturday, 28 April 2007&amp;lt;/span&amp;gt;.&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;haudio grouping.today-podcast.810-interview&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;8.10 Interview&amp;lt;/span&amp;gt; - &lt;br /&gt;
   Nottingham has become pivotal in the local elections.&lt;br /&gt;
   &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a rel=&amp;quot;acquire&amp;quot; href=&amp;quot;http://downloads.bbc...-0810_40_st.mp3&amp;quot;&amp;gt;Download 8.10 Interview&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://downloads.bbc...today/rss.xml&amp;quot;&amp;gt;Add to RSS&amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;haudio grouping.today-podcast.the-today-lead-interviews&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;The Today Lead Interviews&amp;lt;/span&amp;gt; - &lt;br /&gt;
   The Today Programme morning briefing, ten to eight and half past eight interviews.&lt;br /&gt;
   &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a rel=&amp;quot;acquire&amp;quot; href=&amp;quot;http://downloads.bbc...-0900_40_st.mp3&amp;quot;&amp;gt;Download the Today Lead Interviews&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://downloads.bbc...today/rss.xml&amp;quot;&amp;gt;Add to RSS&amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/li&amp;gt;&lt;br /&gt;
 &amp;lt;li&amp;gt;&lt;br /&gt;
  &amp;lt;div class=&amp;quot;haudio grouping.today-podcast.bbc-radio-newspod&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;span class=&amp;quot;work-title&amp;quot;&amp;gt;BBC Radio NewsPod&amp;lt;/span&amp;gt; - &lt;br /&gt;
   Daily programme highlights from across BBC Radio News.&lt;br /&gt;
   &amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a rel=&amp;quot;acquire&amp;quot; href=&amp;quot;http://downloads.bbc...-1800_40_st.mp3&amp;quot;&amp;gt;Download BBC Radio NewsPod&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt;&amp;lt;a href=&amp;quot;http://downloads.bbc...today/rss.xml&amp;quot;&amp;gt;Add to RSS&amp;lt;/a&amp;gt;&lt;br /&gt;
   &amp;lt;/ul&amp;gt;&lt;br /&gt;
  &amp;lt;/div&amp;gt;&lt;br /&gt;
 &amp;lt;/li&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Complex hAudio Example ===&lt;br /&gt;
&lt;br /&gt;
'''NEED AN EXAMPLE'''&lt;br /&gt;
&lt;br /&gt;
== Examples in the wild ==&lt;br /&gt;
&lt;br /&gt;
This section is '''informative'''.&lt;br /&gt;
&lt;br /&gt;
== Implementations ==&lt;br /&gt;
This section is '''informative'''. &lt;br /&gt;
&lt;br /&gt;
See [[haudio-implementations|hAudio Implementations]].&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
=== Normative References ===&lt;br /&gt;
* [http://www.w3.org/TR/2002/REC-xhtml1-20020801/ XHTML 1.0 SE]&lt;br /&gt;
* [http://gmpg.org/xmdp/ XMDP]&lt;br /&gt;
* [[hcard|hCard]]&lt;br /&gt;
&lt;br /&gt;
=== Informative References ===&lt;br /&gt;
* [http://www.w3.org/TR/REC-CSS1 CSS1]&lt;br /&gt;
* ISO.8601.1988&lt;br /&gt;
** International Organization for Standardization, &amp;quot;Data elements and interchange formats - Information interchange - Representation of dates and times&amp;quot;, ISO Standard 8601, June 1988.&lt;br /&gt;
* [http://www.w3.org/TR/1998/NOTE-datetime-19980827 W3C NOTE-datetime-19980827]&lt;br /&gt;
* [http://www.w3.org/Consortium/Patent-Policy-20040205/ W3C Patent Policy]&lt;br /&gt;
* Other audio metadata efforts. See [[audio-info-formats]].&lt;br /&gt;
&lt;br /&gt;
==== Similar Work ====&lt;br /&gt;
* [[media-info-examples]]&lt;br /&gt;
* [[media-info-formats]]&lt;br /&gt;
* [[grouping-examples]]&lt;br /&gt;
* [[grouping-brainstorming]]&lt;br /&gt;
* [[xoxo|XOXO]]&lt;br /&gt;
&lt;br /&gt;
=== Copyright ===&lt;br /&gt;
This document and specification is distributed under a [http://creativecommons.org/licenses/by/3.0/ Creative Commons Attribution 3.0 license]. It is licensed and can be used royalty-free for any purpose.&lt;br /&gt;
&lt;br /&gt;
The authors intend to submit this specification to a standards body with a liberal copyright/licensing policy such as the GMPG (http://gmpg.org/), IETF (http://ietf.org/), and/or W3C (http://w3.org). Anyone wishing to contribute should read each organizations copyright principles, policies and licenses (e.g. the GMPG Principles (http://gmpg.org/principles)) and agree to them, including licensing of all contributions under all required licenses (e.g. CC-by 1.0 (http://creativecommons.org/licenses/by/1.0/) and later), before contributing.&lt;br /&gt;
&lt;br /&gt;
=== Patents ===&lt;br /&gt;
&lt;br /&gt;
The authors of this Microformat have not and will not apply for patents covering any invention covering this Microformat in part or as a whole. There are no claims to any patent in this document. Each author is required to report any known patent issues immediately under this section.&lt;br /&gt;
&lt;br /&gt;
This document and specification is distributed under a royalty free patent policy, e.g. per the W3C Patent Policy (http://www.w3.org/Consortium/Patent-Policy-20040205/), and IETF RFC3667 (http://www.ietf.org/rfc/rfc3667.txt) &amp;amp; RFC3668 (http://www.ietf.org/rfc/rfc3668.txt).&lt;br /&gt;
&lt;br /&gt;
== Work in progress ==&lt;br /&gt;
This specification is a work in progress. As additional aspects are discussed, understood, and written, they will be added. &lt;br /&gt;
&lt;br /&gt;
== Further Reading ==&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[audio-info-brainstorming]]&lt;br /&gt;
*[[audio-info-examples]]&lt;br /&gt;
&lt;br /&gt;
== Related Pages ==&lt;br /&gt;
{{haudio-related-pages}}&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16478</id>
		<title>accessibility</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16478"/>
		<updated>2007-05-02T00:57:10Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Advantages */ correcting WCAG1 link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Accessibility&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents microformats and accessibility in general, in particular advantages that adopting microformats provide for accessibility, and for documenting techniques for making microformats more accessible.&lt;br /&gt;
&lt;br /&gt;
We should all strive to make our published microformats, parser implementations, and this wiki, accessible to all users, regardless of their physical abilities and needs, within the limits of the time and resources of the microformats community. Readers are advised to follow the [http://www.w3.org/TR/WCAG10/ W3C's Web Content Accessibility Guidelines 1.0], to at least level 2. Further advice is available on the [http://www.accessifyforum.com/ Accessify Forums].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
Some microformats have potential accessibility advantages.&lt;br /&gt;
&lt;br /&gt;
===hCard===&lt;br /&gt;
*&amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; in [[hcard|hCard]]: use &amp;lt;code&amp;gt;style=&amp;quot;speak-numeral:digits&amp;quot;&amp;lt;/code&amp;gt;, so that telephone numbers are read by aural browsers as, for example, &amp;quot;five-five-five one-two-three-four&amp;quot; and not &amp;quot;five-hundred and fifty-five, one-thousand, two-hundred and thirty-two&amp;quot;. ''Note: This is not an advantage to Microformats. It is a CSS best practice and can be used with or without hCard. This should probably be moved to a [[css-best-practices|CSS Best Practices]] page. - JamesCraig''&lt;br /&gt;
&lt;br /&gt;
==Disadvantages==&lt;br /&gt;
Some microformats have potential accessibility disadvantages.&lt;br /&gt;
&lt;br /&gt;
===abbr-design-pattern===&lt;br /&gt;
*As mentioned on external sites (see:[[accessibility-issues]]) and on the microformats-discuss list, the abbr-design-pattern (used in [[hcard|hCard]], [[hcalendar|hCalendar]], [[geo|GEO]] and others) is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side-effects of reading machine data to screen reader users rendering human content inaccessible.&lt;br /&gt;
&lt;br /&gt;
===anchor-include-pattern===&lt;br /&gt;
*As mentioned on [[accessibility-issues]], the anchor-include-pattern is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side effects due to the missing link text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External testimonials==&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006JulSep/subject.html#msg133 hCard and hCalendar Formats] - 2006-08-03 in w3c-wai-ig. e.g. &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I think Microformats.org is doing rather well on it's own, and it isn't particularly something that the W3C would or should get involved in until it's settled down. (And then it would just be a ratification kind of thing.)&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;In fact, it is likely to be good for accessibility, as the tools for consuming microformats often require valid code.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[accessibility-issues]] - note external criticisms on the accesibility issues page&lt;br /&gt;
*[[internationalization]]&lt;br /&gt;
*[[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16375</id>
		<title>accessibility</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16375"/>
		<updated>2007-05-02T00:54:33Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Advantages */ noting this is off-topic&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Accessibility&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents microformats and accessibility in general, in particular advantages that adopting microformats provide for accessibility, and for documenting techniques for making microformats more accessible.&lt;br /&gt;
&lt;br /&gt;
We should all strive to make our published microformats, parser implementations, and this wiki, accessible to all users, regardless of their physical abilities and needs, within the limits of the time and resources of the microformats community. Readers are advised to follow the [http://www.w3.org/TR/WCAG10/full-checklist.html W3C's Web Content Accessibility Guidelines 1.0], to at least level 2. Further advice is available on the [http://www.accessifyforum.com/ Accessify Forums].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
Some microformats have potential accessibility advantages.&lt;br /&gt;
&lt;br /&gt;
===hCard===&lt;br /&gt;
*&amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; in [[hcard|hCard]]: use &amp;lt;code&amp;gt;style=&amp;quot;speak-numeral:digits&amp;quot;&amp;lt;/code&amp;gt;, so that telephone numbers are read by aural browsers as, for example, &amp;quot;five-five-five one-two-three-four&amp;quot; and not &amp;quot;five-hundred and fifty-five, one-thousand, two-hundred and thirty-two&amp;quot;. ''Note: This is not an advantage to Microformats. It is a CSS best practice and can be used with or without hCard. This should probably be moved to a [[css-best-practices|CSS Best Practices]] page. - JamesCraig''&lt;br /&gt;
&lt;br /&gt;
==Disadvantages==&lt;br /&gt;
Some microformats have potential accessibility disadvantages.&lt;br /&gt;
&lt;br /&gt;
===abbr-design-pattern===&lt;br /&gt;
*As mentioned on external sites (see:[[accessibility-issues]]) and on the microformats-discuss list, the abbr-design-pattern (used in [[hcard|hCard]], [[hcalendar|hCalendar]], [[geo|GEO]] and others) is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side-effects of reading machine data to screen reader users rendering human content inaccessible.&lt;br /&gt;
&lt;br /&gt;
===anchor-include-pattern===&lt;br /&gt;
*As mentioned on [[accessibility-issues]], the anchor-include-pattern is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side effects due to the missing link text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External testimonials==&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006JulSep/subject.html#msg133 hCard and hCalendar Formats] - 2006-08-03 in w3c-wai-ig. e.g. &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I think Microformats.org is doing rather well on it's own, and it isn't particularly something that the W3C would or should get involved in until it's settled down. (And then it would just be a ratification kind of thing.)&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;In fact, it is likely to be good for accessibility, as the tools for consuming microformats often require valid code.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[accessibility-issues]] - note external criticisms on the accesibility issues page&lt;br /&gt;
*[[internationalization]]&lt;br /&gt;
*[[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16374</id>
		<title>accessibility</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16374"/>
		<updated>2007-05-02T00:50:55Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Disdvantages */ adding section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Accessibility&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents microformats and accessibility in general, in particular advantages that adopting microformats provide for accessibility, and for documenting techniques for making microformats more accessible.&lt;br /&gt;
&lt;br /&gt;
We should all strive to make our published microformats, parser implementations, and this wiki, accessible to all users, regardless of their physical abilities and needs, within the limits of the time and resources of the microformats community. Readers are advised to follow the [http://www.w3.org/TR/WCAG10/full-checklist.html W3C's Web Content Accessibility Guidelines 1.0], to at least level 2. Further advice is available on the [http://www.accessifyforum.com/ Accessify Forums].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
Some microformats have potential accessibility advantages.&lt;br /&gt;
&lt;br /&gt;
===hCard===&lt;br /&gt;
*&amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; in [[hcard|hCard]]: use &amp;lt;code&amp;gt;style=&amp;quot;speak-numeral:digits&amp;quot;&amp;lt;/code&amp;gt;, so that telephone numbers are read by aural browsers as, for example, &amp;quot;five-five-five one-two-three-four&amp;quot; and not &amp;quot;five-hundred and fifty-five, one-thousand, two-hundred and thirty-two&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Disadvantages==&lt;br /&gt;
Some microformats have potential accessibility disadvantages.&lt;br /&gt;
&lt;br /&gt;
===abbr-design-pattern===&lt;br /&gt;
*As mentioned on external sites (see:[[accessibility-issues]]) and on the microformats-discuss list, the abbr-design-pattern (used in [[hcard|hCard]], [[hcalendar|hCalendar]], [[geo|GEO]] and others) is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side-effects of reading machine data to screen reader users rendering human content inaccessible.&lt;br /&gt;
&lt;br /&gt;
===anchor-include-pattern===&lt;br /&gt;
*As mentioned on [[accessibility-issues]], the anchor-include-pattern is in violation of WCAG1 and WCAG2, and has potentially harmful accessibility side effects due to the missing link text.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==External testimonials==&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006JulSep/subject.html#msg133 hCard and hCalendar Formats] - 2006-08-03 in w3c-wai-ig. e.g. &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I think Microformats.org is doing rather well on it's own, and it isn't particularly something that the W3C would or should get involved in until it's settled down. (And then it would just be a ratification kind of thing.)&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;In fact, it is likely to be good for accessibility, as the tools for consuming microformats often require valid code.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[accessibility-issues]] - note external criticisms on the accesibility issues page&lt;br /&gt;
*[[internationalization]]&lt;br /&gt;
*[[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=accessibility-issues&amp;diff=17448</id>
		<title>accessibility-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=accessibility-issues&amp;diff=17448"/>
		<updated>2007-05-02T00:29:51Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* abbr-design-pattern */ clarification&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;accessibility issues&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
These are externally raised issues about [[accessibility]] with broadly varying degrees of merit. Thus some issues may be REJECTED for a number of obvious reasons (but still documented here in case they are re-raised), and others contain longer discussions. Some issues may be ACCEPTED and perhaps cause changes or improved explanations in the spec. &lt;br /&gt;
&lt;br /&gt;
'''IMPORTANT''': Please read the [[accessibility-faq|accessibility FAQ]] ''before'' giving any feedback or raising any issues as your feedback/issues may already be resolved/answered.&lt;br /&gt;
&lt;br /&gt;
Submitted issues may (and probably will) be edited and rewritten for better terseness, clarity, calmness, rationality, and as neutral a point of view as possible. Write your issues well. — [http://tantek.com/ Tantek]&lt;br /&gt;
&lt;br /&gt;
Please add new issues to the '''top''' of the list.  Please follow-up to resolved/rejected issues with new information rather than resubmitting such issues.  Duplicate issue additions will be reverted.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
*{{OpenIssue}} [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006OctDec/0022.html 2006-10-06 raised by John Foliot in w3c-wai-ig]&lt;br /&gt;
*# ''&amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;What we don't need (IMHO) is a web where everything is simply a &amp;amp;lt;div&amp;amp;gt; with some extraneous Microformats style association added to it. &amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;''&lt;br /&gt;
&lt;br /&gt;
*{{OpenIssue}} [http://www.accessifyforum.com/viewtopic.php?t=6167&amp;amp;postdays=0&amp;amp;postorder=asc&amp;amp;start=0 2006-09-20 raised by Andy Mabbett in accessifyforum]&lt;br /&gt;
*# ''Use of 'abbr' in microformats''&lt;br /&gt;
&lt;br /&gt;
===hCalendar===&lt;br /&gt;
hCalendar specific accessibility issues.  These are separated from the [[hcalendar-issues|hCalendar issues]] in general so that they are not lost among other non-accessibility related issues.&lt;br /&gt;
&lt;br /&gt;
* {{OpenIssue}} 2007-01-20 raised by [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*# ''Where &amp;lt;code&amp;gt;DTEND&amp;lt;/code&amp;gt; is a date, and not a date-time, it is required to be the day after the end of the event, thus: &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;abbr class=&amp;quot;dtend&amp;quot; title=&amp;quot;2007-04-30&amp;quot;&amp;gt;29 April 2007&amp;lt;/abbr&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;. However, &amp;quot;29 April 2007&amp;quot; is '''''not''''' an abbreviation of 2007-04-30; it is an abbreviation of 2007-04-29. The markup as shown is semantically incorrect and likely to cause problems for users and user-agents which read the title attribute, and not the text value, of the &amp;lt;code&amp;gt;abbr&amp;lt;/code&amp;gt; element.''&lt;br /&gt;
&lt;br /&gt;
*{{OpenIssue}} 2006-12-11 raised by Andy Mabbett&lt;br /&gt;
*# ''The image in [[hcalendar-brainstorming#Photos and other attachments]] has inappropriate alt text, being just the file mname. [[User:AndyMabbett|Andy Mabbett]] 15:23, 6 Mar 2007 (PST)''&lt;br /&gt;
&lt;br /&gt;
=== abbr-design-pattern ===&lt;br /&gt;
*{{OpenIssue}} 2007-04-27 raised by JamesCraig, BruceLawson.&lt;br /&gt;
*# ''Web Standards Project ATF article and discussion about why some instances of the [http://www.webstandards.org/2007/04/27/haccessibility/ abbr-design-pattern are bad for accessibility].'&lt;br /&gt;
&lt;br /&gt;
=== include-design-pattern ===&lt;br /&gt;
*{{OpenIssue}} 2007-04-28 raised by [[User:PatrickLauke|PatrickLauke]]&lt;br /&gt;
*# although nominally empty, [http://microformats.org/wiki/include-pattern-feedback#Hyperlink_Include_-_issues_for_keyboard_users_.28including_Screen_Reader_users.29 hyperlink includes still present in tab cycle of major browsers], proving to be a problem for keyboard users (including users of screen readers)&lt;br /&gt;
*# [http://microformats.org/wiki/include-pattern-feedback#Test_Results:_JAWS_7.0_with_Firefox_1.5.2FWin JAWS 7.0] testing not conclusive to ascertain compatibility in other major screen readers.&lt;br /&gt;
&lt;br /&gt;
===Accessibility of this wiki===&lt;br /&gt;
*{{OpenIssue}} 2006-11-26 raised by Andy Mabbett&lt;br /&gt;
*# ''Large blocks of italic text are inaccessible to many readers, including people with types of visual impairment, dyslexia, etc. [http://www.intranet.man.ac.uk/accessibility/Disabilities/dyslexia.html], [https://tritonlink.ucsd.edu/portal/site/tritonlink-preview/menuitem.b4448692267a11256ec5e210514b01ca?storyID=20896]. [http://accessites.org/], [http://tlt.psu.edu/suggestions/accessibility/font.html], [http://www.wd4a.co.uk/Guidelines.htm] [[User:AndyMabbett|Andy Mabbett]] 14:33, 26 Nov 2006 (PST)''&lt;br /&gt;
&lt;br /&gt;
*{{OpenIssue}} 2006-12-11 raised by Andy Mabbett&lt;br /&gt;
*# ''[http://microformats.org/wiki?title=page-summary-formats&amp;amp;curid=2572&amp;amp;diff=0&amp;amp;oldid=11214&amp;amp;rcid=20591 Duplicating link text] breaches [http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-meaningful-links WAI-WCAG 1 guideline 13.1 Clearly identify the target of each link] and is unhelpful to users of assistive technologies and other agents, which provide links in a stand-alone, out-of-context list. [[User:AndyMabbett|Andy Mabbett]] 10:29, 11 Dec 2006 (PST)''&lt;br /&gt;
&lt;br /&gt;
== Template ==&lt;br /&gt;
Please use this format (copy and paste this to the beginning of the list to add your issues):&lt;br /&gt;
* {{OpenIssue}} YYYY-MM-DD raised by [http://yourhomepage.example.com YOURNAME].&lt;br /&gt;
*# ''Issue 1: Here is the first issue I have.''&lt;br /&gt;
*# ''Issue 2: Here is the second issue I have.''&lt;br /&gt;
&lt;br /&gt;
== Resolved Issues ==&lt;br /&gt;
Issues that are resolved but may have outstanding [[to-do]] items.&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
== Closed Issues ==&lt;br /&gt;
Resolved issues that have no further actions to take.&lt;br /&gt;
&lt;br /&gt;
*2006-11-26 raised by Andy Mabbett&lt;br /&gt;
*# ''Using emboldening and italics to differentiate types on, e.g. the cheatsheet pages [[hcard-cheatsheet]], is unhelpful to users of assistive technologies, text-only devices, etc. A number, letter or symbol should additionally be used. [[User:AndyMabbett|Andy Mabbett]] 14:33, 26 Nov 2006 (PST)''&lt;br /&gt;
*#*I think the emboldening is fine as it marks up the required properties. The italics are a bit of a problem but keep it simple at the moment. Additional characters can’t be used as they would break the class=&amp;quot;property&amp;quot; template. Colours would be a way but are inaccessible to some users, so there is no real solution to that problem for now. [[User:JulianStahnke|Julian Stahnke]] 22:55, 26 Nov 2006 (GMT)&lt;br /&gt;
*#**&amp;quot;I think the emboldening is fine&amp;quot; - how would you understand emboldening in a text-only browser like Lynx, or in an aural browser? [[User:AndyMabbett|Andy Mabbett]] 15:17, 26 Nov 2006 (PST)&lt;br /&gt;
*#***Ups, I just assumed that it would use strong and em tags. Yeah, well, let’s think about it. [[User:JulianStahnke|Julian Stahnke]] 23:22, 26 Nov 2006 (GMT)&lt;br /&gt;
*#*Of course, one could add that stuff ''after'' the class=&amp;quot;property&amp;quot; thing. That might look a little cluttered though. I’ll consider that for the next revision/next cheat sheet I do. [[User:JulianStahnke|Julian Stahnke]] 22:57, 26 Nov 2006 (GMT)&lt;br /&gt;
*#**All that's needed is:&lt;br /&gt;
::::&amp;lt;nowiki&amp;gt;* class=&amp;quot;vcard&amp;quot; (1)&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
::instead of:&lt;br /&gt;
::::&amp;lt;nowiki&amp;gt;* class=&amp;quot;vcard&amp;quot;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
:::[[User:AndyMabbett|Andy Mabbett]] 15:24, 26 Nov 2006 (PST)&lt;br /&gt;
*#*'''Now resolved'''. Thanks to all who helped. [[User:AndyMabbett|Andy Mabbett]] 10:30, 11 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[microformats-issues]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16317</id>
		<title>accessibility</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=accessibility&amp;diff=16317"/>
		<updated>2007-05-01T20:13:42Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* External testimonials */ added ATF post&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;Accessibility&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page documents microformats and accessibility in general, in particular advantages that adopting microformats provide for accessibility, and for documenting techniques for making microformats more accessible.&lt;br /&gt;
&lt;br /&gt;
We should all strive to make our published microformats, parser implementations, and this wiki, accessible to all users, regardless of their physical abilities and needs, within the limits of the time and resources of the microformats community. Readers are advised to follow the [http://www.w3.org/TR/WCAG10/full-checklist.html W3C's Web Content Accessibility Guidelines 1.0], to at least level 2. Further advice is available on the [http://www.accessifyforum.com/ Accessify Forums].&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
==Advantages==&lt;br /&gt;
Over and above the increased convenience they bring, some microformats have potential accessibility advantages.&lt;br /&gt;
&lt;br /&gt;
===hCard===&lt;br /&gt;
*&amp;lt;code&amp;gt;tel&amp;lt;/code&amp;gt; in [[hcard|hCard]]: use &amp;lt;code&amp;gt;style=&amp;quot;speak-numeral:digits&amp;quot;&amp;lt;/code&amp;gt;, so that telephone numbers are read by aural browsers as, for example, &amp;quot;five-five-five one-two-three-four&amp;quot; and not &amp;quot;five-hundred and fifty-five, one-thousand, two-hundred and thirty-two&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==External references to Microformats and Accessibility==&lt;br /&gt;
* [http://lists.w3.org/Archives/Public/w3c-wai-ig/2006JulSep/subject.html#msg133 hCard and hCalendar Formats] - 2006-08-03 in w3c-wai-ig. e.g. &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;I think Microformats.org is doing rather well on it's own, and it isn't particularly something that the W3C would or should get involved in until it's settled down. (And then it would just be a ratification kind of thing.)&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;...&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;In fact, it is likely to be good for accessibility, as the tools for consuming microformats often require valid code.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
* [http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility] - 2007-04-27 on WaSP buzz, &amp;lt;blockquote&amp;gt;&amp;lt;p&amp;gt;The creators of Microformats strayed from their accessible, semantic intentions when they extended the abbr-design-pattern to the datetime-design-pattern. This idea, though paved with good intentions, was a workaround for a browser bug and, like many others, has unintended, harmful side effects.&amp;lt;/p&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[accessibility-issues]]&lt;br /&gt;
*[[internationalization]]&lt;br /&gt;
*[[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16316</id>
		<title>advocacy</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=advocacy&amp;diff=16316"/>
		<updated>2007-05-01T20:05:41Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Comparisons With Alternative Approaches */ removed non-neutral opinion statements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt; Advocacy &amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
A lot can be done to help advocate the use of microformats. Often, simply by taking an existing site, and adding the suggested microformatting to a few of its pages as examples is all that is necessary to help the developers of the site add the microformats to the site itself. Applications, such as browsers, could also use some guidance on how to best support microformats.&lt;br /&gt;
&lt;br /&gt;
Sometimes advocacy requires comparison and analysis of alternative technologies or approaches.  As [[User:MikeSchinkel|Mike Schinkel]] pointed out, we need good answers to comments like &amp;quot;No, we're going to use XXX instead...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The goal for this page is to include pointers for how to advocate microformats on new sites and on existing sites that are considering or using alternative approaches, as well as applications that can benefit from supporting microformats.&lt;br /&gt;
&lt;br /&gt;
For general resources for marketing microformats, see [[spread-microformats]].&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Existing Sites ==&lt;br /&gt;
&lt;br /&gt;
Add sites here that you think would benefit from the addition of microformats. For now they are grouped by the microformat which would primarily benefit the site. Feel free to take a look at some of the sites on this list, document sample pages to be microformatted, add microformats to them, and then add the before/after of the key sections of mark-up to another wiki page for that site.&lt;br /&gt;
&lt;br /&gt;
Successes are also noted; the most recent are flagged as {{SuccessMarker}}.&lt;br /&gt;
&lt;br /&gt;
If your successes resulted from emails that you sent to site owners/developers, please consider sharing your successful advocacy emails on the [[advocacy-email-samples]] page, and along with each email sample, list the sites which responded positively to your email.  This way others in the community can learn from your success and hopefully use your email samples to contact additional sites and get them to adopt microformats.&lt;br /&gt;
&lt;br /&gt;
=== hCard ===&lt;br /&gt;
Adding [[hcard|hCard]] to these sites would make them quite handy for their users and for being indexed:&lt;br /&gt;
&lt;br /&gt;
==== Online Profiles ====&lt;br /&gt;
Nearly every website that has a login has a page representing the public profile of the user that other users can see and interact with. Many such sites already [[hcard-implementations|support hCard]] (e.g. ClaimID.com, Flickr.com, Technorati.com, Zooomr.com). Here are some that I think would benefit from the addition of hCard to their profile / user pages. Feel free to add more such sites that have a social network profile-like component and I'll see what I can do. [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* [http://jpgmag.com/ JPG magazine] - have sent email to their web developer with sample marked up member profile with [[hcard|hCard]] and [[xfn]] [[rel-me|rel=&amp;quot;me&amp;quot;]]. [[User:Tantek|Tantek]] 23:48, 21 Feb 2007 (PST)&lt;br /&gt;
* Twitter.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Consumating.com - working on it [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
* Wikimedia - including this site, Wikipedia (See [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]), Wikitravel, etc.&lt;br /&gt;
**It would be nice if &amp;lt;nowiki&amp;gt;[[User:YOURNAME]]&amp;lt;/nowiki&amp;gt; links generated proper (mini)hCards. ([http://microformats.org/wiki?title=to-do&amp;amp;diff=12177&amp;amp;oldid=12173#Lazyweb per SteveIvy]; moved from 'to-do')&lt;br /&gt;
* Alexa.com has online profiles for domains with contact information.  Would be great if they could add hCard to those. 2007-04-18 [[User:Tantek]] requested of [[User:BenWest]] e.g.:&lt;br /&gt;
** http://www.alexa.com/data/details?url=alexa.com/&lt;br /&gt;
** http://www.alexa.com/data/details?url=w3.org/&lt;br /&gt;
* [http://sunlightlabs.com/api/ SunlightLabs API] provides profiles for US Congresspeople.  Their [http://sunlightlabs.com/api/masterref/megatable.php megatable] could easily be marked up with hCard, and their APIs could return hCards and hCard fields.&lt;br /&gt;
** [[User:Tantek|Tantek]] 12:30, 20 Apr 2007 (PDT) contacted them and requested that they add hCard to megatable, consider a GethCard API method, and potentially a GethResume API method for each person.&lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 26 Apr 2007: http://sunlightlabs.com/api does now have a people.getHCard.php API method to get an hCard for every member of congress. See the documentation at http://sunlightlabs.com/api/people.getHCard.php. An example call: http://api.sunlightlabs.com/people.getHCard.php?id=fakeopenID1 &lt;br /&gt;
** {{SuccessMarker}} [[User:CarlAnderson|CarlAnderson]] 30 Apr 2007: I created a page of hCards for every member of congress: http://sunlightlabs.com/api/hcards/index.php&lt;br /&gt;
&lt;br /&gt;
==== Online Venues ====&lt;br /&gt;
There are many sites that offer pages that represent organizations and venues that could benefit from being marked up with hCard. [http://local.yahoo.com/ Yahoo Local] venues are marked up with hCards for example. Here are some more sites that have venues that would benefit from hCard markup.&lt;br /&gt;
* [http://dodgeball.com/ Dodgeball] venues.&lt;br /&gt;
* Yelp.com&lt;br /&gt;
&lt;br /&gt;
====Wikpedia hCard====&lt;br /&gt;
*Infobox Templates for people to add [[hcard|hCard]] to their generated markup&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_Biography&amp;amp;action=edit Infobox_Biography]&lt;br /&gt;
** [http://en.wikipedia.org/w/index.php?title=Template:Infobox_actor&amp;amp;action=edit Infobox_actor] which should result in actor pages, e.g. [http://en.wikipedia.org/wiki/Humphrey_Bogart Humphrey Bogart]'s page, being properly hCarded.&lt;br /&gt;
*Addressable buildings e.g. [http://en.wikipedia.org/wiki/The_Old_Crown%2C_Birmingham The Old Crown, Birmingham]&lt;br /&gt;
*Tourist attractions, e.g. [http://en.wikipedia.org/wiki/Cadbury_World Cadbury World]&lt;br /&gt;
*Companies, e.g. [http://en.wikipedia.org/wiki/Tesco Tesco] (note headquarters address in infobox)&lt;br /&gt;
*Motorway service stations, e.g. [http://en.wikipedia.org/wiki/Watford_Gap_service_station Watford Gap]&lt;br /&gt;
*Railway Stations, e.g. [http://en.wikipedia.org/wiki/Perry_Barr_railway_station Perry Barr]&lt;br /&gt;
*etc.&lt;br /&gt;
*See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats] [[User:AndyMabbett|Andy Mabbett]] 13:10, 28 Jan 2007 (PST)&lt;br /&gt;
* See also [[persondata|discussion of Wikipedia's Persondata]], which aligns very closely with hCard, but has additional date and place of birth &amp;amp; death fields. [[User:AndyMabbett|Andy Mabbett]] 13:23, 28 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
====Telephone Directory Listings====&lt;br /&gt;
Telephone Directory Listings could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 03:10, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.thephonebook.bt.com/ BT]&lt;br /&gt;
**Requested via [http://tinyurl.com/yhtdjy BT feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**BT confirm that they will consider this at their next re-build. 2006-12 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://118118.com 118118.com]&lt;br /&gt;
**Requested via e-mail, 2006-11-13. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://192.com/ 192.com]&lt;br /&gt;
**Requested via [http://www.192.com/support/feedback.cfm 192.com feedback form], 2007-03-07 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.skype.com/intl/en-gb/download/features/skypefind/ SkypeFind]&lt;br /&gt;
**Requested via [http://support.skype.com/?_a=tickets&amp;amp;_m=submit Skype feedback form], 2007-03-16 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.whitepages.com/ White Pages (USA/ Canada)]&lt;br /&gt;
*[http://www.whitepages.com.au/ White Pages (Australia)]&lt;br /&gt;
*[http://www.switchboard.com/ Stitchboard (USA)]]&lt;br /&gt;
*[http://people.yahoo.com/ Yahoo! People Search (USA)]&lt;br /&gt;
*[http://www.whowhere.com/ Lycos People Search (USA)]&lt;br /&gt;
*[http://www.bsnl.co.in/map.htm BSNL (India)]&lt;br /&gt;
&lt;br /&gt;
====Postal (ZIP) code Finders====&lt;br /&gt;
Postal code Finders could usefully apply hCard to their results pages. [[User:AndyMabbett|Andy Mabbett]] 12:09, 13 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://pol.royalmail.com/dda/txt/pf.asp Royal Mail] (UK)&lt;br /&gt;
**Requested via [http://tinyurl.com/ya4hzu Royal Mail feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Acknowledged 2006-11-30. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Government hCard====&lt;br /&gt;
=====UK Gov. hCard=====&lt;br /&gt;
* Parliament: [http://www.parliament.uk/directories/hciolists/alms.cfm Alphabetical List of Members of Parliament] (see also [http://www.parliament.uk/directories/directories.cfm other lists of MPs and Lords]). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
=====Europe Gov. hCard=====&lt;br /&gt;
* e.g. [http://www.europarl.org.uk/uk_meps/westmidlands.asp UK MEPs]&lt;br /&gt;
&lt;br /&gt;
==== Organization Contacts ====&lt;br /&gt;
Many companies and organizations have about or contact pages that could benefit from being marked up with hCard.  [http://technorati.com/about/contact.html Technorati's contact page] for example is both marked up with hCard and has a convenient &amp;quot;Add to Address Book&amp;quot; hCard to vCard converter link. The following company sites could benefit from similar markup (and, until user agents support hCards natively, &amp;quot;Add to Address Book&amp;quot; links). [[User:Tantek|Tantek]] 17:44, 13 Dec 2006 (PST)&lt;br /&gt;
*Adobe&lt;br /&gt;
**[http://www.adobe.com/aboutadobe/offices.html Adobe offices]&lt;br /&gt;
***Requested using contact form, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Google &lt;br /&gt;
**Contacts, e.g. &lt;br /&gt;
*** [http://www.google.com/intl/en/contact/index.html Google.com contact page]&lt;br /&gt;
**** Requested by asking Google Employee KevinMarks via instant messaging to add hCard to that page along with a &amp;quot;Add to Address Book&amp;quot; link [[User:Tantek|Tantek]] 11:32, 10 Apr 2007 (PDT) and RyanKing in IRC&lt;br /&gt;
*** [http://www.google.co.uk/intl/en/contact/index.html Google UK], etc.&lt;br /&gt;
*[http://www.mozilla.com/ Mozilla]&lt;br /&gt;
**[http://www.mozilla.com/en-US/about/legal.html Mozilla legal notices]&lt;br /&gt;
*Opera &lt;br /&gt;
**People, e.g. [http://people.opera.com/howcome/ Håkon Wium Lie]; could also be hResume&lt;br /&gt;
*W3C&lt;br /&gt;
**[http://www.w3.org/Consortium/contact W3C contact]&lt;br /&gt;
**[http://www.w3.org/People/all W3C Staff listing] and individual pages, e.g. [http://www.w3.org/People/Berners-Lee/ Tim Berners-Lee]&lt;br /&gt;
***Requested by e-mail. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
==== Individual hCards ====&lt;br /&gt;
Getting these sites to at least add hCard to their home page or contact info page and then [http://pingerati.net/ping/ ping Pingerati] would be an excellent start with getting them some experience with microformats and thinking about adding microformats to other places in their sites that make sense:&lt;br /&gt;
* [http://metaweb.com/ Metaweb Technologies]&lt;br /&gt;
** [http://www.freebase.com/ Freebase ]&lt;br /&gt;
&lt;br /&gt;
====Other hCard====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for people (real, not characters), e.g. [http://www.imdb.com/name/nm0000007/ Humphrey Bogart]. [[User:AndyMabbett|Andy Mabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel - Birmingham]&lt;br /&gt;
***[http://microformats.org/wiki?title=User_talk:MarkJaroski&amp;amp;curid=2699&amp;amp;diff=0&amp;amp;oldid=10663&amp;amp;rcid=19955 Wikitravel is about to hugely roll out hCard] Mark Jaroski&lt;br /&gt;
***See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
*[http://orlabs.oclc.org/Identities/ WorldCat Identities]&lt;br /&gt;
**The recently prototyped WorldCat Identities provides pages for 20 million 'identities', mainly authors and people who are the subjects of published titles.&lt;br /&gt;
**Requested by feedback form, 2007-03-09 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===hCalendar===&lt;br /&gt;
&lt;br /&gt;
[[hcalendar|hCalendar]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
==== W3C track at WWW2006 ====&lt;br /&gt;
* DanC offers a 150 point bounty to anybody who takes [http://www.w3.org/2006/05/w3c-track the W3C track at WWW2006] and adds hCalendar markup and sends it to connolly@w3.org,www-archive@w3.org&lt;br /&gt;
&lt;br /&gt;
====Television listings====&lt;br /&gt;
*A major coup would be to get one of the major players (the BBC, Sky, or PBS, say), to mark up their TV or radio listings with hCalendar - does anyone have contacts in such an organisation? [[User:AndyMabbett|Andy Mabbett]] 10:53, 21 Oct 2006 (PDT)&lt;br /&gt;
**Does anyone have URLs to the TV or radio listings of the major players? Getting those URLs would be the next step, and then doing the markup ourselves would be the next step after that. [[User:Tantek|Tantek]] 13:02, 21 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.tvtimes.co.uk/ TV Times] (UK)&lt;br /&gt;
** Requested by e-mail 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*BBC main listings (e.g. [http://www.bbc.co.uk/bbcone/listings/index.shtml?service_id=4223 BBC One])&lt;br /&gt;
** Requested by [http://www.bbc.co.uk/feedback/bbci_comment.shtml BBC Feedback Form] 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008129.html &amp;quot;We're currently looking at using the event microformat on the redesigned radio 4 schedule page (and possibly throughout bbc.co.uk/radio4&amp;quot;] 2007-01-14 per email.&lt;br /&gt;
&lt;br /&gt;
====Government hCalendar====&lt;br /&gt;
=====UK Gov. hCalendar=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:47, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
*[http://www.scotland.gov.uk/Publications/2005/01/bankholidays Scottish Executive Bank Holidays]&lt;br /&gt;
** Requested by [http://www.scotland.gov.uk/About/HaveYourSay/WebsiteFdbck Scottish Executive feedback form], 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Sports Fixtures====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*PremiumTV (UK, Soccer, has a page for each team)&lt;br /&gt;
**[http://www.avfc.premiumtv.co.uk/page/Fixtures/ Aston Villa]&lt;br /&gt;
**[http://www.wba.premiumtv.co.uk/page/Fixtures/ West Bromwich Albion]&lt;br /&gt;
*** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
****&amp;quot;webmaster@&amp;quot; bounced. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Concert/ Theatre Listings====&lt;br /&gt;
e.g. (please add other examples!):&lt;br /&gt;
*[http://www.birmingham-alive.com/ Birmingham Alive!] (UK)&lt;br /&gt;
**Requested in person; now on &amp;quot;to do&amp;quot; list&lt;br /&gt;
&lt;br /&gt;
====iCal Share====&lt;br /&gt;
*[http://www.icalshare.com/ iCal share]&lt;br /&gt;
**Requested by e-mail. 2007-01-14&lt;br /&gt;
&lt;br /&gt;
=== hReview ===&lt;br /&gt;
[[hreview|hReview]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hReview====&lt;br /&gt;
=====UK Gov. hReview=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:48, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:08, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hReview====&lt;br /&gt;
* [http://www.imdb.com/ Internet Movie Database] (IMDb) for film reviews, e.g. [http://www.imdb.com/title/tt0049291/ The Harder They Fall ]. [[User:AndyMabbett|AndyMabbett]] 02:49, 13 Nov 2006 (PST)&lt;br /&gt;
**Can't find contact info! [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.dpreview.com/ Digital Photography Review]&lt;br /&gt;
** Requested by feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.steves-digicams.com/ Steve's Digicams]&lt;br /&gt;
** Requested by e-mail, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.librarything.com/ LibraryThing]&lt;br /&gt;
** e.g. [http://www.librarything.com/catalog.php?view=trealawboy]&lt;br /&gt;
&lt;br /&gt;
===hAtom===&lt;br /&gt;
[[hatom|hAtom]] could be used on these sites:&lt;br /&gt;
&lt;br /&gt;
====Government hAtom====&lt;br /&gt;
=====UK Gov.  hAtom=====&lt;br /&gt;
*[http://petitions.pm.gov.uk/ E-petitions] (in draft, and asking for suggested improvements}&lt;br /&gt;
** Requested by e-mail, 2006-12-01 [[User:AndyMabbett|Andy Mabbett]] 11:49, 1 Dec 2006 (PST)&lt;br /&gt;
*** reply: &amp;quot;I've added it to our list of ideas.&amp;quot; 2006-12-04 [[User:AndyMabbett|Andy Mabbett]] 11:07, 4 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
====Other hAtom====&lt;br /&gt;
* TV Listings (see hCalendar, above)&lt;br /&gt;
*[http://rbach.priv.at/Microformats-IRC/2006-11-13 IRC logs]&lt;br /&gt;
**E-mailed. [[User:AndyMabbett|Andy Mabbett]] 10:29, 5 Dec 2006 (PST)&lt;br /&gt;
* hatom can be used to markup log files.  Basically log information is a feed of events. For more details, see the [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html logging technique] discussed in on [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009038.html microformats-discuss].&lt;br /&gt;
&lt;br /&gt;
=== Geo ===&lt;br /&gt;
Adding &amp;quot;[[geo|Geo]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*[http://meta.wikimedia.org/wiki/WikiGPS WikiGPS]&lt;br /&gt;
**Under development; notified of Geo microformat 2007-03-23&lt;br /&gt;
*Collections of waypoints&lt;br /&gt;
**See also [[geo-waypoint-examples]]&lt;br /&gt;
*Upcoming&lt;br /&gt;
**Some events, e.g. [http://upcoming.org/event/128155/ Multipack February 2007] are tagged thus: &amp;lt;code&amp;gt;geo:lat=52.4784&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;geo:lon=-1.9096&amp;lt;/code&amp;gt;. This could be rendered as a geo microformat. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested on (now defunct) Upcoming wiki 2007-01-14&lt;br /&gt;
**[http://suggestions.yahoo.com/detail/?prop=upcoming&amp;amp;fid=14362 Repeated on new suggestion board]. 2007-03-30. '''Please vote for this suggestion''' [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.census.gov/cgi-bin/gazetteer U.S. Gazetteer] e.g. [http://www.census.gov/cgi-bin/gazetteer?city=Birmingham&amp;amp;state=&amp;amp;zip=]&lt;br /&gt;
*[http://www.world-gazetteer.com/ World Gazetteer] e.g. [http://www.world-gazetteer.com/wg.php?x=&amp;amp;men=gpro&amp;amp;lng=en&amp;amp;dat=32&amp;amp;geo=-81&amp;amp;srt=npan&amp;amp;col=aohdq&amp;amp;pt=c&amp;amp;va=&amp;amp;geo=512945809]&lt;br /&gt;
**Requested by e-mail, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.genuki.org.uk/cgi-bin/places GENUKI Gazetteer] (UK &amp;amp; Ireland) e.g. [http://www.genuki.org.uk/cgi-bin/maplink?CCC=STS,GR=SP040940,PLACE=Great%20Barr]&lt;br /&gt;
**Requested via feedback form, 2007-01-20 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.confluence.org/ The Degree Confluence Project]&lt;br /&gt;
**Requested by e-mail, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.wikimapia.org/ WikiMapia]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied to say they're looking into it. 2007-03-29&lt;br /&gt;
*[http://www.jeeep.com/details/coord/translate.cgi?datum=83&amp;amp;lat=52.57265&amp;amp;lon=-1.911433&amp;amp;detail=1 Jeeep.com]&lt;br /&gt;
**Requested by e-mail, 2007-03-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Advertised address bouncing, 2007-03-27&lt;br /&gt;
*[http://www.flagr.com/ Flagr]&lt;br /&gt;
**Using, but not (yet) displaying, coordinates&lt;br /&gt;
**Requested by e-mail, 2007-03-30; also suggested they display their coordinates, and mark them up as tags [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Replied same day to say they will &amp;quot;talk it over internally&amp;quot;&lt;br /&gt;
* Various [http://en.wikipedia.org/wiki/Geocaching#Geocache_listing_sites Geocache listing sites]&lt;br /&gt;
&lt;br /&gt;
=== Adr ===&lt;br /&gt;
Adding &amp;quot;[[adr|Adr]]&amp;quot; markup to these sites would make them even more useful:&lt;br /&gt;
*Various postcode &amp;lt;--&amp;gt; address lookup sites&lt;br /&gt;
** e.g. [http://www.royalmail.com/portal/rm/addressfinder Royal Mail (UK)] - enter a valid postcode (e.g. &amp;quot;B13 9PW&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
===rel-tag===&lt;br /&gt;
====Google as rel-tag namespace====&lt;br /&gt;
A Google search for 'sparrow' resolves to http://www.google.com/search?&amp;amp;q=sparrow, if not the unwieldy http://www.google.com/search?hs=TUz&amp;amp;hl=en&amp;amp;lr=&amp;amp;client=firefox-a&amp;amp;rls=org.mozilla%3Aen-GB%3Aofficial&amp;amp;q=sparrow&amp;amp;btnG=Search - likewise http://www.google.com/search?&amp;amp;q=%22black+redstart%22 for ' &amp;quot;black redstart&amp;quot; '. If Google can be persuaded to also accept, say, '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/sparrow&amp;lt;/nowiki&amp;gt;''' and '''&amp;lt;nowiki&amp;gt;http://www.google.com/search/black_redstart&amp;lt;/nowiki&amp;gt;''' as being equivalent (and assuming that the latter term searches for ' &amp;quot;black redstart&amp;quot; ', with the quote marks), then Google would become a namespace for rel-tag. [[User:AndyMabbett|Andy Mabbett]] 00:15, 29 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== VoteLinks ===&lt;br /&gt;
*[http://ma.gnolia.com Ma.gnolia]'s link rating system&lt;br /&gt;
**Requested: [http://wiki.ma.gnolia.com/Feature_Suggestions Feature Suggestions on wiki.ma.gnolia.com]&lt;br /&gt;
&lt;br /&gt;
===Various===&lt;br /&gt;
*eBay  (.com and localised versions)&lt;br /&gt;
** '''hCard''' - Buyer and seller address details.&lt;br /&gt;
** '''hCalendar''' - Auction end date/times.&lt;br /&gt;
** '''hReview''' - Feedback.&lt;br /&gt;
** '''hAtom''' - Recent purchases/ won/ lost/ watching etc.&lt;br /&gt;
**Requested by feedback form, 2006-12-05. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://microformats.org/discuss/mail/microformats-discuss/2006-December/007531.html eBay response of 2006-12-08]&lt;br /&gt;
&lt;br /&gt;
====IT News sites====&lt;br /&gt;
There is obviously a great deal of publicity to be gained, by having microformats used on sites about IT developments, which are likely to be read by people in a position to have microformats used, and microformat tools implemented, in their organisations. Please add to this list!&lt;br /&gt;
*[http://www.theregister.co.uk/ The Register] (UK)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.ziffdavis.com/ Ziff-Davis] media sites, e.g:&lt;br /&gt;
**[http://www.microsoft-watch.com/ Microsoft Watch]&lt;br /&gt;
**[http://www.linux-watch.com/ Linux Watch]&lt;br /&gt;
**[http://www.extremetech.com/ Extreme Tech]&lt;br /&gt;
**[http://www.webbuyersguide.com/ Web Buyer's Guide]&lt;br /&gt;
**Requested at corporate level, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* [http://www.netmag.co.uk .Net magazine (UK)] (issue dated December 2006, has tutorial on microformats, by Rachel Andrew)&lt;br /&gt;
**Requested by e-mail, 2006-12-14. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Other high-profile IT sites====&lt;br /&gt;
*[http://www.useit.com/ Jakob Nielsen's 'Use It'] and his [http://www.nngroup.com/ Nielsen Norman Group]&lt;br /&gt;
**Requested by e-mail, 2007-01-06. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.vivabit.com/atmedia2007/ AtMedia2007]&lt;br /&gt;
**Requested via feedback form, 2007-01-18. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Are using hCard, but will not use hCalendar, saying: &amp;quot;There are aspects of hCalendar that we are not happy using in this situation [...] It surrounds the use of the abbr element, particularly surrounding times in a table cell (the schedule will be slotted into a table once it is ready).&amp;quot; 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* ...&lt;br /&gt;
&lt;br /&gt;
====Science + Technology====&lt;br /&gt;
*[http://www.eurekalert.org/ Eurekalert]&lt;br /&gt;
**Requested via e-mail, 2007-01-20. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Miscellany====&lt;br /&gt;
*[http://www.wikioutdoors.com/ WikiOutdoors]&lt;br /&gt;
**Could use hCard, Geo, and others&lt;br /&gt;
**Requested, 2007-03-14&lt;br /&gt;
**[http://www.wikioutdoors.com/forums/viewtopic.php?p=80#80 Considering] [[User:AndyMabbett|Andy Mabbett]] 04:17, 15 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Applications ==&lt;br /&gt;
&lt;br /&gt;
User-agents (browsers, etc.) should support microformats natively. For instance, a user should not need to use a third party application or web service to add address details or events from a microformat-using web page to their address book or calendar programme.&lt;br /&gt;
&lt;br /&gt;
===Browsers===&lt;br /&gt;
&lt;br /&gt;
In addition to the following, third-party developers should be encouraged to make their relevant browser add-ons microforamt aware; or to create new add-ons with microformat capabilities.&lt;br /&gt;
&lt;br /&gt;
====Firefox====&lt;br /&gt;
===== Firefox developments =====&lt;br /&gt;
*Mozilla are &amp;quot;brainstorming&amp;quot; developments for Firefox 3.0 and beyond, and have a page on microformat handling at http://wiki.mozilla.org/Firefox/Feature_Brainstorming:Microformat_Handling&lt;br /&gt;
&lt;br /&gt;
=====ReminderFox=====&lt;br /&gt;
*The makers of the [http://reminderfox.mozdev.org/ ReminderFox] extension have put hCalendar support on their [http://reminderfox.mozdev.org/userrequests.html ReminderFox &amp;quot;to do&amp;quot; list].&lt;br /&gt;
&lt;br /&gt;
=====LinkAlert=====&lt;br /&gt;
*The [http://conlan89.googlepages.com/linkalert LinkAlert] extension could signal when a link is marked as a tag (likewise for other &amp;quot;rel&amp;quot; attributes). [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Requested by e-mail 2006-12-29. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**Response 2007-01-07: &amp;quot;Thank you for your feedback, I will consider adding [...] rel in a future update.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
====Opera====&lt;br /&gt;
* First reference to &amp;quot;microformats&amp;quot; in the [http://my.opera.com/community/forums/topic.dml?id=169975&amp;amp;t=1166045417&amp;amp;page=1#comment1851680 Opera forums]. 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.operamini.com/ Opera Mini] (and other browsers on telephones) could especially benefit from recognising the &amp;quot;tel&amp;quot; attributes of hCard, and allowing users to dial numbers found on-line.&lt;br /&gt;
**[http://my.opera.com/community/forums/topic.dml?id=169978 Proposed on forum] 2006-12-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
*Screenreaders (e.g [http://www.freedomscientific.com/fs_products/software_jaws.asp Jaws]) could recognise telephone number components of hCards, to differentiate them from other strings of digits. [[User:AndyMabbett|Andy Mabbett]] 13:02, 9 Dec 2006 (PST)&lt;br /&gt;
** Additional to this, I believe that screen reader users would benefit from being able to recognise any of the microformats.  For example, there is value in being verbally notified that a page contains &amp;quot;1 contact and 3 events&amp;quot;, or being able to seek out rel attributes with help values. [[User:Phae|Frances Berriman]]&lt;br /&gt;
&lt;br /&gt;
===Publishing Platforms===&lt;br /&gt;
&lt;br /&gt;
====Blogger====&lt;br /&gt;
* Chris Messina is [http://factoryjoe.com/blog/2006/09/02/on-open-letter-to-blogger/ advocating more support in Blogger]&lt;br /&gt;
&lt;br /&gt;
====Drupal====&lt;br /&gt;
*There's a Drupal group for discussing/advocating/implementing [http://groups.drupal.org/microformats-in-drupal microformats in Drupal]&lt;br /&gt;
&lt;br /&gt;
====MediaWiki=====&lt;br /&gt;
*[http://www.mediawiki.org/wiki/MediaWiki MediaWiki]&lt;br /&gt;
** See above references to Wikipedia, which runs on MediaWiki (as does this wiki)&lt;br /&gt;
&lt;br /&gt;
====Plone====&lt;br /&gt;
*[http://plone.org/ Plone] is an Open Source Content Management System ([http://en.wikipedia.org/wiki/Plone_(content_management_system) Plone on Wikipedia]).&lt;br /&gt;
**See this [http://plone.org/events/sprints/past-sprints/calsprint/SprintTopics/?searchterm=microformats 2005 Plone user comment]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/5351 Plone feature request for rel-tag]&lt;br /&gt;
**[http://dev.plone.org/plone/ticket/6050 Plone feature request for microformats], submitted 2007-01-06 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
====Semantic MediaWiki=====&lt;br /&gt;
*[http://wiki.ontoworld.org/wiki/Semantic_MediaWiki]&lt;br /&gt;
** A semantic version of MediaWiki&lt;br /&gt;
&lt;br /&gt;
== Adding Microformats to Web Services ==&lt;br /&gt;
&lt;br /&gt;
===30Boxes===&lt;br /&gt;
*[http://30boxes.com/ 30Boxes] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]] 13:41, 14 Jan 2007 (PST)&lt;br /&gt;
**[http://30boxes.com/forum/viewtopic.php?p=8289#8289 Upload of hCalendars requested on 30Boxes forum] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
===ClearForest===&lt;br /&gt;
*[http://sws.clearforest.com/ ClearForest Semantic Web Services ] - uses natural language processing tools to recognise people, organisations, places, events and CVs (resumes) in web pages. Would benefit from recognising hCard, hResume, hCalendar, Geo, Adr, etc. Could also use them in its output. [[User:AndyMabbett|Andy Mabbett]] 05:09, 6 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
===ma.gnolia===&lt;br /&gt;
*[http://wiki.ma.gnolia.com/Microformat_Feature_Requests Microformat Feature Requests on ma.gnolia wiki]&lt;br /&gt;
&lt;br /&gt;
===Upcoming===&lt;br /&gt;
*[http://upcoming.org/ Upcoming] could accept a URL, parse the page for hCalendar microformats, then present a list to the user. These could be selected (via check-boxes) and uploaded. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**[http://community.upcoming.org/w/index.php/Suggestion_Box#Upload_events_from_microformatted_pages Upload of hCalendars requested on Upcoming wiki] 2007-01-14&lt;br /&gt;
&lt;br /&gt;
== Successes ==&lt;br /&gt;
&lt;br /&gt;
=== hCard Successes ===&lt;br /&gt;
&lt;br /&gt;
*Details of hCard should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCard page]&lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-25. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*W3C&lt;br /&gt;
**{{SuccessMarker}} '''W3C webmaster''' [http://www.w3.org/People/Jean-Gui/ Jean-Guilhem Rouel] now has an hCard. [[User:AndyMabbett|Andy Mabbett]] 15:41, 4 Apr 2007 (PDT)&lt;br /&gt;
*{{SuccessMarker}}Wikipedia-EN - starting to roll-out&lt;br /&gt;
**UK Railway station template, e.g. [http://en.wikipedia.org/wiki/Birmingham_New_Street Birmingham New Street station] (includes Geo)&lt;br /&gt;
&lt;br /&gt;
=== hCalendar Successes===&lt;br /&gt;
&lt;br /&gt;
*Details of hCalendar should be added to the [http://www.imc.org/pdi/ Internet Mail Consortium's vCalendar page] &lt;br /&gt;
**Requested by e-mail, 2006-11-24 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**'''Success''' achieved 2006-11-27. [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.radiotimes.com/ Radio Times] (BBC, UK)&lt;br /&gt;
** Requested by e-mail [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
** {{SuccessMarker}} 2007-03&lt;br /&gt;
&lt;br /&gt;
=== hReview successes ===&lt;br /&gt;
*[http://www.birderslibrary.com/ The Birder's Library] &lt;br /&gt;
**[http://www.birdforum.net/showthread.php?p=779886#post779886 Requested]; confirmed under development, 2006-12-18.&lt;br /&gt;
** '''Success''' e.g. [http://www.birderslibrary.com/reviews/dvd/audubon_video_guide.htm Audubon VideoGuide to 505 Birds of North America]. Apparently from 2007-01-18 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
===Geo Successes===&lt;br /&gt;
*Wikitravel&lt;br /&gt;
**All articles on places, e.g. [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England]&lt;br /&gt;
**See also [http://wikitravel.org/en/Wikitravel:Microformats Wikitravel:Microformats]&lt;br /&gt;
**{{SuccessMarker}} achieved 2006-12-13, per [http://wikitravel.org/shared/Tech:Add_SpecialMap_using_Mapstraction_link_for_geo-tagged_pages_and_for_single_listings] see, for example, [http://wikitravel.org/en/Birmingham_%28England%29 Wikitravel guide to Birmingham, England] [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
*[http://www.poi66.com/ POI66]&lt;br /&gt;
**Requested by e-mail, 2007-03-23 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}}  - over '''58,500''' waypoints geo-formatted, in under 4 hours from initial contact!&lt;br /&gt;
*[http://www.geograph.org.uk Geograph British Isles]&lt;br /&gt;
**Requested by feedback form, 2007-03-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - over '''370,000''' examples, within 30 minutes of request being submitted!&lt;br /&gt;
*[http://www.addressfix.com/ AddressFix]&lt;br /&gt;
**Requested via feedback form, 2007-01-26 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**{{SuccessMarker}} - valid postal addresses/ places converted, within one day of request being submitted.&lt;br /&gt;
*Wikipedia&lt;br /&gt;
**{{SuccessMarker}}  Wikipedia-EN&lt;br /&gt;
***Articles on places, e.g. [http://en.wikipedia.org/wiki/Great_Barr Wikipedia - Great Barr] (roll-out ongoing)  2007-03&lt;br /&gt;
***'''All''' map link pages linked to from the same, e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?params=52.548_N_1.932_W_ maps for Wikipedia-EN article on Great Barr]  2007-03&lt;br /&gt;
***See also [http://en.wikipedia.org/wiki/Wikipedia:WikiProject_Microformats WikiProject Microformats]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-DE&lt;br /&gt;
***'''All''' map link pages  e.g. [http://tools.wikimedia.de/~magnus/geo/geohack.php?language=de&amp;amp;params=52_28_47_N_1_53_51_W_type:city_region:GB maps for Wikipedia-DE article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} Wikipedia-NL&lt;br /&gt;
***'''All''' map link pages  e.g. [http://www.nsesoftware.nl/wiki/maps.asp?params=52_28_47_N_1_53_51_W_type:city_region:GB&amp;amp;src=Birmingham_%28Engeland%29 maps for Wikipedia-NL article on Birmingham]&lt;br /&gt;
**{{SuccessMarker}} GIS-Wiki's &amp;quot;[http://www.giswiki.org/hjl_get_CoorE.htm hjl_getCoor]&amp;quot; now outputs Geo markup, from a Google Maps API.&lt;br /&gt;
&lt;br /&gt;
==Rejections==&lt;br /&gt;
&lt;br /&gt;
===hCalendar rejections===&lt;br /&gt;
*[http://www.dti.gov.uk/employment/bank-public-holidays/index.html DTI: Bank Holidays] (not Scotland)&lt;br /&gt;
** Requested by e-mail, 2006-11-13 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
***Response: &amp;quot;At the moment we have no plans to use hCalendar or hCard coding due to unresolved concerns about accessibility issues (especially text-to-speech readers), however, we thank you for your suggestion.&amp;quot;&lt;br /&gt;
***Request for clarification of concerns unanswered.&lt;br /&gt;
&lt;br /&gt;
===Geo rejections===&lt;br /&gt;
*[http://www.geocaching.com/ geocaching.com]&lt;br /&gt;
**Requested via feedback form, 2007-01-27 [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
**&amp;quot;The true benefit of this appears to be allowing sharing between sites [this] is something that GC specifically guards against so would be a major detriment. And most importantly when discussing a site or piece of software that is running smoothly, if it ain't broke, don't fix it. There just does not seem to be a benefit to GC's current plans.&amp;quot; 2007-04-02&lt;br /&gt;
&lt;br /&gt;
== Comparisons With Alternative Approaches ==&lt;br /&gt;
&lt;br /&gt;
=== CalDAV ===&lt;br /&gt;
&lt;br /&gt;
Kevin Marks spoke to Apple CalDAV developers about this, they have hCalendar support as a ticket in their database:&lt;br /&gt;
http://trac.macosforge.org/projects/calendarserver/ticket/19&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[buttons]]&lt;br /&gt;
* [[podcasts]]&lt;br /&gt;
* [[presentations]]&lt;br /&gt;
* [[press]]&lt;br /&gt;
* [[spread-microformats]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16392</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16392"/>
		<updated>2007-05-01T19:58:48Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Rejected Data formats */ added test case proof&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have proved unusable. Proof is premise for [[http://www.webstandards.org/2007/04/27/haccessibility/ hAccessibility]] article on the Web Standards Project Buzz blog. Window Eyes and JAWS read un-punctuated dates as single number. [[http://www.webstandards.org/files/atf_microformats/jaws.mp3 JAWS 8 on IE7 citation (MP3 Audio)]] of &amp;quot;twenty million seventy-thousand three-hundred twelve&amp;quot; is reason enough for rejection.&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16312</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16312"/>
		<updated>2007-05-01T19:53:12Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Data Formats */ accepted timezone w/o punctuation format proposal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation but w/o timezone punctuation. ''The hypothesis is that something like &amp;quot;eleven o'clock plus oh seven hundred&amp;quot; may be more understandable than &amp;quot;eleven o'clock plus seven o'clock&amp;quot; (similarly for the hyphen, read as &amp;quot;dash&amp;quot;).''&lt;br /&gt;
** pre-UTC (YYYY-MM-DDTHH:MM:SS+HHMM)&lt;br /&gt;
** post-UTC (YYYY-MM-DDTHH:MM:SS-HHMM)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
=== Rejected Data formats ===&lt;br /&gt;
Dates without punctuation as they have &amp;quot;proved unusable&amp;quot; (please provide citation to tests and results).&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=governance-issues&amp;diff=16779</id>
		<title>governance-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=governance-issues&amp;diff=16779"/>
		<updated>2007-05-01T19:28:14Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Abstract */ added voting/veto process&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Issue Summary 2007-02-28 ==&lt;br /&gt;
=== Editor ===&lt;br /&gt;
[http://www.opendarwin.org/~drernie/ Ernest Prabhakar]&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
*[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* Joe Andrieu&lt;br /&gt;
* Phae&lt;br /&gt;
* Ryan Cannon&lt;br /&gt;
* Colin Barrett&lt;br /&gt;
* ... Please add yourself.&lt;br /&gt;
&lt;br /&gt;
== Preamble ==&lt;br /&gt;
Over the last year, a few people (AndyMabbett, JoeAndrieu, ErnestPrabhakar, JamesCraig) have raised issues about how the Microformats wiki, mailing list, and community are governed. This page is here to discuss ideas for documenting, formalizing, and/or improving our collective governance.&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
Governance has [http://www.phac-aspc.gc.ca/vs-sb/voluntarysector/glossary.html been defined] as &amp;quot;the traditions, institutions and processes that determine how power is exercised, how citizens are given a voice, and how decisions are made on issues of public concern.&amp;quot;  In the context of Microformats, it covers:&lt;br /&gt;
* Rules (both written and unwritten) expected of community members&lt;br /&gt;
* Formal process for change requests for known format problems (i.e. abbr-design-pattern) by voting, with leeway for admin vetoes. &lt;br /&gt;
* Who the various Admins are&lt;br /&gt;
* What powers Admins have&lt;br /&gt;
* Rules for how/when Admins can/should use those powers&lt;br /&gt;
* How to questioning/appealing a decision by an Admin&lt;br /&gt;
* How to become an Admin&lt;br /&gt;
* How to question/change any of these&lt;br /&gt;
&lt;br /&gt;
While not all of these need to be explicitly spelled out, a healthy community our size requires a broad shared understanding of these facts -- as well as acceptance of them as &amp;quot;legitimate.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Who Are Admins ==&lt;br /&gt;
* 2007-01-04 raised by [[User:DrErnie|DrErnie]] on [[microformats-issues]], before this page existed, and moved from there&lt;br /&gt;
*# ''As discussed in [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008011.html], there exist various concerns about the lack of clarity regarding governance of the list, wiki, and the specifications themselves. While agree that there does need to be some form of strong leadership to preserve the integrity of the community, I agree with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008022.html Colin Barrett] when he said:''&lt;br /&gt;
:::&amp;quot;I think there should be bit more visible superstructure around just who is in this &amp;quot;cabal&amp;quot;. It seems to me like the Editors/Authors of the various specs form the majority it of it, but perhaps that should be made a bit more apparent, and the &amp;quot;powers&amp;quot; of an editor (essentially, the ability to veto changes to the wiki, it seems) outlined a bit and some information about how to become an editor (AFIACT, make numerous, quality edits to the Wiki that the other editors approve of).&amp;quot;&lt;br /&gt;
:An entry has been added to the FAQ regarding [http://microformats.org/wiki/faq#Q:_Who_controls_microformats.3F Who controls microformats?].[[User:DrErnie|Dr. Ernie]] 08:48, 2 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== Mailing List Unmoderation Discussion ==&lt;br /&gt;
Discussion from [[mailing-list-unmoderation]].&lt;br /&gt;
&lt;br /&gt;
* I'm glad to see this issue getting traction. However, I'm curious why Ernie's standing in the community is relevant to the issue of unmoderating Andy.  Tantek, could you explain why that has been presented as an integral part of this decision making process?  Clearly, personal clout always shapes one's ability to influence the community; however, I doubt it should be officially incorporated in these &amp;quot;proceedings&amp;quot;. Shouldn't every member of the community have an equal hearing under whatever governance procedures we use? [[User:JoeAndrieu|JoeAndrieu]] 09:38, 19 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
:[http://microformats.org/discuss/mail/microformats-discuss/2007-March/009066.html Tantek also said]: &amp;quot;''Ernie, as someone who has made overwhelmingly positive contributions to the microformats community, IMHO the occasional OT post is reasonable'&amp;quot;.&lt;br /&gt;
* I believe the statement was added to give context to the appealing member of the community. i.e. Ernie is a long standing, good contributor, as opposed to someone new who has no experience with this particular community or someone who has had little or no interaction with the community until now, and also negates it being a personal statement (rather he is interested in community as a whole, instead of being a friend of the Andy and having a personal goal, for example). Basically, he is a person with a certain amount of credibility and trustworthiness. [[User:Phae|Phae]] 10:25, 19 Mar 2007 (PDT)&lt;br /&gt;
* Agreed, Phae, Ernie is such a person and that is Tantek's point. But should one need to be a &amp;quot;friend of the court&amp;quot; to bring an action?  That practice reinforces a culture of privilege that has historically proven antithetical to transparency and equality, both characteristics of good governance, IMO. It is great to see the powers-that-be responding to Ernie's request. It is also a bit frustrating that only those deemed meritorious by the peerage can call forth due process and that Andy's own efforts to speak on his behalf--referencing my previous request to do the same--were summarily dismissed by Tantek because they were &amp;quot;adversarial.&amp;quot;  Any robust governance should, IMO, work independent of privilege and be capable of addressing adversarial situations without arbitrary limits on the speech of those whose liberties are under challenge.--[[User:JoeAndrieu|JoeAndrieu]] 14:18, 19 Mar 2007 (PDT)&lt;br /&gt;
** Point taken and appreciated, but this is the first incident to come to this kind of a situation where someone else has felt the need to step in, and just happened to also involve someone that is felt to be a member of good standing.  I'd like to hope that if another member of the community had felt a similar way and had chosen to bring it up, that it would also have been dealt with in this open manner (and I'm sure this incident will be brought up in the future).  Hopefully this incident will be a good test case to better structure future interactions with administration.  I can't personally comment on Andy's own appeals. [[User:Phae|Phae]] 14:45, 19 Mar 2007 (PDT)&lt;br /&gt;
**Agreed. The first efforts to work through a process like this are bound to be less than ideal. However, I'd like to get on the record two main points that appear problematic.&lt;br /&gt;
# [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008490.html my previous request to do the same] was not, in fact, dealt with in this open manner. Rather it decayed into a defensive debate about governance generally, leaving poor Andy stuck in moderated censure. Perhaps I'm not the most diplomatic sort, but the issue on the table is not about me. It is about Andy's continuing moderation. &lt;br /&gt;
# The [[mailing-list-unmoderation|unmoderation wiki page]] for Andy is effectively a public hearing on Andy's standing and privileges in the community, especially with [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009066.html Tantek's request] that no replies be sent to the email list on the topic. I find it particularly disturbing that Andy's efforts to contribute to that hearing have been [http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;diff=14419&amp;amp;oldid=14416 repeatedly] [http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;diff=14456&amp;amp;oldid=14454 dismissed] by Tantek (see the [http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;action=history history] for a complete list). While It probably wasn't the best form for Andy to edit my comment directly, he should, IMO, have a way to voice his opinion on the matter. He's been threatened with a ban if he does so on the mailing list. Is there another venue that is more appropriate than the wiki page taking input and votes on his unmoderation?--[[User:JoeAndrieu|JoeAndrieu]] 20:19, 19 Mar 2007 (PDT)&lt;br /&gt;
* Shouldn't this point be moot? According to the terms of the moderation, it will be lifted &amp;quot;if he successfully sends only topical / positive / improving email to the lists for one week.&amp;quot; Once the week passed, this moderation ought to have been lifted automatically, and should not require a vote, right? --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
** At least one message was rejected during that first week, thus moderation was left as is, with the attention of the admins etc. focused on other higher priority matters.  Given the higher quality of messages *with* moderation (as compared to before), some have made the statement that moderation is &amp;quot;working&amp;quot; and thus should be kept. [[User:Tantek|Tantek]] 08:58, 22 Mar 2007 (PDT)&lt;br /&gt;
* I dislike moderation because I find it causes me to be hesitant with my own contributions in some cases. Since I don't often know how long a message has been queued its hard for me to judge if my reply would be helpful, or if the moderated poster has already moved along with the rest of the discussion so I err on the side of moving onto something else. doesn't hurt me, but I feel sometimes it might not help with the overall discussions depth or conclusion. . Thus, I think the burden should be heavy to continue moderation for any length of time without a decision to unmoderate or outright ban. [[User:ChrisCasciano|ChrisCasciano]] 11:40, 23 Mar 2007 (ET)&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
''Note: This is not to take a position on whether or not any of these decisions were appropriate or inappropriate. Rather, the existence of these events demonstrates the need to document why and how such decisions were -- or should be -- made and/or appealed.''&lt;br /&gt;
&lt;br /&gt;
* Labelling microformats schema discussions as [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003551.html off-topic]&lt;br /&gt;
** Already covered by the [[microformats]] principles.&lt;br /&gt;
* Issue rejection [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008864.html governance]&lt;br /&gt;
* Negative, PoV and derogatory edit summary content such as &amp;quot;[http://microformats.org/wiki?title=hcard-authoring&amp;amp;diff=13621&amp;amp;oldid=12276#Add_To_Address_Book_Links smelled of excessive political correctness worrying]&amp;quot; and &amp;quot;[http://microformats.org/wiki?title=to-do&amp;amp;curid=1110&amp;amp;diff=13989&amp;amp;oldid=13988&amp;amp;rcid=23801 removed non-productive comment]&amp;quot;.&lt;br /&gt;
** Removal of negative content from the wiki is not a negative.  The Admins use their best judgment.&lt;br /&gt;
*[[rejected-formats#Pavatar|listing of items as &amp;quot;rejected&amp;quot;]] when [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008271.html requests for evidence of said rejection] reveal none.&lt;br /&gt;
** Not every email can be answered, nor should anyone expect them to be.  In this case the rejection is in the mailing list archives.&lt;br /&gt;
* Despite an assurance that &amp;quot;all of the admins will be apropriately (sic) listed on the wiki page [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008526.html]&amp;quot;, the [http://microformats.org/wiki/faq#Q:_Who_controls_microformats.3F list given in FAQ] is prefaced with the qualifier &amp;quot;including&amp;quot;.&lt;br /&gt;
** Reference for assurance?  No such assurance should ever have been given.&lt;br /&gt;
* Removal of disputed edits / removal of negative content from the wiki&lt;br /&gt;
**[http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;diff=next&amp;amp;oldid=14416 mailing-list-unmoderation (16:12, 19 Mar 2007)]&lt;br /&gt;
**[http://microformats.org/wiki?title=governance&amp;amp;curid=3084&amp;amp;diff=0&amp;amp;oldid=14390&amp;amp;rcid=24255 governance (12:50, 19 Mar 2007)]&lt;br /&gt;
** [http://microformats.org/wiki?title=governance-issues&amp;amp;diff=14401&amp;amp;oldid=14396 governance-issues (14:55, 19 Mar 2007)]&lt;br /&gt;
**[http://microformats.org/wiki?title=mailing-lists&amp;amp;curid=1297&amp;amp;diff=14391&amp;amp;oldid=14389&amp;amp;rcid=24254 mailing-lists (12:42, 19 Mar 2007)]&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
# Create a publicly-visible ''microformats-admin'' mailing list, for easily identifying and contacting all admins&lt;br /&gt;
# Document a forum/mechanism/process where individuals concerned about admin actions can legitimately raise their concerns, to ensure substantive issues are addressed&lt;br /&gt;
# Maintain a [[governance]] page that captures and describes&lt;br /&gt;
## the identity of current Admins&lt;br /&gt;
## how to contact them&lt;br /&gt;
## the process for becoming an Admin&lt;br /&gt;
## the specific kinds of behavior warranting Admin intervention&lt;br /&gt;
## how/when suspended/moderated individuals can return to &amp;quot;good standing&amp;quot;&lt;br /&gt;
## how to appeal an Admin decision/action&lt;br /&gt;
&lt;br /&gt;
== Petition ==&lt;br /&gt;
&lt;br /&gt;
We acknowledge that the microformats list and wiki is not a democracy, and that one of the key goals of microformats is to have as little process and structure as possible.  However, at the same time we believe that the &amp;quot;dictatorship&amp;quot; needs to not merely ''be'', but ''be seen as'' &amp;quot;benevolent.&amp;quot;  This includes some minimal level of transparency and due process to ensure that there are legitimate ways for ordinary members to speak out if they feel (rightly or wrongly) that a particular administrative action was unwise or unfair. Whether that is similar to the '''[[#Proposal]]''' above, or a counter-proposal by the ''admin'' team, we believe that something is necessary.&lt;br /&gt;
:''Please add your vote here''&lt;br /&gt;
*+1 Ernest Prabhakar&lt;br /&gt;
*+1 Joe Andrieu&lt;br /&gt;
*+1 James Craig&lt;br /&gt;
*+1 Steve Robillard&lt;br /&gt;
*+1 Chris Messina&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* http://www.shirky.com/writings/group_enemy.html&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=governance-issues&amp;diff=16307</id>
		<title>governance-issues</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=governance-issues&amp;diff=16307"/>
		<updated>2007-05-01T19:23:21Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Preamble */ added myself&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Issue Summary 2007-02-28 ==&lt;br /&gt;
=== Editor ===&lt;br /&gt;
[http://www.opendarwin.org/~drernie/ Ernest Prabhakar]&lt;br /&gt;
&lt;br /&gt;
=== Contributors ===&lt;br /&gt;
*[[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
* Joe Andrieu&lt;br /&gt;
* Phae&lt;br /&gt;
* Ryan Cannon&lt;br /&gt;
* Colin Barrett&lt;br /&gt;
* ... Please add yourself.&lt;br /&gt;
&lt;br /&gt;
== Preamble ==&lt;br /&gt;
Over the last year, a few people (AndyMabbett, JoeAndrieu, ErnestPrabhakar, JamesCraig) have raised issues about how the Microformats wiki, mailing list, and community are governed. This page is here to discuss ideas for documenting, formalizing, and/or improving our collective governance.&lt;br /&gt;
&lt;br /&gt;
== Abstract ==&lt;br /&gt;
Governance has [http://www.phac-aspc.gc.ca/vs-sb/voluntarysector/glossary.html been defined] as &amp;quot;the traditions, institutions and processes that determine how power is exercised, how citizens are given a voice, and how decisions are made on issues of public concern.&amp;quot;  In the context of Microformats, it covers:&lt;br /&gt;
* Rules (both written and unwritten) expected of community members&lt;br /&gt;
* Who the various Admins are&lt;br /&gt;
* What powers Admins have&lt;br /&gt;
* Rules for how/when Admins can/should use those powers&lt;br /&gt;
* How to questioning/appealing a decision by an Admin&lt;br /&gt;
* How to become an Admin&lt;br /&gt;
* How to question/change any of these&lt;br /&gt;
&lt;br /&gt;
While not all of these need to be explicitly spelled out, a healthy community our size requires a broad shared understanding of these facts -- as well as acceptance of them as &amp;quot;legitimate.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Who Are Admins ==&lt;br /&gt;
* 2007-01-04 raised by [[User:DrErnie|DrErnie]] on [[microformats-issues]], before this page existed, and moved from there&lt;br /&gt;
*# ''As discussed in [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008011.html], there exist various concerns about the lack of clarity regarding governance of the list, wiki, and the specifications themselves. While agree that there does need to be some form of strong leadership to preserve the integrity of the community, I agree with [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008022.html Colin Barrett] when he said:''&lt;br /&gt;
:::&amp;quot;I think there should be bit more visible superstructure around just who is in this &amp;quot;cabal&amp;quot;. It seems to me like the Editors/Authors of the various specs form the majority it of it, but perhaps that should be made a bit more apparent, and the &amp;quot;powers&amp;quot; of an editor (essentially, the ability to veto changes to the wiki, it seems) outlined a bit and some information about how to become an editor (AFIACT, make numerous, quality edits to the Wiki that the other editors approve of).&amp;quot;&lt;br /&gt;
:An entry has been added to the FAQ regarding [http://microformats.org/wiki/faq#Q:_Who_controls_microformats.3F Who controls microformats?].[[User:DrErnie|Dr. Ernie]] 08:48, 2 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
== Mailing List Unmoderation Discussion ==&lt;br /&gt;
Discussion from [[mailing-list-unmoderation]].&lt;br /&gt;
&lt;br /&gt;
* I'm glad to see this issue getting traction. However, I'm curious why Ernie's standing in the community is relevant to the issue of unmoderating Andy.  Tantek, could you explain why that has been presented as an integral part of this decision making process?  Clearly, personal clout always shapes one's ability to influence the community; however, I doubt it should be officially incorporated in these &amp;quot;proceedings&amp;quot;. Shouldn't every member of the community have an equal hearing under whatever governance procedures we use? [[User:JoeAndrieu|JoeAndrieu]] 09:38, 19 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
:[http://microformats.org/discuss/mail/microformats-discuss/2007-March/009066.html Tantek also said]: &amp;quot;''Ernie, as someone who has made overwhelmingly positive contributions to the microformats community, IMHO the occasional OT post is reasonable'&amp;quot;.&lt;br /&gt;
* I believe the statement was added to give context to the appealing member of the community. i.e. Ernie is a long standing, good contributor, as opposed to someone new who has no experience with this particular community or someone who has had little or no interaction with the community until now, and also negates it being a personal statement (rather he is interested in community as a whole, instead of being a friend of the Andy and having a personal goal, for example). Basically, he is a person with a certain amount of credibility and trustworthiness. [[User:Phae|Phae]] 10:25, 19 Mar 2007 (PDT)&lt;br /&gt;
* Agreed, Phae, Ernie is such a person and that is Tantek's point. But should one need to be a &amp;quot;friend of the court&amp;quot; to bring an action?  That practice reinforces a culture of privilege that has historically proven antithetical to transparency and equality, both characteristics of good governance, IMO. It is great to see the powers-that-be responding to Ernie's request. It is also a bit frustrating that only those deemed meritorious by the peerage can call forth due process and that Andy's own efforts to speak on his behalf--referencing my previous request to do the same--were summarily dismissed by Tantek because they were &amp;quot;adversarial.&amp;quot;  Any robust governance should, IMO, work independent of privilege and be capable of addressing adversarial situations without arbitrary limits on the speech of those whose liberties are under challenge.--[[User:JoeAndrieu|JoeAndrieu]] 14:18, 19 Mar 2007 (PDT)&lt;br /&gt;
** Point taken and appreciated, but this is the first incident to come to this kind of a situation where someone else has felt the need to step in, and just happened to also involve someone that is felt to be a member of good standing.  I'd like to hope that if another member of the community had felt a similar way and had chosen to bring it up, that it would also have been dealt with in this open manner (and I'm sure this incident will be brought up in the future).  Hopefully this incident will be a good test case to better structure future interactions with administration.  I can't personally comment on Andy's own appeals. [[User:Phae|Phae]] 14:45, 19 Mar 2007 (PDT)&lt;br /&gt;
**Agreed. The first efforts to work through a process like this are bound to be less than ideal. However, I'd like to get on the record two main points that appear problematic.&lt;br /&gt;
# [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008490.html my previous request to do the same] was not, in fact, dealt with in this open manner. Rather it decayed into a defensive debate about governance generally, leaving poor Andy stuck in moderated censure. Perhaps I'm not the most diplomatic sort, but the issue on the table is not about me. It is about Andy's continuing moderation. &lt;br /&gt;
# The [[mailing-list-unmoderation|unmoderation wiki page]] for Andy is effectively a public hearing on Andy's standing and privileges in the community, especially with [http://microformats.org/discuss/mail/microformats-discuss/2007-March/009066.html Tantek's request] that no replies be sent to the email list on the topic. I find it particularly disturbing that Andy's efforts to contribute to that hearing have been [http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;diff=14419&amp;amp;oldid=14416 repeatedly] [http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;diff=14456&amp;amp;oldid=14454 dismissed] by Tantek (see the [http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;action=history history] for a complete list). While It probably wasn't the best form for Andy to edit my comment directly, he should, IMO, have a way to voice his opinion on the matter. He's been threatened with a ban if he does so on the mailing list. Is there another venue that is more appropriate than the wiki page taking input and votes on his unmoderation?--[[User:JoeAndrieu|JoeAndrieu]] 20:19, 19 Mar 2007 (PDT)&lt;br /&gt;
* Shouldn't this point be moot? According to the terms of the moderation, it will be lifted &amp;quot;if he successfully sends only topical / positive / improving email to the lists for one week.&amp;quot; Once the week passed, this moderation ought to have been lifted automatically, and should not require a vote, right? --[[User:RCanine|Ryan Cannon]]&lt;br /&gt;
** At least one message was rejected during that first week, thus moderation was left as is, with the attention of the admins etc. focused on other higher priority matters.  Given the higher quality of messages *with* moderation (as compared to before), some have made the statement that moderation is &amp;quot;working&amp;quot; and thus should be kept. [[User:Tantek|Tantek]] 08:58, 22 Mar 2007 (PDT)&lt;br /&gt;
* I dislike moderation because I find it causes me to be hesitant with my own contributions in some cases. Since I don't often know how long a message has been queued its hard for me to judge if my reply would be helpful, or if the moderated poster has already moved along with the rest of the discussion so I err on the side of moving onto something else. doesn't hurt me, but I feel sometimes it might not help with the overall discussions depth or conclusion. . Thus, I think the burden should be heavy to continue moderation for any length of time without a decision to unmoderate or outright ban. [[User:ChrisCasciano|ChrisCasciano]] 11:40, 23 Mar 2007 (ET)&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
''Note: This is not to take a position on whether or not any of these decisions were appropriate or inappropriate. Rather, the existence of these events demonstrates the need to document why and how such decisions were -- or should be -- made and/or appealed.''&lt;br /&gt;
&lt;br /&gt;
* Labelling microformats schema discussions as [http://microformats.org/discuss/mail/microformats-discuss/2006-March/003551.html off-topic]&lt;br /&gt;
** Already covered by the [[microformats]] principles.&lt;br /&gt;
* Issue rejection [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008864.html governance]&lt;br /&gt;
* Negative, PoV and derogatory edit summary content such as &amp;quot;[http://microformats.org/wiki?title=hcard-authoring&amp;amp;diff=13621&amp;amp;oldid=12276#Add_To_Address_Book_Links smelled of excessive political correctness worrying]&amp;quot; and &amp;quot;[http://microformats.org/wiki?title=to-do&amp;amp;curid=1110&amp;amp;diff=13989&amp;amp;oldid=13988&amp;amp;rcid=23801 removed non-productive comment]&amp;quot;.&lt;br /&gt;
** Removal of negative content from the wiki is not a negative.  The Admins use their best judgment.&lt;br /&gt;
*[[rejected-formats#Pavatar|listing of items as &amp;quot;rejected&amp;quot;]] when [http://microformats.org/discuss/mail/microformats-discuss/2007-January/008271.html requests for evidence of said rejection] reveal none.&lt;br /&gt;
** Not every email can be answered, nor should anyone expect them to be.  In this case the rejection is in the mailing list archives.&lt;br /&gt;
* Despite an assurance that &amp;quot;all of the admins will be apropriately (sic) listed on the wiki page [http://microformats.org/discuss/mail/microformats-discuss/2007-February/008526.html]&amp;quot;, the [http://microformats.org/wiki/faq#Q:_Who_controls_microformats.3F list given in FAQ] is prefaced with the qualifier &amp;quot;including&amp;quot;.&lt;br /&gt;
** Reference for assurance?  No such assurance should ever have been given.&lt;br /&gt;
* Removal of disputed edits / removal of negative content from the wiki&lt;br /&gt;
**[http://microformats.org/wiki?title=mailing-list-unmoderation&amp;amp;diff=next&amp;amp;oldid=14416 mailing-list-unmoderation (16:12, 19 Mar 2007)]&lt;br /&gt;
**[http://microformats.org/wiki?title=governance&amp;amp;curid=3084&amp;amp;diff=0&amp;amp;oldid=14390&amp;amp;rcid=24255 governance (12:50, 19 Mar 2007)]&lt;br /&gt;
** [http://microformats.org/wiki?title=governance-issues&amp;amp;diff=14401&amp;amp;oldid=14396 governance-issues (14:55, 19 Mar 2007)]&lt;br /&gt;
**[http://microformats.org/wiki?title=mailing-lists&amp;amp;curid=1297&amp;amp;diff=14391&amp;amp;oldid=14389&amp;amp;rcid=24254 mailing-lists (12:42, 19 Mar 2007)]&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
# Create a publicly-visible ''microformats-admin'' mailing list, for easily identifying and contacting all admins&lt;br /&gt;
# Document a forum/mechanism/process where individuals concerned about admin actions can legitimately raise their concerns, to ensure substantive issues are addressed&lt;br /&gt;
# Maintain a [[governance]] page that captures and describes&lt;br /&gt;
## the identity of current Admins&lt;br /&gt;
## how to contact them&lt;br /&gt;
## the process for becoming an Admin&lt;br /&gt;
## the specific kinds of behavior warranting Admin intervention&lt;br /&gt;
## how/when suspended/moderated individuals can return to &amp;quot;good standing&amp;quot;&lt;br /&gt;
## how to appeal an Admin decision/action&lt;br /&gt;
&lt;br /&gt;
== Petition ==&lt;br /&gt;
&lt;br /&gt;
We acknowledge that the microformats list and wiki is not a democracy, and that one of the key goals of microformats is to have as little process and structure as possible.  However, at the same time we believe that the &amp;quot;dictatorship&amp;quot; needs to not merely ''be'', but ''be seen as'' &amp;quot;benevolent.&amp;quot;  This includes some minimal level of transparency and due process to ensure that there are legitimate ways for ordinary members to speak out if they feel (rightly or wrongly) that a particular administrative action was unwise or unfair. Whether that is similar to the '''[[#Proposal]]''' above, or a counter-proposal by the ''admin'' team, we believe that something is necessary.&lt;br /&gt;
:''Please add your vote here''&lt;br /&gt;
*+1 Ernest Prabhakar&lt;br /&gt;
*+1 Joe Andrieu&lt;br /&gt;
*+1 James Craig&lt;br /&gt;
*+1 Steve Robillard&lt;br /&gt;
*+1 Chris Messina&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* http://www.shirky.com/writings/group_enemy.html&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16292</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16292"/>
		<updated>2007-05-01T16:23:50Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Data Formats */ removing dates w/o punctuation as they have proved unusable before. Limiting test cases to viable options.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.&lt;br /&gt;
* ISO 8601 date with punctuation (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 datetime with punctuation (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime with punctuation and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with punctuation and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16158</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16158"/>
		<updated>2007-04-30T04:41:24Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Data Formats */ clarifying prioritization&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
''Please provide hyperlinks to examples in the wild for each case that is to be tested.  Test cases with example in the wild URLs merit more testing than those without. However, the purpose of these test cases is to find the best solution, whether or not it is currently being used.''&lt;br /&gt;
* ISO 8601 date with dashes (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime with dashes and colons and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
==== Valid HTML4 ====&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
&lt;br /&gt;
==== Invalid HTML4 ====&lt;br /&gt;
Markup possibilities that are invalid in HTML4/XHTML1 are noted here to be clear that they were considered and rejected.  Since microformats build on [[posh]], any technique that is invalid semantic (X)HTML is unacceptable for a microformats solution. There is no need to bother testing these.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with RDF geo:position attribute.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16140</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16140"/>
		<updated>2007-04-30T00:00:36Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Markup Possibilities */ added geo:position&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
* ISO 8601 date with dashes (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime with dashes and colons and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with RDF geo:position attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16139</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16139"/>
		<updated>2007-04-29T23:01:21Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Verbosity settings */ Add section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
* ISO 8601 date with dashes (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime with dashes and colons and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Verbosity settings===&lt;br /&gt;
&lt;br /&gt;
* Punctuation, speak none.&lt;br /&gt;
* Punctuation, speak some.&lt;br /&gt;
* Punctuation, speak all.&lt;br /&gt;
* Title attributes, speak none.&lt;br /&gt;
* Title attributes, speak some (abbr and acronym).&lt;br /&gt;
* Title attributes, speak all.&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16138</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=16138"/>
		<updated>2007-04-29T22:45:19Z</updated>

		<summary type="html">&lt;p&gt;JamesCraig: /* Test Cases */ updated ATF link and added Screenreaders section&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;assistive technology abbr results&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This page is for document the precise results of using [[assistive-technology]] with real world examples in the wild of the abbr design pattern, as nearly always used by [[hcalendar|hCalendar]] (e.g. dtstart, dtend), often by [[hreview|hReview]] (e.g. dtreviewed, rating) and sometimes by [[hcard|hCard]] (e.g. bday, type subproperty).&lt;br /&gt;
&lt;br /&gt;
Each [[assistive-technology]] listed here MUST link to a precise description of the tool/service on the [[assistive-technology]] page, including version number, when published, etc.&lt;br /&gt;
&lt;br /&gt;
Each test result listed for each assistive technology MUST link to the real world example that was tested.&lt;br /&gt;
&lt;br /&gt;
== Test Cases ==&lt;br /&gt;
&lt;br /&gt;
The [http://www.webstandards.org/action/atf/ WasP Accessibility Task Force] is working on a set of extended test cases that will cover the following data formats and markup formats. Please add to the list so we can create a comprehensive result set.&lt;br /&gt;
&lt;br /&gt;
===Data Formats===&lt;br /&gt;
* ISO 8601 date with dashes (YYYY-MM-DD)&lt;br /&gt;
* ISO 8601 date without dashes (YYYYMMDD)&lt;br /&gt;
* ISO 8601 datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons (YYYYMMDDTHHMMSS)&lt;br /&gt;
* ISO 8601 datetime with dashes and colons and no seconds (YYYY-MM-DDTHH:MM)&lt;br /&gt;
* ISO 8601 datetime without dashes and colons and no seconds (YYYYMMDDTHHMM)&lt;br /&gt;
* ISO 8601 UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SSZ)&lt;br /&gt;
* ISO 8601 UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS+HH:MM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ+HHMM)&lt;br /&gt;
* ISO 8601 pre-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS+HH)&lt;br /&gt;
* ISO 8601 pre-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ+HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime with dashes and colons (YYYY-MM-DDTHH:MM:SS-HH:MM)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons (YYYYMMDDTHHMMSSZ-HHMM)&lt;br /&gt;
* ISO 8601 post-UTC datetime with dashes and colons and no timezone minutes (YYYY-MM-DDTHH:MM:SS-HH)&lt;br /&gt;
* ISO 8601 post-UTC datetime without dashes and colons and no timezone minutes (YYYYMMDDTHHMMSSZ-HH)&lt;br /&gt;
* GEO Latitude/Longitude coordinates.&lt;br /&gt;
&lt;br /&gt;
===Markup Possibilities===&lt;br /&gt;
* abbr-design-pattern (as currently recommended)&lt;br /&gt;
* Object with param value.&lt;br /&gt;
* Object with in-page data attribute.&lt;br /&gt;
* Span with RDF dc:date attribute.&lt;br /&gt;
* Span with title property.&lt;br /&gt;
* Nested spans with child title set to null.&lt;br /&gt;
* Nested abbr with child title set to null.&lt;br /&gt;
&lt;br /&gt;
===Screenreader Language Pronunciations===&lt;br /&gt;
* English&lt;br /&gt;
* Spanish (need volunteer native Spanish speaker screen reader user)&lt;br /&gt;
* ?&lt;br /&gt;
&lt;br /&gt;
===Screenreaders===&lt;br /&gt;
* Freedom Scientific JAWS (multiple versions TBD)&lt;br /&gt;
* GW Micro Window Eyes (multiple versions TBD)&lt;br /&gt;
* Apple Voiceover (multiple versions TBD)&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
&lt;br /&gt;
To be determined.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[accessibility]]&lt;br /&gt;
* [[assistive-technology]]&lt;/div&gt;</summary>
		<author><name>JamesCraig</name></author>
	</entry>
</feed>