[Bug 13144] designMode needs to persist when an iframe is navigated

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13144

--- Comment #4 from Aryeh Gregor <ayg@aryeh.name> 2011-08-16 15:02:55 UTC ---
The definition of editing host/editable depends on the definition of
designMode, so if you're going to keep those you have to keep designMode too. 
For now I'll stick to just defining execCommand() and friends, and how user
keystrokes map to various method calls, and Selection once I steal that from
DOM Range.  You can keep the rest.  At some point it might make sense for me to
take more, but I have plenty to do right now with what I have, so no rush.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 16 August 2011 15:02:58 UTC