[Webkit-unassigned] [Bug 89177] CompositeShadowTreeWalker should use InsertionPoint::hasDistribution instead of InsertionPoint::isActive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 15 03:33:41 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=89177


Hayato Ito <hayato at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |




--- Comment #2 from Hayato Ito <hayato at chromium.org>  2012-06-15 03:33:40 PST ---
Reopened. ComposedShadowTreeWalker wrongly traverses nodes in the following case:

<div>
     #shadow-root
        <content>
            <div id=fallback>
    <div id=distributed-node>

If ComposendShadowTreeWalker traverses this tree, starting with #fallback element, it wrongly *escapes* out of the parent <content> element. Since a #fallback element is not used in composed shadow dom tree, it should be treated as orphaned subtree.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list