Delete button controller shouldn't pollute id namespace
https://bugs.webkit.org/show_bug.cgi?id=129072
Summary Delete button controller shouldn't pollute id namespace
Ryosuke Niwa
Reported 2014-02-19 16:11:14 PST
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
Note You need to log in before you can comment on or make changes to this bug.