https://bugzilla.wikimedia.org/show_bug.cgi?id=50505

--- Comment #5 from Krinkle <[email protected]> ---
Indeed, basically the logic we currently have (or call from)
ve.ce.MWReferenceListNode and ve.ce.MWReferenceNode. Converting data-mw into a
the dom as it should be given to the browser (html tag name, class name,
children composition and attributes etc.). And for ref nodes the sequence
between different ones as well. Though VE may have to run the logic more often
(where parsoid presumably only runs it once per document) it'd be nice to share
this logic.

The HTML rendered by MediaWiki extension tags and/or parser functions should
not be hardcoded in VE. Perhaps in a VE plugin, but since it'd be the same for
Parsoid as for VE, it'd be nice if this can be shared so that a MediaWiki
extension that wants to have logic for Parsoid/VE only needs 1 type of plugin
that both can use.

-- 
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

Reply via email to