This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14727 - Deleting doesn't handle non-normalized sublists correctly
Summary: Deleting doesn't handle non-normalized sublists correctly
Status: NEW
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - HTML Editing APIs (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 minor
Target Milestone: ---
Deadline: 2015-07-30
Assignee: Aryeh Gregor
QA Contact: HTML Editing APIs spec bugbot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-08 15:58 UTC by Aryeh Gregor
Modified: 2015-07-30 23:47 UTC (History)
2 users (show)

See Also:


Attachments

Description Aryeh Gregor 2011-11-08 15:58:24 UTC
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.