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
console.log(new CFI('epubcfi(/4[body01]/10[para05;vnd.foo=bar]/3:10[foobar;vnd.foo=bar])').get())
"Implementations MUST ignore all parameters that they do not understand or cannot parse."
[ [ { nodeIndex: 4, nodeID: 'body01' }, { nodeIndex: 10, nodeID: 'para05' }, { nodeIndex: 3, offset: 10, textLocationAssertion: 'foobar' } ] ]
Vendor-specific parameters treated as part of ID/text.
[ [ { nodeIndex: 4, nodeID: 'body01' }, { nodeIndex: 10, nodeID: 'para05;vnd.foo=bar' }, { nodeIndex: 3, offset: 10, textLocationAssertion: 'foobar;vnd.foo=bar' } ] ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce
Expected result
"Implementations MUST ignore all parameters that they do not understand or cannot parse."
Actual result
Vendor-specific parameters treated as part of ID/text.
The text was updated successfully, but these errors were encountered: