- From: <bugzilla@jessica.w3.org>
- Date: Tue, 08 Nov 2011 15:58:25 +0000
- To: public-webapps@w3.org
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: ayg@aryeh.name
ReportedBy: ayg@aryeh.name
QAContact: sideshowbarker+html-editing-api@gmail.com
CC: mike@w3.org, public-webapps@w3.org
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.
Received on Tuesday, 8 November 2011 15:58:30 UTC