Add spec for nested format with property of same name

This commit is contained in:
Jessica Dillon & Jessica Lynn Suttles 2013-12-12 15:11:51 -08:00
parent 68bfe0fb2e
commit 2ac4cff54b
3 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<body>
<div class="h-card">
<div class="p-adr h-adr">
<span class="p-street-address">
123 Rainbow Lane
</span>
</a>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,16 @@
{ "items": [{
"type": ["h-card"],
"properties": {
"adr": [{
"value": "123 Rainbow Lane",
"type": ["h-adr"],
"properties": {
"street-address": ["123 Rainbow Lane"],
"name": ["123 Rainbow Lane"]
}
}],
"name": ["123 Rainbow Lane"]
}
}],
"rels": {}
}