mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-12-12 15:15:12 +00:00
5b2cbc48bd
Significant change is that footnote marker numbers are changed from being a CSS-rendered marker to using the rendered "fallback" text. This could be avoided using the same trick as is implemented for the reflist: send an inline style variable with the marker content; but let's only do this if really necessary for user experience. Template-produced refs are still wrong, but this patch continues to render them as they come from Parsoid, in the content script. TODO in later patches: * reuse of a subref is rendered as '3.2.1' in reader view but '3.0' and '3.1' in the editor. * subref numbering is backwards in RTL languages Bug: T247921 Change-Id: Ieff73769f8ebbc3724f6a9b498487c4e7d09aa2e |
||
---|---|---|
.. | ||
.eslintrc.json | ||
ve.dm.citeExample.js | ||
ve.dm.Converter.test.js | ||
ve.dm.InternalList.test.js | ||
ve.dm.MWReferenceModel.test.js | ||
ve.dm.MWReferenceNode.test.js | ||
ve.dm.MWReferencesListNode.test.js | ||
ve.dm.Transaction.test.js | ||
ve.ui.DiffElement.test.js | ||
ve.ui.MWCitationDialogTool.test.js | ||
ve.ui.MWReferenceContextItem.test.js | ||
ve.ui.MWReferenceDialog.test.js | ||
ve.ui.MWReferenceGroupInputWidget.test.js | ||
ve.ui.MWReferenceResultWidget.test.js | ||
ve.ui.MWReferenceSearchWidget.test.js | ||
ve.ui.MWReferencesListDialog.test.js | ||
ve.ui.MWUseExistingReferenceCommand.test.js | ||
ve.ui.MWWikitextStringTransferHandler.test.js |