The following interfaces are defined below: SVGForeignObjectElement.
The SVGForeignObjectElement interface corresponds to the 'foreignObject' element.
interface SVGForeignObjectElement : SVGElement, SVGTests, SVGLangSpace, SVGExternalResourcesRequired, SVGStylable, SVGTransformable, events::EventTarget { attribute SVGAnimatedLength x; // raises DOMException on setting attribute SVGAnimatedLength y; // raises DOMException on setting attribute SVGAnimatedLength width; // raises DOMException on setting attribute SVGAnimatedLength height; // raises DOMException on setting };
DOMException |
NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
|
DOMException |
NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
|
DOMException |
NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
|
DOMException |
NO_MODIFICATION_ALLOWED_ERR: Raised when the node is readonly.
|