From 6b1483446b0c178becfd49c8b3f11dd15a3da083 Mon Sep 17 00:00:00 2001 From: Jacques Distler Date: Sun, 11 Sep 2011 04:15:15 +0000 Subject: [PATCH] Some MathML3 attributes for the Sanitizer (to match itex2MML 1.4.7) git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2039 eee81c28-f429-11dd-99c0-75d572ba1ddd --- editor/sanitize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/sanitize.js b/editor/sanitize.js index 6442332c..dcd9aaa0 100644 --- a/editor/sanitize.js +++ b/editor/sanitize.js @@ -91,7 +91,7 @@ var svgWhiteList_ = { "mn": [], "mo": ["fence", "lspace", "maxsize", "minsize", "rspace", "stretchy"], "mover": [], - "mpadded": ["lspace", "width"], + "mpadded": ["lspace", "width", "height", "depth", "voffset"], "mphantom": [], "mprescripts": [], "mroot": [],