|
Ran
|
Jobs
4
|
Files
81
|
Run time
4min
|
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
12749 of 15662 relevant lines covered (81.4%)
84650.82 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 952.1 | 0 |
81.38 |
Travis Job 952.1 | |
| 2 | 952.2 | 0 |
81.38 |
Travis Job 952.2 | |
| 3 | 952.3 | 0 |
81.35 |
Travis Job 952.3 | |
| 4 | 952.4 | 0 |
81.36 |
Travis Job 952.4 |