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: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
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.