Skip to content

Commit 244a7bf

Browse files
aslushnikovmarijnh
authored andcommitted
[css mode] remove SVG leftovers
1 parent 0ffe3e9 commit 244a7bf

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
@@ -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

Comments
 (0)