Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGSVGElement.idl
index d05aec3..093f153 100644 (file)
  * Boston, MA 02110-1301, USA.
  */
 
+// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSVGElement
+
 // TODO: no css::ViewCSS available!
 // TODO: no events::DocumentEvent available!
 [
-    StrictTypeChecking,
+    TypeChecking=Interface|Nullable,
 ] interface SVGSVGElement : SVGGraphicsElement {
+
     readonly attribute SVGAnimatedLength x;
     readonly attribute SVGAnimatedLength y;
     readonly attribute SVGAnimatedLength width;
     readonly attribute SVGAnimatedLength height;
-             attribute DOMString contentScriptType;
-             attribute DOMString contentStyleType;
     readonly attribute SVGRect viewport;
     readonly attribute float pixelUnitToMillimeterX;
     readonly attribute float pixelUnitToMillimeterY;