dom-anchor-text-position icon indicating copy to clipboard operation
dom-anchor-text-position copied to clipboard

Convert between DOM Range instances and text positions.

Results 1 dom-anchor-text-position issues
Sort by recently updated
recently updated
newest added

According to [the specification](https://hyp.is/LLh21jV9EeeefhuIiAQORg/www.w3.org/TR/annotation-model/) the selection (for quote and position selectors) should be expressed in code points rather than code units. The positions currently recorded and anchored via `fromRange` and...