[webkit-reviews] review requested: [Bug 21712] Indent on li creates new ol instead of merging with existing ol, numbering incorrect. : [Attachment 31878] fixes the problem with indenting nested lists

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 25 14:59:04 PDT 2009


Ryosuke Niwa <rniwa at google.com> has asked  for review:
Bug 21712: Indent on li creates new ol instead of merging with existing ol,
numbering incorrect.
https://bugs.webkit.org/show_bug.cgi?id=21712

Attachment 31878: fixes the problem with indenting nested lists
https://bugs.webkit.org/attachment.cgi?id=31878&action=review

------- Additional Comments from Ryosuke Niwa <rniwa at google.com>
This patch modifies the behavior of WebKit when indenting lists so as to merge
nested lists together when they're immediately next to each other.  This patch
also fixes the bug that when indenting a list, the id of a parent list is
copied to the nested list.


More information about the webkit-reviews mailing list