JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _samples / output_xhtml.html
index f65cd0b..2fcd5b2 100644 (file)
@@ -94,8 +94,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                font_style :\r
                                                {\r
                                                                element         : 'span',\r
-                                                               attributes              : { 'class' : '#(family)' },\r
-                                                               overrides       : [ { element : 'span', attributes : { 'class' : /^Font(?:Comic|Courier|Times)$/ } } ]\r
+                                                               attributes              : { 'class' : '#(family)' }\r
                                                },\r
 \r
                                                /*\r
@@ -105,8 +104,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                fontSize_style :\r
                                                        {\r
                                                                element         : 'span',\r
-                                                               attributes      : { 'class' : '#(size)' },\r
-                                                               overrides       : [ { element : 'span', attributes : { 'class' : /^Font(?:Smaller|Larger|Small|Big|Double)$/ } } ]\r
+                                                               attributes      : { 'class' : '#(size)' }\r
                                                        } ,\r
 \r
                                                /*\r
@@ -118,15 +116,13 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                                colorButton_foreStyle :\r
                                                        {\r
                                                                element : 'span',\r
-                                                               attributes : { 'class' : '#(color)' },\r
-                                                               overrides       : [ { element : 'span', attributes : { 'class' : /^FontColor(?:1|2|3)$/ } } ]\r
+                                                               attributes : { 'class' : '#(color)' }\r
                                                        },\r
 \r
                                                colorButton_backStyle :\r
                                                        {\r
                                                                element : 'span',\r
-                                                               attributes : { 'class' : '#(color)BG' },\r
-                                                               overrides       : [ { element : 'span', attributes : { 'class' : /^FontColor(?:1|2|3)BG$/ } } ]\r
+                                                               attributes : { 'class' : '#(color)BG' }\r
                                                        },\r
 \r
                                                /*\r