We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Follow-up from: #98 and #95
TODO: agree on naming, define the JSON Schema For example:
{ "href": "http://example.com/chapter1", "type": "text/html", "title": "Chapter 1", "locations": { "progression": 0.8, "fragments": [ "#paragraph-id", "t=15" ], "cssSelector": "body.rootClass div:nth-child(2) p#paragraph-id", "partialCfi": "/4/2/8/6[paragraph-id]", "domRange": { "start": { "cssSelector": "body.rootClass div:nth-child(2) p#paragraph-id", "textNodeIndex": 0, "offset": 11 }, "end": { "cssSelector": "body.rootClass div:nth-child(2) p#paragraph-id", "textNodeIndex": 0, "offset": 22 } } } }
The text was updated successfully, but these errors were encountered:
Let's continue to discuss the specifics of domRange here: #95
domRange
Sorry, something went wrong.
First draft: https://github.com/readium/architecture/blob/master/locators/extensions/html.md
Specification moved to: https://github.com/readium/architecture/blob/master/models/locators/extensions/html.md
No branches or pull requests
Follow-up from: #98 and #95
TODO: agree on naming, define the JSON Schema
For example:
The text was updated successfully, but these errors were encountered: