Opened 16 years ago

Closed 11 years ago

#1444 closed New Feature (wontfix)

Style and tags

Reported by: datalink Owned by:
Priority: Normal Milestone:
Component: General Version: SVN (FCKeditor) - Retired
Keywords: Cc:

Description

If I format a text, source is (for example):

<span style="background-color: rgb(153, 204, 0);"><span style="color: rgb(255, 102, 0);">word</span></span>

I think many XHTML maniacs want:

<span style="background-color: rgb(153, 204, 0); color: rgb(255, 102, 0);">word</span>

If there is formating the complete text in a block, source is:

<p><span style="background-color: rgb(153, 204, 0);"><span style="color: rgb(255, 102, 0);">word word word</span></span></p>

but it should be:

<p style="background-color: rgb(153, 204, 0); color: rgb(255, 102, 0);">word word word</p>

Change History (2)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed added
Version: SVN

comment:2 Changed 11 years ago by Jakub Ś

Resolution: wontfix
Status: confirmedclosed

FCKeditor is no longer supported and CKEditor has this issue reported for example here #9295.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy