Index: core/svg/SVGMaskElement.idl |
diff --git a/core/svg/SVGMaskElement.idl b/core/svg/SVGMaskElement.idl |
index 067855130beda5aaf42f2e79d824e412f4579634..06ced403637cb2f0d0551a4f97dccfda1bea5527 100644 |
--- a/core/svg/SVGMaskElement.idl |
+++ b/core/svg/SVGMaskElement.idl |
@@ -23,10 +23,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/css-masking/#InterfaceSVGMaskElement |
+ |
interface SVGMaskElement : SVGElement { |
readonly attribute SVGAnimatedEnumeration maskUnits; |
readonly attribute SVGAnimatedEnumeration maskContentUnits; |
- |
readonly attribute SVGAnimatedLength x; |
readonly attribute SVGAnimatedLength y; |
readonly attribute SVGAnimatedLength width; |
@@ -34,4 +35,3 @@ interface SVGMaskElement : SVGElement { |
}; |
SVGMaskElement implements SVGTests; |
- |