StaticRange: collapsed property
The collapsed
read-only property
of the StaticRange
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.