Bug 27441 - Indentation must support a list item without LI or a LI without OL and UL
Summary: Indentation must support a list item without LI or a LI without OL and UL
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-19 23:31 PDT by Ryosuke Niwa
Modified: 2011-08-19 13:07 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 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>
Comment 1 Aryeh Gregor 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*.)