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

Also available in: Atom PDF