shit works

This commit is contained in:
Shane Becker 2011-06-15 00:35:24 -07:00
parent 9260774403
commit ce2ea993a8
4 changed files with 364 additions and 7 deletions

30
test/hcard.html Normal file
View file

@ -0,0 +1,30 @@
<html>
<head>
<title>Simple hCard</title>
</head>
<body>
<h1 class="h-card">
<a class="p-fn u-url" href="http://factoryjoe.com/">
<span class="p-given-name">Chris</span>
<abbr class="p-additional-name">R.</abbr>
<span class="p-family-name">Messina</span>
</a>
</h1>
<h1 class="h-card">
<a class="p-fn u-url" href="http://iamshane.com">
<span class="p-given-name">Shane</span>
<abbr class="p-additional-name">B</abbr>
<span class="p-family-name">Becker</span>
</a>
</h1>
<h1 class="h-mitch">
<a class="p-snap" href="http://iamshane.com">
<span class="p-krackle">Breakfast</span>
<span class="p-pop">Cereal</span>
</a>
</h1>
</body>
</html>