<?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=ElrolVibas</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=ElrolVibas"/>
	<link rel="alternate" type="text/html" href="https://microformats.org/wiki/Special:Contributions/ElrolVibas"/>
	<updated>2026-05-04T02:28:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.4</generator>
	<entry>
		<id>https://microformats.org/wiki/index.php?title=hcard-implied&amp;diff=35534</id>
		<title>hcard-implied</title>
		<link rel="alternate" type="text/html" href="https://microformats.org/wiki/index.php?title=hcard-implied&amp;diff=35534"/>
		<updated>2008-12-19T06:50:47Z</updated>

		<summary type="html">&lt;p&gt;ElrolVibas: boelletoget&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;virelrolca&lt;br /&gt;
&amp;lt;h1&amp;gt;Implied hCard&amp;lt;/h1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is proposed to extend the hCard specification to include &amp;quot;Implied [[hcard|hCards]]&amp;quot;, in order to streamline creation and mark-up for simple hCards by assuming information from common design patterns.&lt;br /&gt;
&lt;br /&gt;
== Authors ==&lt;br /&gt;
* [http://ryancannon.com/ Ryan Cannon]&lt;br /&gt;
* [[User:AndyMabbett|Andy Mabbett]]&lt;br /&gt;
&lt;br /&gt;
== Why? ==&lt;br /&gt;
&lt;br /&gt;
As microformats grow and emerge, the barrier to entry for writing them increases. Already, compound microformats such as hAtom, hResume and hReview are comprised of data from hCard, hCal, and rel-tag, and writing to the former requires knowledge of the latter even if the constructs used are quite simple. In addition, adding microformats to a Web page often requires adding a significant amount of tags to code, which often have to be added (time-consumingly) by hand. For example, a simple name:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
John Doe&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
can become:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;vcard&amp;quot;&amp;gt;&amp;lt;span class=&amp;quot;fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
with 52 extra characters:&lt;br /&gt;
&lt;br /&gt;
== Proposal ==&lt;br /&gt;
&lt;br /&gt;
To find a way that the above transformation can be achieved (or &amp;quot;implied&amp;quot;) with a single span and a single class. This ''might'' be:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;span class=&amp;quot;vcard-fn&amp;quot;&amp;gt;John Doe&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
although other patterns are also being discussed.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* For more examples, see [[hcard-implied-examples]]&lt;br /&gt;
* For ideas refer to [[hcard-implied-brainstorming]]&lt;/div&gt;</summary>
		<author><name>ElrolVibas</name></author>
	</entry>
</feed>