Splitting from T37247: content-holding <div> should only contain the page text and T180817: Review TemplateStyles patches related to previewing site CSS changes. Patch is https://gerrit.wikimedia.org/r/c/352835/ but seems like it needs to be done in a slightly different way.
Description
Details
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Open | None | T245748 Phase out JS-based legacy page indicators | |||
Resolved | TheDJ | T230471 TMH audio player missing for clips inside <indicator> | |||
Resolved | cscott | T188443 Wrap indicators in mw-parser-output class |
Event Timeline
As a note, this can be worked around wiki-side by including an element that has the class as part of the indicator e.g.
<indicator> <span class="mw-parser-output"> <templatestyles src=foo/> <span class="some-class">stuff</span> </span> </indicator>
will output the styles into the indicator as expected. Clearly a workaround but it works ~.
Change 749284 had a related patch set uploaded (by TheDJ; author: TheDJ):
[mediawiki/core@master] WIP: Wrap all indicators with mw-parser-output
Change 770666 had a related patch set uploaded (by C. Scott Ananian; author: TheDJ):
[mediawiki/core@master] parse: Wrap indicators with a div.mw-parser-output element
Change 770666 merged by jenkins-bot:
[mediawiki/core@master] parse: Wrap indicators with a div.mw-parser-output element
Change 749284 abandoned by Bartosz Dziewoński:
[mediawiki/core@master] parse: Wrap indicators with a div.mw-parser-output element
Reason:
Superseded by https://gerrit.wikimedia.org/r/c/mediawiki/core/+/770666