Last modified: 2014-10-17 10:46:07 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 T74172, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 72172 - Wrong list construction when <span> tag is used
Wrong list construction when <span> tag is used
Status: RESOLVED DUPLICATE of bug 9737
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
unspecified
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-17 02:59 UTC by Diego Queiroz
Modified: 2014-10-17 10:46 UTC (History)
1 user (show)

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


Attachments

Description Diego Queiroz 2014-10-17 02:59:06 UTC
When I use <span> before a list:

<span>
* List item
* List item
</span>

It is translated into HTML as:

<ul>
  <li><span>List item</span></li>
  <li><span>List item</span></li>
</ul>

This leads to strange behavior, since the bullets are not inclosed by the <span> tag.

The same problem does not happen when I use the <div> tag.

This page clearly displays the problem: https://test.wikipedia.org/wiki/ListSpanExample
Comment 1 Andre Klapper 2014-10-17 10:46:07 UTC
Hi Diego. Thanks for taking the time to report this!
This particular problem has already been reported into our bug tracking system, but please feel free to report any further issues you find.

*** This bug has been marked as a duplicate of bug 9737 ***

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


Navigation
Links