Move implementation note from maskUnits to maskType where it belongs.
authorBrian Birtles <birtles@gmail.com>
Tue, 22 May 2012 16:18:24 +0900
changeset 133 967fbfd1cd24
parent 132 8103d21d2e71
child 134 6599d226695d
Move implementation note from maskUnits to maskType where it belongs.
master/svg.idl
--- 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;