Articles tagged: Static Range API
Found 9 documents
- Web/API/StaticRange The StaticRange interface provides attributes that track the start and end position of a range, ...
- Web/API/StaticRange/collapsed The collapsed read-only property of the StaticRange interface returns true if the range's start ...
- Web/API/StaticRange/endContainer The endContainer property of the StaticRange interface returns the end Node for the range.
- Web/API/StaticRange/endOffset The endOffset property of the StaticRange interface returns the offset into the end node of the ...
- Web/API/StaticRange/startContainer The startContainer property of the StaticRange interface returns the start Node for the range.
- Web/API/StaticRange/startOffset The startOffset property of the StaticRange interface returns the offset into the start node of ...
- Web/API/StaticRange/StaticRange The StaticRange() constructor creates a new StaticRange object which provides attributes that ...
- Web/API/StaticRange/toRange The toRange() property of the StaticRange interface converts the StaticRange object to a Range ...
- Web/API/Window/StaticRange The StaticRange property of the Window interface returns a StaticRange() constructor which ...