@@ -446,13 +446,13 @@ CodeMirror.defineMode("css", function(config, parserConfig) {
446446 // SVG-specific
447447 "clip-path" , "clip-rule" , "mask" , "enable-background" , "filter" , "flood-color" ,
448448 "flood-opacity" , "lighting-color" , "stop-color" , "stop-opacity" , "pointer-events" ,
449- "color-interpolation" , "color-interpolation-filters" , "color-profile" ,
449+ "color-interpolation" , "color-interpolation-filters" ,
450450 "color-rendering" , "fill" , "fill-opacity" , "fill-rule" , "image-rendering" ,
451451 "marker" , "marker-end" , "marker-mid" , "marker-start" , "shape-rendering" , "stroke" ,
452452 "stroke-dasharray" , "stroke-dashoffset" , "stroke-linecap" , "stroke-linejoin" ,
453453 "stroke-miterlimit" , "stroke-opacity" , "stroke-width" , "text-rendering" ,
454454 "baseline-shift" , "dominant-baseline" , "glyph-orientation-horizontal" ,
455- "glyph-orientation-vertical" , "kerning" , " text-anchor", "writing-mode"
455+ "glyph-orientation-vertical" , "text-anchor" , "writing-mode"
456456 ] , propertyKeywords = keySet ( propertyKeywords_ ) ;
457457
458458 var nonStandardPropertyKeywords = [
0 commit comments