Bug 116786 - Move :active chain participation state from Node to Element.
Summary: Move :active chain participation state from Node to Element.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-26 07:54 PDT by Andreas Kling
Modified: 2013-05-26 15:23 PDT (History)
4 users (show)

See Also:


Attachments
Snack for EWS (11.59 KB, patch)
2013-05-26 07:55 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff
Patch (13.04 KB, patch)
2013-05-26 15:14 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-05-26 07:54:36 PDT
Move "in active chain" state from Node to Element.
Comment 1 Andreas Kling 2013-05-26 07:55:05 PDT
Created attachment 202922 [details]
Snack for EWS
Comment 2 Andreas Kling 2013-05-26 15:14:15 PDT
Created attachment 202930 [details]
Patch
Comment 3 Andreas Kling 2013-05-26 15:23:17 PDT
Committed r150722: <http://trac.webkit.org/changeset/150722>