Currently, our reset CSS has the effect that text in <strong> is not bold, text in <em> is not italic, etc. – we need some of those styles, though (some of those elements are used in permission error messages from T235154, for example).
Affected elements (edit this list):
- <strong> should be bold (permission error, heading)
- <em> should be italic (permission error, block reason)
- <li> should be indented (permission error, details)
- ...