RESOLVED FIXED Bug 129144
Disallow the use of -webkit-user-modify on shadow pseudo elements
https://bugs.webkit.org/show_bug.cgi?id=129144
Summary Disallow the use of -webkit-user-modify on shadow pseudo elements
Ryosuke Niwa
Reported 2014-02-21 01:47:29 PST
It's a terrible idea to let authors override the editability of UA shadow DOM via -webkit-user-modify. In fact, we already have a bunch of -webkit-user-modify: read-only !important rules in html.css. In order to resolve the bug 129034, completely disallow them in all cases in the engine itself. Heck, we probably want to disallow -webkit-user-modify anywhere in the shadow DOM since it's a legacy CSS property that's hurting the performance for us.
Attachments
Patch (10.69 KB, patch)
2014-02-21 01:52 PST, Ryosuke Niwa
no flags
Ryosuke Niwa
Comment 1 2014-02-21 01:52:09 PST
Geoffrey Garen
Comment 2 2014-02-21 13:55:50 PST
Comment on attachment 224843 [details] Patch r=me
WebKit Commit Bot
Comment 3 2014-02-21 14:27:54 PST
Comment on attachment 224843 [details] Patch Clearing flags on attachment: 224843 Committed r164501: <http://trac.webkit.org/changeset/164501>
WebKit Commit Bot
Comment 4 2014-02-21 14:27:57 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.