Index: core/svg/SVGStopElement.idl |
diff --git a/core/svg/SVGStopElement.idl b/core/svg/SVGStopElement.idl |
index 44da1f92e74a6e92eb3f4b44dc5c8fe0c1d80598..ed21e238058c95c5e922a4fd1cb25ba795df8965 100644 |
--- a/core/svg/SVGStopElement.idl |
+++ b/core/svg/SVGStopElement.idl |
@@ -23,7 +23,8 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
+// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGStopElement |
+ |
interface SVGStopElement : SVGElement { |
- readonly attribute SVGAnimatedNumber offset; |
+ [RuntimeEnabled=SVG1DOM, MeasureAs=SVG1DOM] readonly attribute SVGAnimatedNumber offset; |
}; |
- |