Bug 129072 - Delete button controller shouldn't pollute id namespace
Summary: Delete button controller shouldn't pollute id namespace
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 16:11 PST by Ryosuke Niwa
Modified: 2014-02-19 16:11 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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.