Last modified: 2014-02-12 23:39:50 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 T48300, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 46300 - Handle mixed wikitext / html tables consistently
Handle mixed wikitext / html tables consistently
Status: NEW
Product: Parsoid
Classification: Unclassified
General (Other open bugs)
unspecified
All All
: Low normal
: ---
Assigned To: Gabriel Wicke
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-19 00:09 UTC by Gabriel Wicke
Modified: 2014-02-12 23:39 UTC (History)
1 user (show)

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


Attachments

Description Gabriel Wicke 2013-03-19 00:09:08 UTC
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>
|}
Comment 1 Andre Klapper 2013-07-04 10:33:15 UTC
[Parsoid component reorg by merging JS/General and General. See bug 50685 for more information. Filter bugmail on this comment. parsoidreorg20130704]

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


Navigation
Links