Sha256: c52bfd2183788992897bedb8fea01481c8f68eedcd701c25f853f6477611d562

Contents?: true

Size: 1.39 KB

Versions: 13

Compression:

Stored size: 1.39 KB

Contents

// http://microformat2-node.jit.su/includes.html

{
    "items": [{
            "type": ["h-card"],
            "properties": {
                "name": ["Ben Ward"],
                "org": ["Twitter"],
                "adr": [{
                    "value": "1355 Market St, San Francisco, CA 94103",           
                    "type": ["h-adr"],
                    "properties": {
                        "street-address": ["1355 Market St"],  
                        "locality": ["San Francisco"], 
                        "region": ["CA"], 
                        "postal-code": ["94103"],
                        "name": ["1355 Market St, San Francisco, CA 94103"]
                    }
                }]
            }
        },{
            "type": ["h-card"],
            "properties": {
                "name": ["Dan Webb"],
                "org": ["Twitter"],
                "adr": [{
                    "value": "1355 Market St, San Francisco, CA 94103",           
                    "type": ["h-adr"],
                    "properties": {
                        "street-address": ["1355 Market St"],  
                        "locality": ["San Francisco"], 
                        "region": ["CA"], 
                        "postal-code": ["94103"],
                        "name": ["1355 Market St, San Francisco, CA 94103"]
                    }
                }]
            }
        }
    ]
}

Version data entries

13 entries across 13 versions & 1 rubygems

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