Sha256: 5f9110037044819cc549c8c273bb359fbc6e885342e07700a62d4262562106ec

Contents?: true

Size: 757 Bytes

Versions: 13

Compression:

Stored size: 757 Bytes

Contents

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

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

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-4.js
microformats2-3.0.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.9.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.1.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.0.3 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.0.2 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.0.1 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.0.0 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.0.0.pre5 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.0.0.pre4 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.0.0.pre3 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.0.0.pre2 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js
microformats2-2.0.0.pre1 spec/support/cases/microformat2-node.jit.su/h-card/h-card-4.js