Sha256: 874c5c024f9e498f3e27d2c9ea5ad7e9981315608117f11e9f41c52d2797e51a

Contents?: true

Size: 413 Bytes

Versions: 22

Compression:

Stored size: 413 Bytes

Contents

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

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
microformats2-2.0.0.pre2 spec/support/cases/microformats.org/microformats-2/microformats-2-6.js
microformats2-2.0.0.pre1 spec/support/cases/microformats.org/microformats-2/microformats-2-6.js