Feature #25085
closed
Remapping: Logical vs. presentational markup
Added by Christian Hennecke almost 14 years ago.
Updated almost 10 years ago.
Description
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)
The remapping is done for Firefox only when standard inline elements are used. This is due to the Firefox Midas execCommand method which does not support strong and em elements (https://developer.mozilla.org/en/Midas).
However, using the Extension Manager, you can configure the RTE to enable Additional Inline Elements. All logical and presentational markup will then be available. You just need to configure the toolbar with those you want your authors to use. See the manual for documentation of the behaviour of these elements. When this option is enabled, no remapping is performed in any browser.
OK, thanks. I was under the impression that remapping was still done if Additional Inline Elements were enabled.
- Description updated (diff)
- Status changed from New to Closed
- Target version deleted (
0)
I consider this issue closed.
If you have any more info on this issue, simply re-open it.
Also available in: Atom
PDF