Last modified: 2014-10-10 01:54:01 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T71313, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 69313 - Inconsistent parser behavior with space-pre nested in HTML lists
Inconsistent parser behavior with space-pre nested in HTML lists
Status: NEW
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.24rc
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-08-08 22:23 UTC by Bartosz Dziewoński
Modified: 2014-10-10 01:54 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Bartosz Dziewoński 2014-08-08 22:23:31 UTC
<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.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links