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
|
@ -1,42 +0,0 @@
|
|||
// http://microformat2-node.jit.su/includes.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-event"],
|
||||
"properties": {
|
||||
"name": ["HTML5 & CSS3 latest features in action!"],
|
||||
"speaker": ["David Rousset"],
|
||||
"summary": ["Build Conference"],
|
||||
"start": ["2012-10-30T11:45:00-0800"],
|
||||
"location": [{
|
||||
"value": "Redmond, Washington, USA",
|
||||
"type": ["h-adr"],
|
||||
"properties": {
|
||||
"locality": ["Redmond"],
|
||||
"region": ["Washington"],
|
||||
"country-name": ["USA"],
|
||||
"name": ["Redmond, Washington, USA"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
},{
|
||||
"type": ["h-event"],
|
||||
"properties": {
|
||||
"name": ["Building High-Performing JavaScript for Modern Engines"],
|
||||
"speaker": ["John-David Dalton","Amanda Silver"],
|
||||
"summary": ["Build Conference"],
|
||||
"start": ["2012-10-31T11:15:00-0800"],
|
||||
"location": [{
|
||||
"value": "Redmond, Washington, USA",
|
||||
"type": ["h-adr"],
|
||||
"properties": {
|
||||
"locality": ["Redmond"],
|
||||
"region": ["Washington"],
|
||||
"country-name": ["USA"],
|
||||
"name": ["Redmond, Washington, USA"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue