• Robert Knight's avatar
    Fail anchoring in PDFs if there is no quote selector · 47706128
    Robert Knight authored
    Changes in text rendering across PDF.js versions can render position
    selectors invalid. Therefore any anchoring done with position selectors must
    be checked against the quote, as we do with HTML annotations.
    
    This commit disallows anchoring using only position selectors in PDFs
    and restructures `anchor` control flow using async/await to make it
    easier to follow.
    
    We have been capturing quote selectors with PDF annotations forever, so
    there should be no impact on old annotations.
    47706128
Name
Last commit
Last update
..
test Loading commit data...
html.js Loading commit data...
match-quote.js Loading commit data...
pdf.js Loading commit data...
placeholder.js Loading commit data...
text-range.js Loading commit data...
types.js Loading commit data...
xpath.js Loading commit data...