[Bug 13839] New: Merge adjacent inline markup when deleting

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: ayg@aryeh.name
        ReportedBy: ayg@aryeh.name
         QAContact: sideshowbarker+html-editing-api@gmail.com
                CC: mike@w3.org, public-webapps@w3.org


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.

Received on Friday, 19 August 2011 18:39:21 UTC