- From: <bugzilla@jessica.w3.org>
- Date: Wed, 24 Aug 2011 19:55:36 +0000
- To: public-webapps@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13893
Summary: Only HTML elements should be editable
Product: WebAppsWG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML Editing APIs
AssignedTo: ayg@aryeh.name
ReportedBy: ayg@aryeh.name
QAContact: sideshowbarker+html-editing-api@gmail.com
CC: mike@w3.org, public-webapps@w3.org
Ehsan pointed out that it doesn't make any sense to let the user edit SVG or
MathML unless the browser has a special editor for them. We should make only
HTML elements editable/editing hosts for now. Embedded SVG/MathML should be
treated as opaque, like an <img>. This probably means the root node of the
foreign content does need to be editable, so we know we can delete it, but we
don't want to touch any of its descendants.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Wednesday, 24 August 2011 19:55:37 UTC