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

Gabriel Wicke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #4 from Gabriel Wicke <[email protected]> ---
The issue is normally something of this form:

{|
| {{style-and-cell}}
|}

The transclusion returns some attributes and possibly table content.

This cannot easily be parsed in Parsoid while also retaining round-trip
information. And even if we could, this would be very hard to represent in HTML
so that the VisualEditor can present a sensible user interface for it. So this
will remain a limitation of Parsoid.

This issue can however be avoided by changing the template to return the entire
table cell including the leading pipe:

{|
{{style-and-cell}}
|}

with {{style-and-cell}} containing:

| style="the style" | The cell content

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