Opened 17 years ago
Closed 12 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 17 years ago by
Keywords: | Confirmed added |
---|---|
Version: | → SVN |
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
FCKeditor is no longer supported and CKEditor has this issue reported for example here #9295.