Since T201613: Unify 'edit notices' technology stack was done, I thought this can be considered: the edit notices should output mw-parser-output class by default so they can be styled by TemplateStyles. While they aren’t ‘article content’ per se, TemplateStyles extension requires it for its CSS to work, which makes template editors (like us in ruWP!) resort to hacks like the one in https://ru.wikipedia.org/wiki/Шаблон:Editnotice (wrapping content into <div class="mw-parser-output">) if we want to style editnotices using TemplateStyles.
I think a better solution would be to just add the class to all editnotices by default, since they can be expected to contain trustworthy HTML code that should be able to be targeted by TemplateStyles if needed, even while they are not article content. This will make those hacks obsolete and, for example, allow administrators across wikis to make more responsive interface messages/templates more easily.