Page MenuHomePhabricator

Newly inserted ref list not highlighted green
Closed, ResolvedPublic0 Estimated Story Points

Description

This is because we add the change classes (actually data-diff-action) by abusing the originalDomElements feature, but MWReferencesListNode sets preserveHtmlAttributes to false (as could any node). We should come up with another approach for adding change classes, probably within ve.dm.Converter itself.