Skip to content

Commit c035913

Browse files
aslushnikovmarijnh
authored andcommitted
[css mode] remove SVG leftovers
1 parent 8c02b8c commit c035913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mode/css/css.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)