http://www.w3.org/Bugs/Public/show_bug.cgi?id=13839
Summary: Merge adjacent inline markup when deleting
Product: WebAppsWG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: HTML Editing APIs
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
WebKit bug: https://bugs.webkit.org/show_bug.cgi?id=12322
So for instance, if you delete the space in <b>foo</b> <b>bar</b>, it should be
<b>foobar</b>, not <b>foo</b><b>bar</b>. This is not a common issue, but it
might be nice to have eventually.
--
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.