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

       Web browser: ---
             Bug #: 33918
           Summary: « * » (<ul>) syntax might be more user-tolerant
           Product: MediaWiki
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Parser
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Currently, if lines beginning with a « * » (for <ul>'s) are separated by an
empty line, they are rendered as separate <ul>'s.

i.e. "* foo\n\n* bar" is rendered as "<ul><li>foo</li></ul>
<ul><li>bar</li></ul>"

We encounter a lot of cases like that, because contributors may think the
wikisource is more readable so, and they don't notice the semantic failure.

In the case of "*", we can be pretty sure the contributor intended to make a
single list. So I suggest we could be more tolerant and discard empty lines.

The case of "#" (<ol>) might require some examination of its uses on wikis
before, but I think it may be readily feasible too.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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