mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 15:04:02 +00:00
53c9863382
* FIXME: stop skipping jsapi tests * DU.serializeNode is renamed to DU.toXML, to avoid confusion with wikitext serialization (and a name clash when grepping). * DU.serializeToXML is renamed to DU.ppToXML, to distinguish it both in name and use from DU.toXML. This is a special xml serializer that's meant to be used in Parsoid's DOM post-processing phase. It's aware of a node's .dataobject and automatically transfers that to json stringified attributes before serializing a node. * DU.ppToDOM is added as helper for loading attributes when parsing html, as in DU.parseHTML. It's the converse to DU.ppToXML * Diff markers are no longer stored as json stringified attributes on nodes while serializing. Only when dom dumping, and even then only on clones. * Once T100856 is fixed, we can look into discarding data-parsoid from html that's stored in data-mw (ie. captions, references, etc.) * Filed T133334 to note that some of the html we're stuffing in data-mw needs further processing, since we're storing ref markers. Bug: T91700 Change-Id: Ia1a60951e6292b5eb073eedca0b79938094809d2 |
||
---|---|---|
.. | ||
Cite |