organizing broke the world
This commit is contained in:
parent
113d95af17
commit
081d0e5000
15 changed files with 189 additions and 164 deletions
13
spec/support/hcard-hcard-nested.html
Normal file
13
spec/support/hcard-hcard-nested.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-card">
|
||||
<div class="p-author">Jessica Lynn Suttles</div>
|
||||
<div class="h-card h-org">
|
||||
<a class="p-name">
|
||||
G5
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
12
spec/support/hcard-pname-pnickname-nested.html
Normal file
12
spec/support/hcard-pname-pnickname-nested.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-card">
|
||||
<div class="p-name">
|
||||
<div class="p-nickname">
|
||||
jlsuttles
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue