inliner.js
authorAlan Knowles <alan@roojs.com>
Thu, 12 Nov 2015 05:42:11 +0000 (13:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 12 Nov 2015 05:42:11 +0000 (13:42 +0800)
inliner.js

index 4da2d43..0fc5eb1 100644 (file)
             //var camel = prop.replace(/\-([a-z])/g, camelize);
             var val = style.getPropertyValue(prop);
             //returns[camel] = val;
+            
+            // idea... if the parent has the same style.. then do not apply it to the child?
+            
+            
             dom.style[prop] = val;
         }
         for (var i = dom.childNodes.length -1; i--; i> -1) {