https://bugzilla.wikimedia.org/show_bug.cgi?id=67237
--- Comment #2 from [email protected] --- Everything is being done on the DOM right now, but there is no distinction between the dom of part of the page processed in a new pipeline vs. the top-level content DOM. The final generateRefs dom pass has to be restructured to do different things on the top-level doc and on pieces of the doc being processed in other pipelines. I am going to restructure this now that I already added this distinction (top-level vs. not) as part of a recent token-stream-patcher commit. So far, looks like Cite and Linter also might do different things on the DOM based on whether the dom is the top-level dom or not. -- 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
