hcard-tests: Difference between revisions

From Microformats Wiki
Jump to navigation Jump to search
mNo edit summary
Line 5: Line 5:
== Test Cases ==
== Test Cases ==


=== simple hCard ===
* code
<pre>
<pre>
<span class="vcard>
<span class="vcard"><span class="fn n">Tantek Çelik</span></span>
</span>
</pre>
</pre>
* inline
<span class="vcard"><span class="fn n">Tantek Çelik</span></span>


== External Tests ==
== External Tests ==


DanConnolly is working on [http://dev.w3.org/cvsweb/2001/palmagent/hcardTest.html hcardTest.html]; [http://dev.w3.org/cvsweb/~checkout~/2001/palmagent/hcardTest.html?rev=HEAD&content-type=text/html;%20charset=iso-8859-1 the current version] is always available. (I dunno why cvsweb uses the ordinary looing URL for the changelog rather than the current version.)
DanConnolly is working on [http://dev.w3.org/cvsweb/2001/palmagent/hcardTest.html hcardTest.html]; [http://dev.w3.org/cvsweb/~checkout~/2001/palmagent/hcardTest.html?rev=HEAD&content-type=text/html;%20charset=iso-8859-1 the current version] is always available. (I dunno why cvsweb uses the ordinary looing URL for the changelog rather than the current version.)

Revision as of 22:37, 22 July 2005

hCard Tests

This page is for documenting hCard tests / test cases, both directly, and by reference.

Test Cases

simple hCard

  • code
<span class="vcard"><span class="fn n">Tantek Çelik</span></span>
  • inline

Tantek Çelik

External Tests

DanConnolly is working on hcardTest.html; the current version is always available. (I dunno why cvsweb uses the ordinary looing URL for the changelog rather than the current version.)