Bug Tracker

Changes between Version 2 and Version 3 of Ticket #7611, comment 2


Ignore:
Timestamp:
11/24/10 02:52:07 (2 years ago)
Author:
snover
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7611, comment 2

    v2 v3  
    551. The inserted element must be an inline element 
    662. 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: 
     73. The first previous non-empty, non-white-space-only, non-text-node sibling element of the target of the insert must: 
    88   1. Be inline and 
    99   2. End with a line break 
     104. 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 
    1011 
    1112If 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).