Bug 86829

Summary: InsertionPoint::isActive() returns true even if the insertion point is not inside of Shadow DOM subtree.
Product: WebKit Reporter: Hayato Ito <hayato>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: dglazkov, dominicc, morrita, shinyak, tasak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 86830    

Hayato Ito
Reported 2012-05-18 02:11:28 PDT
Current implementation of InsertionPoint::isActive() returns 'true' even if the insertion point is not inside of Shadow DOM subtree. The spec says: > If an insertion point is not in a shadow DOM subtree, it must have the same rendering behavior as the HTMLUnknownElement. So we should return false for such an insertion point to avoid confusion.
Attachments
Hayato Ito
Comment 1 2012-05-22 05:27:49 PDT
Hayato Ito
Comment 2 2012-05-23 00:29:57 PDT
Note You need to log in before you can comment on or make changes to this bug.