Definition
DOM Standard defines AbstractRange
[Exposed=Window]
interface AbstractRange {
readonly attribute Node startContainer;
readonly attribute unsigned long startOffset;
readonly attribute Node endContainer;
readonly attribute unsigned long endOffset;
readonly attribute boolean collapsed;
};
Referring IDL interfaces/dictionaries
Referring specifications
- CSS Custom Highlight API Module Level 1 refers to
AbstractRange