reorganizes spec cases and fixes a couple few
This commit is contained in:
parent
ed58788884
commit
c74ecef194
158 changed files with 46 additions and 42 deletions
|
@ -0,0 +1,19 @@
|
|||
// http://microformat2-node.jit.su/h-review.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-review"],
|
||||
"properties": {
|
||||
"item": [{
|
||||
"value": "Crepes on Cole",
|
||||
"type": ["h-item"],
|
||||
"properties": {
|
||||
"name": ["Crepes on Cole"],
|
||||
"url": ["http://example.com/crepeoncole"]
|
||||
}
|
||||
}],
|
||||
"rating": ["4.7"],
|
||||
"name": ["Crepes on Cole 4.7 out of 5 stars"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue