Chromium Code Reviews

Unified Diff: Source/devtools/front_end/cm/css.js

Issue 45733010: Add pointer-events="bounding-box" for svg content. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/devtools/front_end/cm/css.js
diff --git a/Source/devtools/front_end/cm/css.js b/Source/devtools/front_end/cm/css.js
index b38a968e5eb6fb1dbe793e3476985d2fa4b46719..1059872b3f83b72be9fbc125a5f2f4dc25e8c95e 100644
--- a/Source/devtools/front_end/cm/css.js
+++ b/Source/devtools/front_end/cm/css.js
@@ -442,7 +442,7 @@ CodeMirror.defineMode("css-base", function(config, parserConfig) {
"arabic-indic", "armenian", "asterisks", "auto", "avoid", "background",
"backwards", "baseline", "below", "bidi-override", "binary", "bengali",
"blink", "block", "block-axis", "bold", "bolder", "border", "border-box",
- "both", "bottom", "break-all", "break-word", "button", "button-bevel",
+ "both", "bottom", "boundingBox", "break-all", "break-word", "button", "button-bevel",
"buttonface", "buttonhighlight", "buttonshadow", "buttontext", "cambodian",
"capitalize", "caps-lock-indicator", "caption", "captiontext", "caret",
"cell", "center", "checkbox", "circle", "cjk-earthly-branch",
« Source/core/rendering/svg/SVGInlineTextBox.cpp ('K') | « Source/devtools/front_end/CSSMetadata.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine