summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGCursorElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGCursorElement.idl')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGCursorElement.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGCursorElement.idl b/chromium/third_party/WebKit/Source/core/svg/SVGCursorElement.idl
index d386935d108..627bf196c73 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGCursorElement.idl
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGCursorElement.idl
@@ -23,12 +23,13 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+// http://www.w3.org/TR/SVG11/interact.html#InterfaceSVGCursorElement
+// http://www.w3.org/TR/SVG2/interact.html#InterfaceSVGCursorElement
+
interface SVGCursorElement : SVGElement {
readonly attribute SVGAnimatedLength x;
readonly attribute SVGAnimatedLength y;
};
-SVGCursorElement implements SVGExternalResourcesRequired;
SVGCursorElement implements SVGURIReference;
-SVGCursorElement implements SVGTests;
-
+SVGCursorElement implements SVGTests; // in SVG 1.1 but not SVG 2