Changes between Initial Version and Version 1 of Ticket #10822, comment 5
- Timestamp:
- Oct 23, 2013, 8:00:33 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10822, comment 5
initial v1 3 3 * Neither inline nor block styles are applied to the non-editable parts of content. 4 4 * Iterator does not return non-editable blocks. 5 * Iterator returns non-editable blocks.5 * Exception: iterator returns blocks with contenteditable="false". 6 6 * Iterator enters nested editables and returns block found inside them. 7 7 * Iterator does not leak out from range.root any more.