Sha256: 780882019e6d8f772d514d457c33cd5a62501f9fcda89cbf0f90b6a2c7c26c23

Contents?: true

Size: 785 Bytes

Versions: 13

Compression:

Stored size: 785 Bytes

Contents

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

{
    "items": [{ 
        "type": ["h-card"],
        "properties": {
            "name": ["Mitchell Baker"],
            "url": ["http://blog.lizardwrangler.com/"],
            "org": [{
                "value": "Mozilla Foundation",
                "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-5.js
microformats2-3.0.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.9.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.1.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.0.3 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.0.2 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.0.1 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.0.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.0.0.pre5 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.0.0.pre4 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.0.0.pre3 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.0.0.pre2 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js
microformats2-2.0.0.pre1 spec/support/cases/microformat2-node.jit.su/h-card/h-card-5.js