<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=EatYourGreens</id>
	<title>Microformats Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://microformats.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=EatYourGreens"/>
	<link rel="alternate" type="text/html" href="http://microformats.org/wiki/Special:Contributions/EatYourGreens"/>
	<updated>2026-05-05T11:05:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=33059</id>
		<title>assistive-technology-abbr-results</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=assistive-technology-abbr-results&amp;diff=33059"/>
		<updated>2008-05-22T14:13:35Z</updated>

		<summary type="html">&lt;p&gt;EatYourGreens: input type=&amp;quot;hidden&amp;quot; is valid inside any block-level parent. Doesn't require FORM.&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;
* abbr-design-pattern with &amp;quot;data &amp;quot; (or similar) prefix (&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;abbr title=&amp;quot;data: 20070713&amp;quot;&amp;gt;13th&amp;lt;/a&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;)&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;
* SPAN element with &amp;quot;data &amp;quot; (or similar) prefix, as above.&lt;br /&gt;
** Proposed in [http://microformats.org/discuss/mail/microformats-discuss/2007-December/011173.html microformats-discuss/2007-December/011173.html]&lt;br /&gt;
** Has advantage of allowing plain-language title also; see [http://microformats.org/discuss/mail/microformats-discuss/2008-February/011583.html microformats-discuss/2008-February/011583.html]&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 &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>EatYourGreens</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=governance-issues&amp;diff=26236</id>
		<title>governance-issues</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=governance-issues&amp;diff=26236"/>
		<updated>2008-03-11T19:11:46Z</updated>

		<summary type="html">&lt;p&gt;EatYourGreens: /* Petition */&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, [[User:ManuSporny|ManuSporny]]) 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;
*+1 [[User:ManuSporny|ManuSporny]] 08:59, 3 Aug 2007 (PDT)&lt;br /&gt;
*+1 Ben Buchanan&lt;br /&gt;
*+1 [[User:EatYourGreens|Jim O'Donnell]]&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
&lt;br /&gt;
* [http://www.shirky.com/writings/group_enemy.html Clay Shirky] on a group as its own worst enemy&lt;br /&gt;
* [http://www.informationweek.com/news/showArticle.jhtml?articleID=199600005 Cory Doctorow] on Internet Jerks&lt;/div&gt;</summary>
		<author><name>EatYourGreens</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=User:EatYourGreens&amp;diff=33935</id>
		<title>User:EatYourGreens</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=User:EatYourGreens&amp;diff=33935"/>
		<updated>2008-01-09T13:54:19Z</updated>

		<summary type="html">&lt;p&gt;EatYourGreens: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hello, I'm Jim. Here is my infrequently updated blog thing [http://eatyourgreens.org.uk Eat Your Greens]&lt;/div&gt;</summary>
		<author><name>EatYourGreens</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=events/2008-london-microformats-vevent&amp;diff=25329</id>
		<title>events/2008-london-microformats-vevent</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=events/2008-london-microformats-vevent&amp;diff=25329"/>
		<updated>2008-01-09T13:51:55Z</updated>

		<summary type="html">&lt;p&gt;EatYourGreens: /* Attending */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= London Microformats vEvent = &lt;br /&gt;
&lt;br /&gt;
This is a social [[events|event]] planned for the first quarter of 2008 in London.&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
&lt;br /&gt;
TBC&lt;br /&gt;
&lt;br /&gt;
This page will be filled as details are decided.&lt;br /&gt;
&lt;br /&gt;
== Summary ==&lt;br /&gt;
We hope to put on a small social event in London in the first quarter of 2008.  It'll feature a couple of speakers on the topic of microformats and the semantic web and hopefully some drinks too.&lt;br /&gt;
&lt;br /&gt;
'''Note:''' '''If you don't want to sign up for the wiki''' to register your interest, drop a comment on this blog entry instead.  Thanks!  http://fberriman.com/2007/12/12/london-microformats-vevent/&lt;br /&gt;
&lt;br /&gt;
== Organisers ==&lt;br /&gt;
*[[User:Phae|Frances Berriman]] - http://fberriman.com&lt;br /&gt;
*[[User:DrewMcLellan|Drew McLellan]] - http://allinthehead.com&lt;br /&gt;
&lt;br /&gt;
== Attending ==&lt;br /&gt;
Please put yourself down if you're interested in attending an event in the first part of 2008.  We're currently using this page to gauge interest right now.&lt;br /&gt;
#Luca Postpischl (february would be better for me)&lt;br /&gt;
# PJ Barry&lt;br /&gt;
# Jonathan Chetwynd - http://www.peepo.co.uk&lt;br /&gt;
# James Darling&lt;br /&gt;
# Jason Cale&lt;br /&gt;
# David Thompson&lt;br /&gt;
# Adam Liptrot&lt;br /&gt;
# Mark Ford&lt;br /&gt;
# Elliot Jay Stocks&lt;br /&gt;
# Mark Ng&lt;br /&gt;
# Julian Stahnke&lt;br /&gt;
# Simon Jobling&lt;br /&gt;
# George Ornbo&lt;br /&gt;
# Ben Ward&lt;br /&gt;
# [[User:Adactio|Jeremy Keith]]&lt;br /&gt;
# [[User:Premasagar|Premasagar Rose]]&lt;br /&gt;
# Suleiman Leadbitter&lt;br /&gt;
# Matthew Pennell&lt;br /&gt;
# Dirk Ginader&lt;br /&gt;
# Ribot&lt;br /&gt;
# Matt Harris&lt;br /&gt;
# [[User:NeilCrosby|Neil Crosby]]&lt;br /&gt;
# David Emery&lt;br /&gt;
# [[User:Dotcode|Jude Robinson]]&lt;br /&gt;
# [[User:TomMorris|Tom Morris]]&lt;br /&gt;
# [[User:CtrlSpc| Jason Marshall]]&lt;br /&gt;
# [[User:NigelCrawley| Nigel Crawley]]&lt;br /&gt;
# Glenn Jones&lt;br /&gt;
# [[User:IvanOats | Ivan Storck]]&lt;br /&gt;
# [[User:Antix | Anthony Johnston]]&lt;br /&gt;
# [[User:LaurianGridinoc | Laurian Gridinoc]]&lt;br /&gt;
# [[User:Utku | Utku Can Akyuz]]&lt;br /&gt;
# Andy Field&lt;br /&gt;
# [[User:RiccardoCambiassi|Riccardo Cambiassi]]&lt;br /&gt;
# Phil Parry&lt;br /&gt;
# [[User:CazMockett|Caz Mockett]]&lt;br /&gt;
# [[User:LightSurgery|Justin Goring]]&lt;br /&gt;
# [[User:RichardDallaway|Richard Dallaway]]&lt;br /&gt;
# David Singleton&lt;br /&gt;
# Jake Archibald&lt;br /&gt;
# James Stewart&lt;br /&gt;
# [[User:GavinBell|Gavin Bell]]&lt;br /&gt;
# [[User:MWTE|Michal Ordon]]&lt;br /&gt;
# Jamin Ellis&lt;br /&gt;
# Jeff Tupholme&lt;br /&gt;
# [[User:BenjaminNowack|Benjamin Nowack]]&lt;br /&gt;
# Fraser Pearce&lt;br /&gt;
# [[User:EatYourGreens|Jim O'Donnell]]&lt;br /&gt;
&lt;br /&gt;
== Blog Posts ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Photos ==&lt;br /&gt;
&lt;br /&gt;
== Additional Links / Information ==&lt;/div&gt;</summary>
		<author><name>EatYourGreens</name></author>
	</entry>
	<entry>
		<id>http://microformats.org/wiki/index.php?title=hcard-examples-issues&amp;diff=33651</id>
		<title>hcard-examples-issues</title>
		<link rel="alternate" type="text/html" href="http://microformats.org/wiki/index.php?title=hcard-examples-issues&amp;diff=33651"/>
		<updated>2008-01-05T15:15:15Z</updated>

		<summary type="html">&lt;p&gt;EatYourGreens: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;h1&amp;gt;hCard examples issues&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Issues with specific examples and techniques recommended on the [[hcard-examples]] page, grouped by similar heading.&lt;br /&gt;
&lt;br /&gt;
== Issues ==&lt;br /&gt;
&lt;br /&gt;
=== MSN Messenger ===&lt;br /&gt;
&lt;br /&gt;
Regarding [[hcard-examples#MSN_Messenger]] which was updated 14 May 2006 - [http://www.wackomenace.co.uk/ Ruben]&lt;br /&gt;
&lt;br /&gt;
Ruben, I tried this, and &amp;quot;msnim:&amp;quot; is an unrecognized protocol on MacOSX.4 (this is with the latest MSN Messenger for Mac installed and running and logged int).  Could you provide links to documentation about &amp;quot;msnim:&amp;quot; and links to actual pages that publish their MSNIM ids this way?  I don't know of any - [http://tantek.com/ Tantek]&lt;br /&gt;
&lt;br /&gt;
: Tantek, Wikipedia's [http://en.wikipedia.org/wiki/History_of_Windows_Live_Messenger History of Windows Live Messenger] states that MSN Messenger 7.5 for Windows, among other things, introduced: &amp;quot;the msnim protocol handler, allowing Web sites to provide links which automatically add a contact or start conversations (for example clicking on link msnim:chat?contact=login@passport.net will start chat conversation with user login@passport.net).&amp;quot;. The Mac version is notoriously lagging behind, sadly. --''[[User:Chucker|chucker]] 11:33, 29 Jun 2006 (PDT)''&lt;br /&gt;
&lt;br /&gt;
It also seems that the msnim protocol handler in only supported by Microsoft Internet Explorer 7 (haven't tried earlier versions) on Windows. Latest versions of Firefox, Opera and Netscape Navigator doesn't recognize the protocol. Well, for at least, not at the moment. - [http://www.juhaliikala.com/ Juha Liikala]&lt;br /&gt;
&lt;br /&gt;
=== ADR type definition and LABEL type definition ===&lt;br /&gt;
&lt;br /&gt;
Both these examples use &amp;amp;lt;abbr&amp;amp;gt; to mark up text which is not an abbreviation of the title of the &amp;amp;lt;abbr&amp;amp;gt; tag.  Shouldn't these be replaced with examples that use semantic markup? [http://eatyourgreens.org.uk Jim O'Donnell]&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[hcard-examples]]&lt;/div&gt;</summary>
		<author><name>EatYourGreens</name></author>
	</entry>
</feed>