adds more spec cases
This commit is contained in:
parent
241b9ffbd3
commit
d946c7262c
125 changed files with 2275 additions and 1 deletions
16
spec/support/cases/h-card-7.html
Normal file
16
spec/support/cases/h-card-7.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!-- http://microformat2-node.jit.su/h-card.html -->
|
||||
|
||||
<div class="h-card">
|
||||
<!-- innerText and value pattern -->
|
||||
<span class="p-name">
|
||||
<span class="p-given-name value">John</span>
|
||||
<abbr class="p-additional-name" title="Peter">P</abbr>
|
||||
<span class="p-family-name value ">Doe</span>
|
||||
</span>
|
||||
<data class="p-honorific-suffix" value="MSc"></data><!-- theses should return no value --><br class="p-honorific-suffix">BSc
|
||||
<hr class="p-honorific-suffix">BA
|
||||
|
||||
<!-- image and area tags -->
|
||||
<img class="p-honorific-suffix" src="images/logo.gif" alt="PHD"><img src="images/logo.gif" alt="company logos" usemap="#logomap"><map name="logomap"><area class="p-org" shape="rect" coords="0,0,82,126" href="madgex.htm" alt="Madgex">
|
||||
<area class="p-org" shape="circle" coords="90,58,3" href="mozilla.htm" alt="Mozilla"></map>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue