Feature #25085
Updated by Mathias Schreiber almost 10 years ago
By default, the RTE provides buttons for presentational markup and also remaps logical to presentational markup. E.g., < strong >example 1< /strong > < em >example 2< /em > becomes < b >example 1< /b > < i >example 1< /i > Since presentational properties are the domain of CSS, the remapping should act the other way round and the buttons for the logical markup should be displayed by default. (issue imported from #M17650)