http://www.w3.org/Bugs/Public/show_bug.cgi?id=14727
Summary: Deleting doesn't handle non-normalized sublists
correctly
Product: WebAppsWG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: HTML Editing APIs
AssignedTo: [email protected]
ReportedBy: [email protected]
QAContact: [email protected]
CC: [email protected], [email protected]
Test for delete command:
<ol><ol><li>foo</ol><li>{}<br><ol><li>bar</ol></ol>
This should be equivalent to
<ol><ol><li>foo</ol><li>{}<br></li><ol><li>bar</ol></ol>
but isn't. See bug 13976.
--
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.