https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 6b8588aa1af9eecacba49512eeee8aeba278091d authored by kritisingh1 on 27 March 2018, 18:18:07 UTC
checks null
Tip revision: 6b8588a
anno30.json
{
  "@context": "http://www.w3.org/ns/anno.jsonld",
  "id": "http://example.org/anno30",
  "type": "Annotation",
  "body": "http://example.org/road1",
  "target": {
    "source": "http://example.org/map1",
    "selector": {
      "type": "SvgSelector",
      "value": "<svg:svg> ... </svg:svg>"
    }
  }
}
back to top