@@ -453,13 +453,13 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
453453 // SVG-specific
454454 "clip-path" , "clip-rule" , "mask" , "enable-background" , "filter" , "flood-color" ,
455455 "flood-opacity" , "lighting-color" , "stop-color" , "stop-opacity" , "pointer-events" ,
456- "color-interpolation" , "color-interpolation-filters" , "color-profile" ,
456+ "color-interpolation" , "color-interpolation-filters" ,
457457 "color-rendering" , "fill" , "fill-opacity" , "fill-rule" , "image-rendering" ,
458458 "marker" , "marker-end" , "marker-mid" , "marker-start" , "shape-rendering" , "stroke" ,
459459 "stroke-dasharray" , "stroke-dashoffset" , "stroke-linecap" , "stroke-linejoin" ,
460460 "stroke-miterlimit" , "stroke-opacity" , "stroke-width" , "text-rendering" ,
461461 "baseline-shift" , "dominant-baseline" , "glyph-orientation-horizontal" ,
462- "glyph-orientation-vertical" , "kerning" , " text-anchor", "writing-mode"
462+ "glyph-orientation-vertical" , "text-anchor" , "writing-mode"
463463 ] , propertyKeywords = keySet ( propertyKeywords_ ) ;
464464
465465 var nonStandardPropertyKeywords = [
0 commit comments