Bug 101048 - [Shadow DOM] Needs a function which returns all *midpoint* insertion points for a distributed node.
Summary: [Shadow DOM] Needs a function which returns all *midpoint* insertion points f...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 82169
  Show dependency treegraph
 
Reported: 2012-11-02 06:37 PDT by Hayato Ito
Modified: 2020-08-18 10:40 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hayato Ito 2012-11-02 06:37:36 PDT
To implement a '/select/' reference combinator, we need to know all insertion points to where a node is distributed.
One of them is the final destination and the other insertion points are mid-point insertion points, through which a node is reprojected.