ZVON
>
References
>
DOM2 Reference
Intro
/
Search
/
ZVON
DOM2 reference
>
TraversalRange:
Range
>
collapsed
[Go to standard]
[Glossary]
[Help]
collapsed (attribute )
Owning interface and usage:
Range
.
collapsed
Member of these other interfaces:
none
Readonly:
yes
Type:
Boolean
Description:
true
if the
Range
is collapsed.
Exception:
DOMException
INVALID_STATE_ERR
Raised if
detach
() has already been invoked on this object.