https://bugzilla.wikimedia.org/show_bug.cgi?id=69313

            Bug ID: 69313
           Summary: Inconsistent parser behavior with space-pre nested in
                    HTML lists
           Product: MediaWiki
           Version: 1.24-git
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Parser
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
       Web browser: ---
   Mobile Platform: ---

<ul>
<li>

Whatever text.

<ul>
<li>I am a nested list.</li>
</ul>

 I am a space-indented
 preformatted text block.

</li>
<li>

Whatever text.

 I am *NOT* a space-indented
 preformatted text block.
 I am not even a separate paragraph.
 Isn't that stupid?

</li>
</ul>


For what it's worth, Parsoid produces no preformatted text blocks here, and
does something completely different (and not any less stupid) than the core
parser with the paragraphs.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to