AbstractRange.idl 272 B

12345678
  1. [Exposed=Window]
  2. interface AbstractRange {
  3. readonly attribute Node startContainer;
  4. readonly attribute unsigned long startOffset;
  5. readonly attribute Node endContainer;
  6. readonly attribute unsigned long endOffset;
  7. readonly attribute boolean collapsed;
  8. };