#3731: Support 'style only' override in style system
---------------------------+------------------------------------------------
 Reporter:  garry.yao      |       Owner:              
     Type:  New Feature    |      Status:  new         
 Priority:  Normal         |   Milestone:  CKEditor 3.x
Component:  Core : Styles  |     Version:              
 Keywords:  Discussion     |  
---------------------------+------------------------------------------------
 This's a ticket derived from #705, which provide a UC of the following
 style definition which we don't support now:
 {{{
 { element : 'strong', overrides : [ { element: 'b'}, { element: 'font',
 styles : { 'font-weight' : 'bold' } } ] }
 }}}
 And a more generic UC ( and actually a common case )with 'style' only
 definition could be inferred as:
 {{{
 { element : 'strong', overrides : [ { element: 'b'}, { element: '*',
 styles : { 'font-weight' : 'bold' } } ] }
 }}}
 Which declare that we need to consider bold for the following two cases:
  1. It's a <strong> tag;
  1. It's a <b> tag;
  1. It's any tag with ''"font-weight" : "bold"'' style;

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3731>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to