reorganizes spec cases and fixes a couple few

This commit is contained in:
Jessica Lynn Suttles 2013-02-11 17:17:31 -08:00
parent ed58788884
commit c74ecef194
158 changed files with 46 additions and 42 deletions

View file

@ -0,0 +1,37 @@
// http://microformat2-node.jit.su/h-review.html
{
"items": [{
"type": ["h-review"],
"properties": {
"rating": ["5"],
"name": ["Crepes on Cole is awesome"],
"reviewer": [{
"value": "Reviewer: Tantek -",
"type": ["h-card"],
"properties": {
"name": ["Tantek"]
}
}],
"description": ["\n <p class=\"p-item h-card\">\n <span class=\"p-name p-org\">Crepes on Cole</span> is one of the best little \n creperies in <span class=\"p-adr h-adr\"><span class=\"p-locality\">San Francisco</span></span>.\n Excellent food and service. Plenty of tables in a variety of sizes \n for parties large and small. Window seating makes for excellent \n people watching to/from the N-Judah which stops right outside. \n I've had many fun social gatherings here, as well as gotten \n plenty of work done thanks to neighborhood WiFi.\n </p>\n "],
"item": [{
"value": "Crepes on Cole is one of the best little creperies in San Francisco. Excellent food and service. Plenty of tables in a variety of sizes for parties large and small. Window seating makes for excellent people watching to/from the N-Judah which stops right outside. I've had many fun social gatherings here, as well as gotten plenty of work done thanks to neighborhood WiFi.",
"type": ["h-card"],
"properties": {
"name": ["Crepes on Cole"],
"org": ["Crepes on Cole"],
"adr": [{
"value": "San Francisco",
"type": ["h-adr"],
"properties": {
"locality": ["San Francisco"],
"name": ["San Francisco"]
}
}]
}
}],
"category": ["crepe"],
"url": ["http://example.com/crepe"]
}
}]
}