Bug 82022
Summary: | [ShadowDOM] Have a good alternative name for ReifiedTreeTraversal::adjustedParentNode. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Hayato Ito <hayato> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | CC: | morrita |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 79197 | ||
Bug Blocks: | 78585 |
Hayato Ito
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Hajime Morrita
ReifiedTreeTraversal API was killed by Bug 83110.