Sha256: 0977025b82392383fd6ed8644d575b3e9c6b3000280db8490e242c37256ccb47

Contents?: true

Size: 715 Bytes

Versions: 13

Compression:

Stored size: 715 Bytes

Contents

// http://microformat2-node.jit.su/h-card.html

{
    "items": [{ 
        "type": ["h-card"],
        "properties": {
            "name": ["Mitchell Baker"],
            "url": ["http://blog.lizardwrangler.com/"]
        },
        "children": [{
            "type": ["h-card", "h-org"],
            "properties": {
                "name": ["Mozilla Foundation"],
                "url": ["http://mozilla.org/"]
            }
        }]
    },{
        "type": ["h-card"],
        "properties": {
            "name": ["Mozilla Foundation"],
            "url": ["http://mozilla.org/"]
        }
    },{
        "type": ["h-org"],
        "properties": {
            "name": ["Mozilla Foundation"]
        }
    }]
}

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
microformats2-3.0.1 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-3.0.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.9.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.1.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.0.3 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.0.2 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.0.1 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.0.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.0.0.pre5 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.0.0.pre4 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.0.0.pre3 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.0.0.pre2 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js
microformats2-2.0.0.pre1 spec/support/cases/microformat2-node.jit.su/h-card/h-card-6.js