mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
50f01c4f28
This adds the 'reference-text' class where Parsoid added 'mw-reference-text'. If we don't care about the "mw-" prefix, since there are very few wiki and code references to 'mw-reference-text', it might seem like we could update all those references and rip out 'mw-reference-text' from Parsoid output. But, Parsoid HTML is also exposed via the REST API which means there are likely many users out there analyzing Parsoid HTML. https://github.com/search?q=%22mw-reference-text%22+NOT+language%3AHTML&type=code says there are 512 references to this string - so looks like we are probably going to rely on a major HTML version bump in Parsoid in the future and then rip out all the duplicate classes (mw-ref, mw-references, mw-reference-text OR reference, references, reference-text). Bug: T328695 Change-Id: I04b18ac75863a0e3e61bdd47b34508e5547dc872 |
||
---|---|---|
.. | ||
bookReferencing.txt | ||
citeParserTests-knownFailures.json | ||
citeParserTests.txt | ||
citeSmokeTests.txt | ||
fragementModes.txt | ||
parserFunctionTests.txt | ||
responsiveReferences.txt |