[Webkit-unassigned] [Bug 57148] Delete table in contentEditable/designMode produces odd contents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 26 12:28:23 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=57148





--- Comment #20 from Darin Adler <darin at apple.com>  2011-05-26 12:28:23 PST ---
I think it’s fine to adjust this list of properties. If it has to do with editing, we may want to move that list somewhere else.

I don’t understand the ramification of removing these specific properties. I think that generally if you are using a particular editing user interface, the properties you don’t want to copy are the ones that have no UI to adjust them. Hence, any code inside WebKit has to make a lot of assumptions about UI. That’s not great, and worth thinking over.

Google Docs might have one set of properties it can adjust in Chrome. Some other properties might be adjustable only in Safari because it has different menu items. And then uses outside the web such as Mail might have yet another set of properties. I’m concerned about trying to use a single list for all of these.

The old concept, inheritable properties, was something that was more easily specified, but I see now that the decision of which properties to deal with is more context-dependent than I had thought.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list