Project

General

Profile

Actions

Bug #16123

closed

Accessibility and font-size selector in RTE

Added by Dmitry Pikhno over 18 years ago. Updated about 6 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-05-05
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

right now RTE uses font tag to change font-size of selected text.
But "font" is deprecated. Should be used <span style="font-size: " instead.

(issue imported from #M3417)

Actions #1

Updated by Martin Kutschker over 18 years ago

IMHO you should classes instead. Allowing arbitrary font sizes completely destroys a layout.

Actions #2

Updated by Dmitry Pikhno about 18 years ago

of course you are right. but as far as we have this button in RTE it has to work right. otherwise we should completly remove this button.

Actions #3

Updated by Martin Kutschker about 18 years ago

I think the font-size button uses the browsers edit features directly. So it's probably Firefox and IE that create those tags.

As for removing: I never ever allow any RTE button that adds inline style to my tags.

Actions #4

Updated by Stanislas Rolland about 16 years ago

With patch attached to issue #7970, the RTE will use span tag with style attribute in all browsers for fontstyle and fontsize. See #7970 for more details.

Actions #5

Updated by Benni Mack about 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF