NEW 27441
Indentation must support a list item without LI or a LI without OL and UL
https://bugs.webkit.org/show_bug.cgi?id=27441
Summary Indentation must support a list item without LI or a LI without OL and UL
Ryosuke Niwa
Reported 2009-07-19 23:31:57 PDT
WebKit with patch for 26816 doesn't support indenting a list item without LI. e.g. <ol>hello</ol> results in <ol><blockquote class="webkit-indent-blockquote" style="margin: 0 0 0 40px; border: none; padding: 0px;">hello</blockquote></ol>
Attachments
Aryeh Gregor
Comment 1 2011-08-19 13:07:15 PDT
I've been ignoring this case because it's pathological. Nothing should ever produce such markup anyway, so why does it matter how it's handled? (Of course handling has to be well-defined, but it doesn't matter what it *is*.)
Note You need to log in before you can comment on or make changes to this bug.