Move implementation note from maskUnits to maskType where it belongs.
--- a/master/svg.idl Tue May 22 15:54:39 2012 +0900
+++ b/master/svg.idl Tue May 22 16:18:24 2012 +0900
@@ -6112,10 +6112,6 @@
* Corresponds to attribute <a>'maskUnits'</a> on the given
* <a>'mask element'</a> element. Takes one of the constants defined in
* <a>SVGUnitTypes</a>.
- *
- * <div class="note">This will highly likely become a WebIDL Enum in future
- * (as soon as our toolchain supports it) so implementors are discouraged
- * from implementing this attribute for the time being.</div>
*/
readonly attribute SVGAnimatedEnumeration maskUnits;
@@ -6130,6 +6126,10 @@
* Corresponds to attribute <a>'maskType'</a> on the given
* <a>'mask element'</a> element. Takes one of the Mask Types constants
* defined in this interface.
+ *
+ * <div class="note">This will highly likely become a WebIDL Enum in future
+ * (as soon as our toolchain supports it) so implementors are discouraged
+ * from implementing this attribute for the time being.</div>
*/
readonly attribute SVGAnimatedEnumeration maskType;