Re: [editing] What to do with execCommand? (#53)

6 seems fine.

Even if implemented consistently across browsers, execCommand will not suffice for anything beyond simple ‘bold/italic’. What’s worse, execCommand is by definition too abstract and, used alongside more complex markup, will inevitably become dangerous (`<span style="font-weight: normal; color: black">`, anyone?)

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/editing/issues/53#issuecomment-107749396

Received on Monday, 1 June 2015 23:57:48 UTC