WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
Bug 86829
InsertionPoint::isActive() returns true even if the insertion point is not inside of Shadow DOM subtree.
https://bugs.webkit.org/show_bug.cgi?id=86829
Summary
InsertionPoint::isActive() returns true even if the insertion point is not in...
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
Add attachment
proposed patch, testcase, etc.
Hayato Ito
Comment 1
2012-05-22 05:27:49 PDT
https://bugs.webkit.org/show_bug.cgi?id=86829
will fix this issue.
Hayato Ito
Comment 2
2012-05-23 00:29:57 PDT
https://bugs.webkit.org/show_bug.cgi?id=86830
fixed this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug