Changes between Version 2 and Version 3 of Ticket #7611, comment 2
- Timestamp:
- 11/24/10 02:52:07 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7611, comment 2
v2 v3 5 5 1. The inserted element must be an inline element 6 6 2. The element must be inserted using insertBefore 7 3. The first previous non-empty, non-white-space-only sibling element of the target of the insert must:7 3. The first previous non-empty, non-white-space-only, non-text-node sibling element of the target of the insert must: 8 8 1. Be inline and 9 9 2. End with a line break 10 4. There must be at least one text node, empty node, or white-space only node between the sibling containing the line break and the target 10 11 11 12 If all these criteria are met, the inserted elements will not appear until another, different DOM manipulation occurs that does not match these criteria (even though the DOM manipulation occurs successfully).
