The use of "em" and "nowiki" tags is not normal here: https://fr.wiktionary.org/w/index.php?title=F%C3%A9tider&diff=prev&oldid=18811193
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
[BREAKING CHANGE] Give the converter a 'fromClipboard' mode | VisualEditor/VisualEditor | master | +41 -8 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Duplicate | Esanders | T85377 When the user pastes in an <em>, we should probably convert it to an <i>? | |||
Resolved | Esanders | T94724 Be able to convert DOM->data differently for paste data vs initial conversion |
Event Timeline
Comment Actions
The use of "em" and "nowiki" tags is not normal here: https://fr.wiktionary.org/w/index.php?title=F%C3%A9tider&diff=prev&oldid=18811193
The <em> tags are inserted from an external paste, but you're right, we should possibly be more aggressive in downcasting them to <i> (and thus ''' in wikitext).
The <nowiki> tags are correct, because the user inserted two 's ('') not one ".
Comment Actions
Change 202437 had a related patch set uploaded (by Esanders):
[BREAKING CHANGE] Give the converter a 'fromClipboard' mode
Comment Actions
Change 202437 merged by jenkins-bot:
[BREAKING CHANGE] Give the converter a 'fromClipboard' mode