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

            Bug ID: 72172
           Summary: Wrong list construction when <span> tag is used
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: General/Unknown
          Assignee: [email protected]
          Reporter: [email protected]
       Web browser: ---
   Mobile Platform: ---

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

-- 
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