adds specs for all property types
This commit is contained in:
parent
a02055fd93
commit
9fae5c7248
6 changed files with 60 additions and 40 deletions
|
@ -1,6 +0,0 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-card"><p class="p-name">Jessica Lynn Suttles</p></div>
|
||||
</body>
|
||||
</html>
|
16
spec/support/simple_hcard.html
Normal file
16
spec/support/simple_hcard.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-card">
|
||||
<a href="http://twitter.com/jlsuttles" class="u-url p-name">
|
||||
Jessica Lynn Suttles
|
||||
</a>
|
||||
<time class="dt-bday" datetime="1990-10-15T20:45:33-08:00">
|
||||
October 15, 1990
|
||||
</time>
|
||||
<div class="e-content">
|
||||
Vegan. Cat lover. Coder.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue