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,57 @@
|
|||
// http://microformat2-node.jit.su/h-event.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-event"],
|
||||
"properties": {
|
||||
"name": ["CPJ Online Press Freedom Summit"],
|
||||
"start": ["2012-10-10"],
|
||||
"location": ["San Francisco"],
|
||||
"attendee": [{
|
||||
"value": "Brian Warner",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Brian Warner"]
|
||||
}
|
||||
},{
|
||||
"value": "Kyle Machulis",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Kyle Machulis"]
|
||||
}
|
||||
},{
|
||||
"value": "Tantek Çelik",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Tantek Çelik"]
|
||||
}
|
||||
},{
|
||||
"value": "Sid Sutter",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Sid Sutter"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Brian Warner"]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Kyle Machulis"]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Tantek Çelik"]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["Sid Sutter"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue