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

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE
            Summary|Parsoid deletes table       |Parsoid doesn't handle
                   |syntax if it doesn't        |unclosed table attributes
                   |recognise it as a table /   |(because of missing quote)
                   |the table is malformed      |in all scenarios

--- Comment #2 from [email protected] ---
The problem with [[Hillsboro_Hops_season]] is unclosed quotes for the bgcolor
attribute (see snippet below):

...
|- align="center" bgcolor="
...

Parsoid does attempt to deal with unclosed quotes in table attributes, but its
handing can be further improved.  (See bug 49839).  For now, I would recommend
fixing the page.

You can reproduce the bug with the following snippet in your sandbox (all the
wikitext elements below are necessary for the bug to show up in its nasty form
-- with some pieces removed, Parsoid handles it much better).

:{|
|-
! bgcolor="bbbbbb" | Game postponed
|}

{|
|- bgcolor="
| a || b
|}

*** This bug has been marked as a duplicate of bug 49839 ***

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