Last modified: 2013-02-15 00:46:27 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 T47024, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 45024 - Parsoid: Tables don't round-trip cleanly
Parsoid: Tables don't round-trip cleanly
Status: RESOLVED WONTFIX
Product: Parsoid
Classification: Unclassified
serializer (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Gabriel Wicke
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-14 22:10 UTC by Roan Kattouw
Modified: 2013-02-15 00:46 UTC (History)
3 users (show)

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


Attachments

Description Roan Kattouw 2013-02-14 22:10:05 UTC
See http://parsoid.wmflabs.org/_rt/mw/VisualEditor/Node_types for example. (This URL currently doesn't work because the /mw prefix disappeared in a recent change.)

* border="1" is normalized to border=1, but only in the table's attributes, not in the rows' attributes
* | rowspan="3" is normalized to |rowspan="3"
Comment 1 Gabriel Wicke 2013-02-15 00:46:27 UTC
The first normalization is actually the other way around: border=1 is normalized to border="1".

This is the expected degree of normalization for non-selective serialization, so closing as wontfix. Selective serialization is becoming smarter, and will soon only normalize a table cell or even only a part of a table cell's content, which will hide this issue normally.

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


Navigation
Links