Bug 129072
Summary: | Delete button controller shouldn't pollute id namespace | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | darin, enrica |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Right now, delete button controller pollutes document's id namespace by exposing "WebKit-Editing-Delete-Button"
We shouldn't do that. Use shadow DOM or render tree to implement delete button controller instead.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |