Project

General

Profile

Actions

Feature #25085

closed

Remapping: Logical vs. presentational markup

Added by Christian Hennecke almost 14 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-02-18
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

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)

Actions #1

Updated by Stanislas Rolland almost 14 years ago

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.

Actions #2

Updated by Christian Hennecke over 13 years ago

OK, thanks. I was under the impression that remapping was still done if Additional Inline Elements were enabled.

Actions #3

Updated by Mathias Schreiber almost 10 years ago

  • 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.

Actions

Also available in: Atom PDF