Bug 82022 - [ShadowDOM] Have a good alternative name for ReifiedTreeTraversal::adjustedParentNode.
Summary: [ShadowDOM] Have a good alternative name for ReifiedTreeTraversal::adjustedPa...
Status: RESOLVED INVALID
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: 79197
Blocks: 78585
  Show dependency treegraph
 
Reported: 2012-03-22 23:24 PDT by Hayato Ito
Modified: 2012-05-28 23:58 PDT (History)
1 user (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-03-22 23:24:59 PDT
ReifiedTreeTraversal::adjustedParentNode is intended to be used for calculating ancestors for EventDispatch.
Although the shadow DOM spec uses a term of 'adjusted parent node' in its '6 Event' section, it is not a good name as a general API name.
Let's use a good alternative name in APIs.
Comment 1 Hajime Morrita 2012-05-28 23:58:25 PDT
ReifiedTreeTraversal API was killed by Bug 83110.