Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "@context": "http://www.w3.org/ns/anno.jsonld", | |
| 3 "id": "http://example.org/anno31", | |
| 4 "type": "Annotation", | |
| 5 "body": "http://example.org/comment1", | |
| 6 "target": { | |
| 7 "source": "http://example.org/page1.html", | |
| 8 "selector": { | |
| 9 "type": "RangeSelector", | |
| 10 "startSelector": { | |
| 11 "type": "XPathSelector", | |
| 12 "value": "//table[1]/tr[1]/td[2]" | |
| 13 }, | |
| 14 "endSelector": { | |
| 15 "type": "XPathSelector", | |
| 16 "value": "//table[1]/tr[1]/td[4]" | |
| 17 } | |
| 18 } | |
| 19 } | |
| 20 } | |
| OLD | NEW |