Use of display:table vs. display:block for Editor
Jamroom Developers
TiG:
I am reading that we should not allow our users to use tinymce under any conditions (all devices) because it allows them to stylize their comments with HTML and CSS. Am I misinterpreting?
I am reading that we should not allow our users to use tinymce under any conditions (all devices) because it allows them to stylize their comments with HTML and CSS. Am I misinterpreting?
No - that is correct. The problem with embedding CSS is that you just can't style it. So let's say down the road you want to change the font face used on the site - with embedded CSS you can't change it - you're stuck with whatever the user has selected.
If it is a function of the site and is needed, then of course use it - that's why it is there, so it's 100% up to you.