Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "@context": "http://www.w3.org/ns/anno.jsonld", | |
| 3 "id": "http://example.org/anno32", | |
| 4 "type": "Annotation", | |
| 5 "body": "http://example.org/comment1", | |
| 6 "target": { | |
| 7 "source": "http://example.org/page1", | |
| 8 "selector": { | |
| 9 "type": "FragmentSelector", | |
| 10 "value": "para5", | |
| 11 "refinedBy": { | |
| 12 "type": "TextQuoteSelector", | |
| 13 "exact": "Selected Text", | |
| 14 "prefix": "text before the ", | |
| 15 "suffix": " and text after it" | |
| 16 } | |
| 17 } | |
| 18 } | |
| 19 } | |
| OLD | NEW |