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,27 @@
|
|||
// http://microformat2-node.jit.su/h-resume.html
|
||||
|
||||
{
|
||||
"items": [{
|
||||
"type": ["h-resume"],
|
||||
"properties": {
|
||||
"name": ["Tim Berners-Lee"],
|
||||
"summary": ["invented the World Wide Web"],
|
||||
"affiliation": [{
|
||||
"value": "",
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["W3C"],
|
||||
"photo": ["http://www.w3.org/Icons/WWW/w3c_home_nb.png"],
|
||||
"url": ["http://www.w3.org/"]
|
||||
}
|
||||
}]
|
||||
}
|
||||
},{
|
||||
"type": ["h-card"],
|
||||
"properties": {
|
||||
"name": ["W3C"],
|
||||
"photo": ["http://www.w3.org/Icons/WWW/w3c_home_nb.png"],
|
||||
"url": ["http://www.w3.org/"]
|
||||
}
|
||||
}]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue