Home | History | Annotate | Download | only in editing

Lines Matching full:editable

473     // The selection is based in editable content.
475 // If the start is outside the base's editable root, cap it at the start of that root.
476 // If the start is in non-editable content that is inside the base's editable root, put it
477 // at the first editable position after start inside the base's editable root.
486 // If the end is outside the base's editable root, cap it at the end of that root.
487 // If the end is in non-editable content that is inside the base's root, put it
488 // at the last editable position before the end inside the base's root.
497 // The selection is based in non-editable content.
499 // FIXME: Non-editable pieces inside editable content should be atomic, in the same way that editable
500 // pieces in non-editable content are atomic.
502 // The selection ends in editable content or non-editable content inside a different editable ancestor,
503 // move backward until non-editable content inside the same lowest editable ancestor is reached.
532 // The selection starts in editable content or non-editable content inside a different editable ancestor,
533 // move forward until non-editable content inside the same lowest editable ancestor is reached.