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

            Bug ID: 69219
           Summary: Parsoid: Definition list items with times in them are
                    parsed "incorrectly"
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
       Web browser: ---
   Mobile Platform: ---

See e.g.
http://parsoid-lb.eqiad.wikimedia.org/wikimania2014wiki/Submissions%2FVisualEditor_%E2%80%94_engineering_against_the_odds?oldid=47825
vs
https://wikimania2014.wikimedia.org/wiki/Submissions/VisualEditor_%E2%80%94_engineering_against_the_odds?oldid=47825

Wikitext:

; '''Sunday August 10, 12:30, [[Frobisher 123]]'''

Parsoid HTML:

<dl><dt> <b>Sunday August 10, 12</b></dt><dd><b>30, <a rel="mw:WikiLink"
href="./Frobisher_123">Frobisher 123</a></b></dd></dl>


PHP parser HTML:

<dl><dt><b>Sunday August 10, 12:30, <a href="/wiki/Frobisher_123"
title="Frobisher 123">Frobisher 123</a></b></dt></dl>

It looks like this might be a syntax ambiguity, but hopefully we can have
bug-for-bug compatibility with the PHP parser? :)

-- 
You are receiving this mail because:
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