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

       Web browser: ---
            Bug ID: 46300
           Summary: Handle mixed wikitext / html tables consistently
           Product: Parsoid
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JS/General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---

We should figure out how to consistently handle mixed html/wikitext tables. The
PHP parser does not handle these at all, but we do to some degree. The
parsoid-only parser tests 'Wikitext table with html-syntax row (Parsoid)'
should be revisited in this light.

Also interesting for comparison: The PHP parser collapses this into a single
list item, withe the HTML version winning (bug 41289):

* <li>foo</li>

A few test cases:

{|
|
<td>foo</td>
|}

{|
|<td>foo</td>
|}


{|
<td>foo</td>
|}

{|
|-
<td>foo</td>
|}

{|
|-
|<td>foo</td>
|}

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to