Commit b48231c1 authored by foolip's avatar foolip Committed by Commit bot

Update SVG IDL links to svgwg.org

BUG=460722
NOTRY=true

Review-Url: https://codereview.chromium.org/2569173002
Cr-Commit-Position: refs/heads/master@{#438121}
parent 44ff0871
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/linking.html#InterfaceSVGAElement // https://svgwg.org/svg2-draft/linking.html#InterfaceSVGAElement
interface SVGAElement : SVGGraphicsElement { interface SVGAElement : SVGGraphicsElement {
[ImplementedAs=svgTarget, Measure] readonly attribute SVGAnimatedString target; [ImplementedAs=svgTarget, Measure] readonly attribute SVGAnimatedString target;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAngle // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAngle
[ [
ImplementedAs=SVGAngleTearOff, ImplementedAs=SVGAngleTearOff,
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGAnimateElement // https://svgwg.org/specs/animations/#InterfaceSVGAnimateElement
interface SVGAnimateElement : SVGAnimationElement { interface SVGAnimateElement : SVGAnimationElement {
}; };
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGAnimateMotionElement // https://svgwg.org/specs/animations/#InterfaceSVGAnimateMotionElement
interface SVGAnimateMotionElement : SVGAnimationElement { interface SVGAnimateMotionElement : SVGAnimationElement {
}; };
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGAnimateTransformElement // https://svgwg.org/specs/animations/#InterfaceSVGAnimateTransformElement
interface SVGAnimateTransformElement : SVGAnimationElement { interface SVGAnimateTransformElement : SVGAnimationElement {
}; };
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedAngle // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedAngle
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedBoolean // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedBoolean
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedEnumeration // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedEnumeration
[ [
ImplementedAs=SVGAnimatedEnumerationBase, ImplementedAs=SVGAnimatedEnumerationBase,
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedInteger // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedInteger
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedLength // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedLength
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedLengthList // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedLengthList
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedNumber // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedNumber
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedNumberList // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedNumberList
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/coords.html#InterfaceSVGAnimatedPreserveAspectRatio // https://svgwg.org/svg2-draft/coords.html#InterfaceSVGAnimatedPreserveAspectRatio
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedRect // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedRect
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedString // https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedString
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/coords.html#InterfaceSVGAnimatedTransformList // https://svgwg.org/svg2-draft/coords.html#InterfaceSVGAnimatedTransformList
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGAnimationElement // https://svgwg.org/specs/animations/#InterfaceSVGAnimationElement
[RuntimeEnabled=smil] [RuntimeEnabled=smil]
interface SVGAnimationElement : SVGElement { interface SVGAnimationElement : SVGElement {
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGCircleElement // https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGCircleElement
interface SVGCircleElement : SVGGeometryElement { interface SVGCircleElement : SVGGeometryElement {
[MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength cx; [MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength cx;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGDefsElement // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGDefsElement
interface SVGDefsElement : SVGGraphicsElement { interface SVGDefsElement : SVGGraphicsElement {
}; };
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGDescElement // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGDescElement
interface SVGDescElement : SVGElement { interface SVGDescElement : SVGElement {
}; };
...@@ -28,8 +28,7 @@ ...@@ -28,8 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// TODO(foolip): The SVGDiscardElement interface does not exist in the spec // https://svgwg.org/specs/animations/#InterfaceSVGDiscardElement
// yet: http://www.w3.org/Graphics/SVG/WG/track/actions/3727
[RuntimeEnabled=smil] [RuntimeEnabled=smil]
interface SVGDiscardElement : SVGElement { interface SVGDiscardElement : SVGElement {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGDocument // https://svgwg.org/svg2-draft/struct.html#InterfaceDocumentExtensions
[ [
ImplementedAs=SVGDocumentExtensions ImplementedAs=SVGDocumentExtensions
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
// https://www.w3.org/TR/SVG2/types.html#InterfaceSVGElement // https://svgwg.org/svg2-draft/types.html#InterfaceSVGElement
interface SVGElement : Element { interface SVGElement : Element {
[MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className; [MeasureAs=SVGClassName] readonly attribute SVGAnimatedString className;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGEllipseElement // https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGEllipseElement
interface SVGEllipseElement : SVGGeometryElement { interface SVGEllipseElement : SVGGeometryElement {
[MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength cx; [MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength cx;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGFitToViewBox // https://svgwg.org/svg2-draft/types.html#InterfaceSVGFitToViewBox
[ [
NoInterfaceObject, // Always used on target of 'implements' NoInterfaceObject, // Always used on target of 'implements'
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/extend.html#InterfaceSVGForeignObjectElement // https://svgwg.org/svg2-draft/embedded.html#InterfaceSVGForeignObjectElement
interface SVGForeignObjectElement : SVGGraphicsElement { interface SVGForeignObjectElement : SVGGraphicsElement {
[MeasureAs=SVG1DOMForeignObjectElement] readonly attribute SVGAnimatedLength x; [MeasureAs=SVG1DOMForeignObjectElement] readonly attribute SVGAnimatedLength x;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGGElement // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGGElement
interface SVGGElement : SVGGraphicsElement { interface SVGGElement : SVGGraphicsElement {
}; };
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGGeometryElement // https://svgwg.org/svg2-draft/types.html#InterfaceSVGGeometryElement
interface SVGGeometryElement : SVGGraphicsElement { interface SVGGeometryElement : SVGGraphicsElement {
[SameObject] readonly attribute SVGAnimatedNumber pathLength; [SameObject] readonly attribute SVGAnimatedNumber pathLength;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGGradientElement // https://svgwg.org/svg2-draft/pservers.html#InterfaceSVGGradientElement
[ [
DoNotCheckConstants DoNotCheckConstants
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGGraphicsElement // https://svgwg.org/svg2-draft/types.html#InterfaceSVGGraphicsElement
interface SVGGraphicsElement : SVGElement { interface SVGGraphicsElement : SVGElement {
[Measure] readonly attribute SVGAnimatedTransformList transform; [Measure] readonly attribute SVGAnimatedTransformList transform;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/embedded.html#InterfaceSVGImageElement // https://svgwg.org/svg2-draft/embedded.html#InterfaceSVGImageElement
interface SVGImageElement : SVGGraphicsElement { interface SVGImageElement : SVGGraphicsElement {
[MeasureAs=SVG1DOMImageElement] readonly attribute SVGAnimatedLength x; [MeasureAs=SVG1DOMImageElement] readonly attribute SVGAnimatedLength x;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGLength // https://svgwg.org/svg2-draft/types.html#InterfaceSVGLength
[ [
ImplementedAs=SVGLengthTearOff, ImplementedAs=SVGLengthTearOff,
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGLengthList // https://svgwg.org/svg2-draft/types.html#InterfaceSVGLengthList
[ [
ImplementedAs=SVGLengthListTearOff, ImplementedAs=SVGLengthListTearOff,
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGLineElement // https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGLineElement
interface SVGLineElement : SVGGeometryElement { interface SVGLineElement : SVGGeometryElement {
[MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength x1; [MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength x1;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGLinearGradientElement // https://svgwg.org/svg2-draft/pservers.html#InterfaceSVGLinearGradientElement
interface SVGLinearGradientElement : SVGGradientElement { interface SVGLinearGradientElement : SVGGradientElement {
[MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength x1; [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength x1;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGMPathElement // https://svgwg.org/specs/animations/#InterfaceSVGMPathElement
[RuntimeEnabled=smil] [RuntimeEnabled=smil]
interface SVGMPathElement : SVGElement { interface SVGMPathElement : SVGElement {
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/painting.html#InterfaceSVGMarkerElement // https://svgwg.org/svg2-draft/painting.html#InterfaceSVGMarkerElement
interface SVGMarkerElement : SVGElement { interface SVGMarkerElement : SVGElement {
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGMetadataElement // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGMetadataElement
interface SVGMetadataElement : SVGElement { interface SVGMetadataElement : SVGElement {
}; };
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGNumber // https://svgwg.org/svg2-draft/types.html#InterfaceSVGNumber
[ [
ImplementedAs=SVGNumberTearOff, ImplementedAs=SVGNumberTearOff,
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGNumberList // https://svgwg.org/svg2-draft/types.html#InterfaceSVGNumberList
[ [
ImplementedAs=SVGNumberListTearOff, ImplementedAs=SVGNumberListTearOff,
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/paths.html#InterfaceSVGPathElement // https://svgwg.org/svg2-draft/paths.html#InterfaceSVGPathElement
interface SVGPathElement : SVGGeometryElement { interface SVGPathElement : SVGGeometryElement {
unsigned long getPathSegAtLength(float distance); unsigned long getPathSegAtLength(float distance);
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGPatternElement // https://svgwg.org/svg2-draft/pservers.html#InterfaceSVGPatternElement
interface SVGPatternElement : SVGElement { interface SVGPatternElement : SVGElement {
[MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedEnumeration patternUnits; [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedEnumeration patternUnits;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/coords.html#InterfaceSVGPointList // https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGPointList
[ [
ImplementedAs=SVGPointListTearOff, ImplementedAs=SVGPointListTearOff,
......
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGPolygonElement // https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGPolygonElement
interface SVGPolygonElement : SVGGeometryElement { interface SVGPolygonElement : SVGGeometryElement {
// TODO(foolip): points and animatedPoints be on the SVGAnimatedPoints // TODO(foolip): points and animatedPoints be on the SVGAnimatedPoints
// interface which SVGPolygonElement should implement: // interface which SVGPolygonElement should implement:
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGAnimatedPoints // https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGAnimatedPoints
[MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points; [MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
[MeasureAs=SVG1DOMShape] readonly attribute SVGPointList animatedPoints; [MeasureAs=SVG1DOMShape] readonly attribute SVGPointList animatedPoints;
}; };
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGPolylineElement // https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGPolylineElement
interface SVGPolylineElement : SVGGeometryElement { interface SVGPolylineElement : SVGGeometryElement {
// TODO(foolip): points and animatedPoints should be on the // TODO(foolip): points and animatedPoints should be on the
// SVGAnimatedPoints interface which SVGPolylineElement should implement: // SVGAnimatedPoints interface which SVGPolylineElement should implement:
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGAnimatedPoints // https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGAnimatedPoints
[MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points; [MeasureAs=SVG1DOMShape, ImplementedAs=pointsFromJavascript] readonly attribute SVGPointList points;
[MeasureAs=SVG1DOMShape] readonly attribute SVGPointList animatedPoints; [MeasureAs=SVG1DOMShape] readonly attribute SVGPointList animatedPoints;
}; };
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/coords.html#InterfaceSVGPreserveAspectRatio // https://svgwg.org/svg2-draft/coords.html#InterfaceSVGPreserveAspectRatio
[ [
ImplementedAs=SVGPreserveAspectRatioTearOff, ImplementedAs=SVGPreserveAspectRatioTearOff,
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGRadialGradientElement // https://svgwg.org/svg2-draft/pservers.html#InterfaceSVGRadialGradientElement
interface SVGRadialGradientElement : SVGGradientElement { interface SVGRadialGradientElement : SVGGradientElement {
[MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength cx; [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedLength cx;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/shapes.html#InterfaceSVGRectElement // https://svgwg.org/svg2-draft/shapes.html#InterfaceSVGRectElement
interface SVGRectElement : SVGGeometryElement { interface SVGRectElement : SVGGeometryElement {
[MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength x; [MeasureAs=SVG1DOMShape] readonly attribute SVGAnimatedLength x;
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSVGElement // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSVGElement
interface SVGSVGElement : SVGGraphicsElement { interface SVGSVGElement : SVGGraphicsElement {
[MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength x; [MeasureAs=SVG1DOMSVGElement] readonly attribute SVGAnimatedLength x;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/script.html#InterfaceSVGScriptElement // https://svgwg.org/svg2-draft/interact.html#InterfaceSVGScriptElement
interface SVGScriptElement : SVGElement { interface SVGScriptElement : SVGElement {
[Reflect] attribute DOMString type; [Reflect] attribute DOMString type;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/animate.html#InterfaceSVGSetElement // https://svgwg.org/specs/animations/#InterfaceSVGSetElement
interface SVGSetElement : SVGAnimationElement { interface SVGSetElement : SVGAnimationElement {
}; };
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/pservers.html#InterfaceSVGStopElement // https://svgwg.org/svg2-draft/pservers.html#InterfaceSVGStopElement
interface SVGStopElement : SVGElement { interface SVGStopElement : SVGElement {
[MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedNumber offset; [MeasureAs=SVG1DOMPaintServer] readonly attribute SVGAnimatedNumber offset;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGStringList // https://svgwg.org/svg2-draft/types.html#InterfaceSVGStringList
[ [
SetWrapperReferenceTo(SVGElement contextElement), SetWrapperReferenceTo(SVGElement contextElement),
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// https://www.w3.org/TR/SVG2/styling.html#InterfaceSVGStyleElement // https://svgwg.org/svg2-draft/styling.html#InterfaceSVGStyleElement
interface SVGStyleElement : SVGElement { interface SVGStyleElement : SVGElement {
attribute DOMString type; attribute DOMString type;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSwitchElement // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSwitchElement
interface SVGSwitchElement : SVGGraphicsElement { interface SVGSwitchElement : SVGGraphicsElement {
}; };
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGSymbolElement // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSymbolElement
interface SVGSymbolElement : SVGElement { interface SVGSymbolElement : SVGElement {
}; };
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/text.html#InterfaceSVGTSpanElement // https://svgwg.org/svg2-draft/text.html#InterfaceSVGTSpanElement
interface SVGTSpanElement : SVGTextPositioningElement { interface SVGTSpanElement : SVGTextPositioningElement {
}; };
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGTests // https://svgwg.org/svg2-draft/types.html#InterfaceSVGTests
[ [
NoInterfaceObject, // Always used on target of 'implements' NoInterfaceObject, // Always used on target of 'implements'
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/text.html#InterfaceSVGTextContentElement // https://svgwg.org/svg2-draft/text.html#InterfaceSVGTextContentElement
interface SVGTextContentElement : SVGGraphicsElement { interface SVGTextContentElement : SVGGraphicsElement {
// lengthAdjust Types // lengthAdjust Types
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/text.html#InterfaceSVGTextElement // https://svgwg.org/svg2-draft/text.html#InterfaceSVGTextElement
interface SVGTextElement : SVGTextPositioningElement { interface SVGTextElement : SVGTextPositioningElement {
}; };
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/text.html#InterfaceSVGTextPathElement // https://svgwg.org/svg2-draft/text.html#InterfaceSVGTextPathElement
interface SVGTextPathElement : SVGTextContentElement { interface SVGTextPathElement : SVGTextContentElement {
// textPath Method Types // textPath Method Types
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/text.html#InterfaceSVGTextPositioningElement // https://svgwg.org/svg2-draft/text.html#InterfaceSVGTextPositioningElement
interface SVGTextPositioningElement : SVGTextContentElement { interface SVGTextPositioningElement : SVGTextContentElement {
[MeasureAs=SVG1DOMText] readonly attribute SVGAnimatedLengthList x; [MeasureAs=SVG1DOMText] readonly attribute SVGAnimatedLengthList x;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGTitleElement // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGTitleElement
interface SVGTitleElement : SVGElement { interface SVGTitleElement : SVGElement {
}; };
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
* Boston, MA 02110-1301, USA. * Boston, MA 02110-1301, USA.
*/ */
// http://www.w3.org/TR/SVG2/coords.html#InterfaceSVGTransform // https://svgwg.org/svg2-draft/coords.html#InterfaceSVGTransform
[ [
ImplementedAs=SVGTransformTearOff, ImplementedAs=SVGTransformTearOff,
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/coords.html#InterfaceSVGTransformList // https://svgwg.org/svg2-draft/coords.html#InterfaceSVGTransformList
[ [
ImplementedAs=SVGTransformListTearOff, ImplementedAs=SVGTransformListTearOff,
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGURIReference // https://svgwg.org/svg2-draft/types.html#InterfaceSVGURIReference
[ [
NoInterfaceObject, // Always used on target of 'implements' NoInterfaceObject, // Always used on target of 'implements'
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGUnitTypes // https://svgwg.org/svg2-draft/types.html#InterfaceSVGUnitTypes
[ [
DependentLifetime, DependentLifetime,
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/struct.html#InterfaceSVGUseElement // https://svgwg.org/svg2-draft/struct.html#InterfaceSVGUseElement
interface SVGUseElement : SVGGraphicsElement { interface SVGUseElement : SVGGraphicsElement {
[MeasureAs=SVG1DOMUseElement] readonly attribute SVGAnimatedLength x; [MeasureAs=SVG1DOMUseElement] readonly attribute SVGAnimatedLength x;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/linking.html#InterfaceSVGViewElement // https://svgwg.org/svg2-draft/linking.html#InterfaceSVGViewElement
interface SVGViewElement : SVGElement { interface SVGViewElement : SVGElement {
}; };
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
// http://www.w3.org/TR/SVG2/types.html#InterfaceSVGZoomAndPan // https://svgwg.org/svg2-draft/types.html#InterfaceSVGZoomAndPan
[ [
NoInterfaceObject, // Always used on target of 'implements' NoInterfaceObject, // Always used on target of 'implements'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment