crudley implements implied properties. needs more specs
This commit is contained in:
parent
1d8e46ce95
commit
3f2a627816
8 changed files with 189 additions and 2 deletions
9
spec/support/hcard-implied-simple.html
Normal file
9
spec/support/hcard-implied-simple.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div class="h-card">
|
||||
<a href="http://twitter.com/jlsuttles">@jlsuttles</a>
|
||||
<img src="http://gravatar.com/jlsuttles">
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue