In our current setup, when you make text bold in the TinyMCE rich-text editor, it will render strong element in the frontend. We need to change this to bfor better accessibility compliance.
I’ve update the config in the appsettings as follow. For the “ValidElements” I changed it to:
b/strong[class|style],i/em[class|style].
But when I restart de application, go to Umbraco and change some text to bold, it still uses strong.
When I save the page, it removes the strong, but no b element is added.
Also, in old text, the strong element is also removed, when I open it in umbraco. I was hoping it would automatically be converted to belement.
Am I forgetting something? Is this a bug in tinyMCE? Who can help me?