Path: blob/main/files/en-us/web/api/abstractrange/collapsed/index.md
6520 views
------{{APIRef("DOM")}}
The read-only collapsed property of the {{domxref("AbstractRange")}} interface returns true if the range's start position and end position are the same.
Value
A boolean value which is true if the range is collapsed. A collapsed range is one in which the start and end positions are the same, resulting in a zero-character-long range.
Example
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}