|
Ran
|
Files
81
|
Run time
4s
|
Badge
README BADGES
|
push
travis-ci
Keep the data-* attributes at the edges of the DOM * 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: Ia1a60951e
12746 of 15662 relevant lines covered (81.38%)
21162.68 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|