DOM Report
General comments on SVGxxxList
jwatt: 'numberOfItems' should really be 'length'.
ed: I agree
jwatt: In fact it would be nice if SVG lists could be treated as if they were ECMAScript Arrays.
ElementTimeControl
- void beginElement(...)
- void beginElementAt(...)
- void endElement(...)
- void endElementAt(...)
TimeEvent
- readonly attribute AbstractView view
- readonly attribute long detail
- void initTimeEvent(...)
SVGElement
- attribute DOMString id
- attribute DOMString xmlbase
- readonly attribute SVGSVGElement ownerSVGElement
- readonly attribute SVGElement viewportElement
SVGAnimatedBoolean
- attribute boolean baseVal
- readonly attribute boolean animVal
SVGAnimatedString
- attribute DOMString baseVal
- readonly attribute DOMString animVal
SVGStringList
- readonly attribute unsigned long numberOfItems
- void clear(...)
- DOMString initialize(...)
- DOMString getItem(...)
- DOMString insertItemBefore(...)
- DOMString replaceItem(...)
- DOMString removeItem(...)
- DOMString appendItem(...)
SVGAnimatedEnumeration
- attribute unsigned short baseVal
- readonly attribute unsigned short animVal
SVGAnimatedInteger
- attribute long baseVal
- readonly attribute long animVal
SVGNumber
- attribute float value
SVGAnimatedNumber
- attribute float baseVal
- readonly attribute float animVal
SVGNumberList
- readonly attribute unsigned long numberOfItems
- void clear(...)
- SVGNumber initialize(...)
- SVGNumber getItem(...)
- SVGNumber insertItemBefore(...)
- SVGNumber replaceItem(...)
- SVGNumber removeItem(...)
- SVGNumber appendItem(...)
SVGAnimatedNumberList
- readonly attribute SVGNumberList baseVal
- readonly attribute SVGNumberList animVal
SVGLength
- readonly attribute unsigned short unitType
- attribute float value
- attribute float valueInSpecifiedUnits
- attribute DOMString valueAsString
- void newValueSpecifiedUnits(...)
- void convertToSpecifiedUnits(...)
SVGAnimatedLength
- readonly attribute SVGLength baseVal
- readonly attribute SVGLength animVal
SVGLengthList
- readonly attribute unsigned long numberOfItems
- void clear(...)
- SVGLength initialize(...)
- SVGLength getItem(...)
- SVGLength insertItemBefore(...)
- SVGLength replaceItem(...)
- SVGLength removeItem(...)
- SVGLength appendItem(...)
SVGAnimatedLengthList
- readonly attribute SVGLengthList baseVal
- readonly attribute SVGLengthList animVal
SVGAngle
- readonly attribute unsigned short unitType
- attribute float value
- attribute float valueInSpecifiedUnits
- attribute DOMString valueAsString
- void newValueSpecifiedUnits(...)
- void convertToSpecifiedUnits(...)
SVGAnimatedAngle
- readonly attribute SVGAngle baseVal
- readonly attribute SVGAngle animVal
SVGColor
- readonly attribute unsigned short colorType
- readonly attribute RGBColor rgbColor
- readonly attribute SVGICCColor iccColor
- void setRGBColor(...)
- void setRGBColorICCColor(...)
- void setColor(...)
SVGICCColor
- attribute DOMString colorProfile
- readonly attribute SVGNumberList colors
SVGRect
- attribute float x
- attribute float y
- attribute float width
- attribute float height
SVGAnimatedRect
- readonly attribute SVGRect baseVal
- readonly attribute SVGRect animVal
SVGUnitTypes
SVGStylable
- readonly attribute SVGAnimatedString className
- readonly attribute CSSStyleDeclaration style
- CSSValue getPresentationAttribute(...)
SVGLocatable
- readonly attribute SVGElement nearestViewportElement
- readonly attribute SVGElement farthestViewportElement
- SVGRect getBBox(...)
- SVGMatrix getCTM(...)
- SVGMatrix getScreenCTM(...)
- SVGMatrix getTransformToElement(...)
SVGTransformable
- readonly attribute SVGAnimatedTransformList transform
SVGTests
- readonly attribute SVGStringList requiredFeatures
- readonly attribute SVGStringList requiredExtensions
- readonly attribute SVGStringList systemLanguage
- boolean hasExtension(...)
SVGLangSpace
- attribute DOMString xmllang
- attribute DOMString xmlspace
SVGExternalResourcesRequired
- readonly attribute SVGAnimatedBoolean externalResourcesRequired
SVGFitToViewBox
- readonly attribute SVGAnimatedRect viewBox
- readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio
SVGZoomAndPan
- attribute unsigned short zoomAndPan
SVGViewSpec
- readonly attribute SVGTransformList transform
- readonly attribute SVGElement viewTarget
- readonly attribute DOMString viewBoxString
- readonly attribute DOMString preserveAspectRatioString
- readonly attribute DOMString transformString
- readonly attribute DOMString viewTargetString
SVGURIReference
- readonly attribute SVGAnimatedString href
SVGCSSRule
SVGRenderingIntent
SVGDocument
- readonly attribute DOMString title
- readonly attribute DOMString referrer
- readonly attribute DOMString domain
- readonly attribute DOMString URL
- readonly attribute SVGSVGElement rootElement
SVGSVGElement
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
- readonly attribute SVGAnimatedLength width
- readonly attribute SVGAnimatedLength height
- attribute DOMString contentScriptType
- attribute DOMString contentStyleType
- readonly attribute SVGRect viewport
- readonly attribute float pixelUnitToMillimeterX
- readonly attribute float pixelUnitToMillimeterY
- readonly attribute float screenPixelToMillimeterX
- readonly attribute float screenPixelToMillimeterY
- readonly attribute boolean useCurrentView
- readonly attribute SVGViewSpec currentView
- attribute float currentScale
- readonly attribute SVGPoint currentTranslate
- unsigned long suspendRedraw(...)
- void unsuspendRedraw(...)
- void unsuspendRedrawAll(...)
- void forceRedraw(...)
- void pauseAnimations(...)
- void unpauseAnimations(...)
- boolean animationsPaused(...)
- float getCurrentTime(...)
- void setCurrentTime(...)
- NodeList getIntersectionList(...)
- NodeList getEnclosureList(...)
- boolean checkIntersection(...)
- boolean checkEnclosure(...)
- void deselectAll(...)
- SVGNumber createSVGNumber(...)
- SVGLength createSVGLength(...)
- SVGAngle createSVGAngle(...)
- SVGPoint createSVGPoint(...)
- SVGMatrix createSVGMatrix(...)
- SVGRect createSVGRect(...)
- SVGTransform createSVGTransform(...)
- SVGTransform createSVGTransformFromMatrix(...)
- Element getElementById(...)
SVGGElement
SVGDefsElement
SVGDescElement
SVGTitleElement
SVGSymbolElement
SVGUseElement
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
- readonly attribute SVGAnimatedLength width
- readonly attribute SVGAnimatedLength height
- readonly attribute SVGElementInstance instanceRoot
- readonly attribute SVGElementInstance animatedInstanceRoot
SVGElementInstance
- readonly attribute SVGElement correspondingElement
- readonly attribute SVGUseElement correspondingUseElement
- readonly attribute SVGElementInstance parentNode
- readonly attribute SVGElementInstanceList childNodes
- readonly attribute SVGElementInstance firstChild
- readonly attribute SVGElementInstance lastChild
- readonly attribute SVGElementInstance previousSibling
- readonly attribute SVGElementInstance nextSibling
SVGElementInstanceList
- readonly attribute unsigned long length
- SVGElementInstance item(...)
SVGImageElement
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
- readonly attribute SVGAnimatedLength width
- readonly attribute SVGAnimatedLength height
- readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio
SVGSwitchElement
GetSVGDocument
- SVGDocument getSVGDocument(...)
SVGStyleElement
- attribute DOMString type
- attribute DOMString media
- attribute DOMString title
SVGPoint
- attribute float x
- attribute float y
- SVGPoint matrixTransform(...)
SVGPointList
- readonly attribute unsigned long numberOfItems
- void clear(...)
- SVGPoint initialize(...)
- SVGPoint getItem(...)
- SVGPoint insertItemBefore(...)
- SVGPoint replaceItem(...)
- SVGPoint removeItem(...)
- SVGPoint appendItem(...)
SVGMatrix
- attribute float a
- attribute float b
- attribute float c
- attribute float d
- attribute float e
- attribute float f
- SVGMatrix multiply(...)
- SVGMatrix inverse(...)
- SVGMatrix translate(...)
- SVGMatrix scale(...)
- SVGMatrix scaleNonUniform(...)
- SVGMatrix rotate(...)
- SVGMatrix rotateFromVector(...)
- SVGMatrix flipX(...)
- SVGMatrix flipY(...)
- SVGMatrix skewX(...)
- SVGMatrix skewY(...)
SVGTransform
- readonly attribute unsigned short type
- readonly attribute SVGMatrix matrix
- readonly attribute float angle
- void setMatrix(...)
- void setTranslate(...)
- void setScale(...)
- void setRotate(...)
- void setSkewX(...)
- void setSkewY(...)
SVGTransformList
- readonly attribute unsigned long numberOfItems
- void clear(...)
- SVGTransform initialize(...)
- SVGTransform getItem(...)
- SVGTransform insertItemBefore(...)
- SVGTransform replaceItem(...)
- SVGTransform removeItem(...)
- SVGTransform appendItem(...)
- SVGTransform createSVGTransformFromMatrix(...)
- SVGTransform consolidate(...)
SVGAnimatedTransformList
- readonly attribute SVGTransformList baseVal
- readonly attribute SVGTransformList animVal
SVGPreserveAspectRatio
- attribute unsigned short align
- attribute unsigned short meetOrSlice
SVGAnimatedPreserveAspectRatio
- readonly attribute SVGPreserveAspectRatio baseVal
- readonly attribute SVGPreserveAspectRatio animVal
SVGPathSeg
- readonly attribute unsigned short pathSegType
- readonly attribute DOMString pathSegTypeAsLetter
SVGPathSegClosePath
SVGPathSegMovetoAbs
- attribute float x
- attribute float y
SVGPathSegMovetoRel
- attribute float x
- attribute float y
SVGPathSegLinetoAbs
- attribute float x
- attribute float y
SVGPathSegLinetoRel
- attribute float x
- attribute float y
SVGPathSegCurvetoCubicAbs
- attribute float x
- attribute float y
- attribute float x1
- attribute float y1
- attribute float x2
- attribute float y2
SVGPathSegCurvetoCubicRel
- attribute float x
- attribute float y
- attribute float x1
- attribute float y1
- attribute float x2
- attribute float y2
SVGPathSegCurvetoQuadraticAbs
- attribute float x
- attribute float y
- attribute float x1
- attribute float y1
SVGPathSegCurvetoQuadraticRel
- attribute float x
- attribute float y
- attribute float x1
- attribute float y1
SVGPathSegArcAbs
- attribute float x
- attribute float y
- attribute float r1
- attribute float r2
- attribute float angle
- attribute boolean largeArcFlag
- attribute boolean sweepFlag
SVGPathSegArcRel
- attribute float x
- attribute float y
- attribute float r1
- attribute float r2
- attribute float angle
- attribute boolean largeArcFlag
- attribute boolean sweepFlag
SVGPathSegLinetoHorizontalAbs
- attribute float x
SVGPathSegLinetoHorizontalRel
- attribute float x
SVGPathSegLinetoVerticalAbs
- attribute float y
SVGPathSegLinetoVerticalRel
- attribute float y
SVGPathSegCurvetoCubicSmoothAbs
- attribute float x
- attribute float y
- attribute float x2
- attribute float y2
SVGPathSegCurvetoCubicSmoothRel
- attribute float x
- attribute float y
- attribute float x2
- attribute float y2
SVGPathSegCurvetoQuadraticSmoothAbs
- attribute float x
- attribute float y
SVGPathSegCurvetoQuadraticSmoothRel
- attribute float x
- attribute float y
SVGPathSegList
- readonly attribute unsigned long numberOfItems
- void clear(...)
- SVGPathSeg initialize(...)
- SVGPathSeg getItem(...)
- SVGPathSeg insertItemBefore(...)
- SVGPathSeg replaceItem(...)
- SVGPathSeg removeItem(...)
- SVGPathSeg appendItem(...)
SVGAnimatedPathData
- readonly attribute SVGPathSegList pathSegList
- readonly attribute SVGPathSegList normalizedPathSegList
- readonly attribute SVGPathSegList animatedPathSegList
- readonly attribute SVGPathSegList animatedNormalizedPathSegList
SVGPathElement
- readonly attribute SVGAnimatedNumber pathLength
- float getTotalLength(...)
- SVGPoint getPointAtLength(...)
- unsigned long getPathSegAtLength(...)
- SVGPathSegClosePath createSVGPathSegClosePath(...)
- SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(...)
- SVGPathSegMovetoRel createSVGPathSegMovetoRel(...)
- SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(...)
- SVGPathSegLinetoRel createSVGPathSegLinetoRel(...)
- SVGPathSegCurvetoCubicAbs createSVGPathSegCurvetoCubicAbs(...)
- SVGPathSegCurvetoCubicRel createSVGPathSegCurvetoCubicRel(...)
- SVGPathSegCurvetoQuadraticAbs createSVGPathSegCurvetoQuadraticAbs(...)
- SVGPathSegCurvetoQuadraticRel createSVGPathSegCurvetoQuadraticRel(...)
- SVGPathSegArcAbs createSVGPathSegArcAbs(...)
- SVGPathSegArcRel createSVGPathSegArcRel(...)
- SVGPathSegLinetoHorizontalAbs createSVGPathSegLinetoHorizontalAbs(...)
- SVGPathSegLinetoHorizontalRel createSVGPathSegLinetoHorizontalRel(...)
- SVGPathSegLinetoVerticalAbs createSVGPathSegLinetoVerticalAbs(...)
- SVGPathSegLinetoVerticalRel createSVGPathSegLinetoVerticalRel(...)
- SVGPathSegCurvetoCubicSmoothAbs createSVGPathSegCurvetoCubicSmoothAbs(...)
- SVGPathSegCurvetoCubicSmoothRel createSVGPathSegCurvetoCubicSmoothRel(...)
- SVGPathSegCurvetoQuadraticSmoothAbs createSVGPathSegCurvetoQuadraticSmoothAbs(...)
- SVGPathSegCurvetoQuadraticSmoothRel createSVGPathSegCurvetoQuadraticSmoothRel(...)
SVGRectElement
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
- readonly attribute SVGAnimatedLength width
- readonly attribute SVGAnimatedLength height
- readonly attribute SVGAnimatedLength rx
- readonly attribute SVGAnimatedLength ry
SVGCircleElement
- readonly attribute SVGAnimatedLength cx
- readonly attribute SVGAnimatedLength cy
- readonly attribute SVGAnimatedLength r
SVGEllipseElement
- readonly attribute SVGAnimatedLength cx
- readonly attribute SVGAnimatedLength cy
- readonly attribute SVGAnimatedLength rx
- readonly attribute SVGAnimatedLength ry
SVGLineElement
- readonly attribute SVGAnimatedLength x1
- readonly attribute SVGAnimatedLength y1
- readonly attribute SVGAnimatedLength x2
- readonly attribute SVGAnimatedLength y2
SVGAnimatedPoints
- readonly attribute SVGPointList points
- readonly attribute SVGPointList animatedPoints
SVGPolylineElement
SVGPolygonElement
SVGTextContentElement
- readonly attribute SVGAnimatedLength textLength
- readonly attribute SVGAnimatedEnumeration lengthAdjust
- long getNumberOfChars(...)
- float getComputedTextLength(...)
- float getSubStringLength(...)
- SVGPoint getStartPositionOfChar(...)
- SVGPoint getEndPositionOfChar(...)
- SVGRect getExtentOfChar(...)
- float getRotationOfChar(...)
- long getCharNumAtPosition(...)
- void selectSubString(...)
SVGTextPositioningElement
- readonly attribute SVGAnimatedLengthList x
- readonly attribute SVGAnimatedLengthList y
- readonly attribute SVGAnimatedLengthList dx
- readonly attribute SVGAnimatedLengthList dy
- readonly attribute SVGAnimatedNumberList rotate
SVGTextElement
SVGTSpanElement
SVGTRefElement
SVGTextPathElement
- readonly attribute SVGAnimatedLength startOffset
- readonly attribute SVGAnimatedEnumeration method
- readonly attribute SVGAnimatedEnumeration spacing
SVGAltGlyphElement
- attribute DOMString glyphRef
- attribute DOMString format
SVGAltGlyphDefElement
SVGAltGlyphItemElement
SVGGlyphRefElement
- attribute DOMString glyphRef
- attribute DOMString format
- attribute float x
- attribute float y
- attribute float dx
- attribute float dy
SVGPaint
- readonly attribute unsigned short paintType
- readonly attribute DOMString uri
- void setUri(...)
- void setPaint(...)
SVGMarkerElement
- readonly attribute SVGAnimatedLength refX
- readonly attribute SVGAnimatedLength refY
- readonly attribute SVGAnimatedEnumeration markerUnits
- readonly attribute SVGAnimatedLength markerWidth
- readonly attribute SVGAnimatedLength markerHeight
- readonly attribute SVGAnimatedEnumeration orientType
- readonly attribute SVGAnimatedAngle orientAngle
- void setOrientToAuto(...)
- void setOrientToAngle(...)
SVGColorProfileElement
- attribute DOMString local
- attribute DOMString name
- attribute unsigned short renderingIntent
SVGColorProfileRule
- attribute DOMString src
- attribute DOMString name
- attribute unsigned short renderingIntent
SVGGradientElement
- readonly attribute SVGAnimatedEnumeration gradientUnits
- readonly attribute SVGAnimatedTransformList gradientTransform
- readonly attribute SVGAnimatedEnumeration spreadMethod
SVGLinearGradientElement
- readonly attribute SVGAnimatedLength x1
- readonly attribute SVGAnimatedLength y1
- readonly attribute SVGAnimatedLength x2
- readonly attribute SVGAnimatedLength y2
SVGRadialGradientElement
- readonly attribute SVGAnimatedLength cx
- readonly attribute SVGAnimatedLength cy
- readonly attribute SVGAnimatedLength r
- readonly attribute SVGAnimatedLength fx
- readonly attribute SVGAnimatedLength fy
SVGStopElement
- readonly attribute SVGAnimatedNumber offset
SVGPatternElement
- readonly attribute SVGAnimatedEnumeration patternUnits
- readonly attribute SVGAnimatedEnumeration patternContentUnits
- readonly attribute SVGAnimatedTransformList patternTransform
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
- readonly attribute SVGAnimatedLength width
- readonly attribute SVGAnimatedLength height
SVGClipPathElement
- readonly attribute SVGAnimatedEnumeration clipPathUnits
SVGMaskElement
- readonly attribute SVGAnimatedEnumeration maskUnits
- readonly attribute SVGAnimatedEnumeration maskContentUnits
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
- readonly attribute SVGAnimatedLength width
- readonly attribute SVGAnimatedLength height
SVGFilterElement
- readonly attribute SVGAnimatedEnumeration filterUnits
- readonly attribute SVGAnimatedEnumeration primitiveUnits
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
- readonly attribute SVGAnimatedLength width
- readonly attribute SVGAnimatedLength height
- readonly attribute SVGAnimatedInteger filterResX
- readonly attribute SVGAnimatedInteger filterResY
- void setFilterRes(...)
SVGFilterPrimitiveStandardAttributes
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
- readonly attribute SVGAnimatedLength width
- readonly attribute SVGAnimatedLength height
- readonly attribute SVGAnimatedString result
SVGFEBlendElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedString in2
- readonly attribute SVGAnimatedEnumeration mode
SVGFEColorMatrixElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedEnumeration type
- readonly attribute SVGAnimatedNumberList values
SVGFEComponentTransferElement
- readonly attribute SVGAnimatedString in1
SVGComponentTransferFunctionElement
- readonly attribute SVGAnimatedEnumeration type
- readonly attribute SVGAnimatedNumberList tableValues
- readonly attribute SVGAnimatedNumber slope
- readonly attribute SVGAnimatedNumber intercept
- readonly attribute SVGAnimatedNumber amplitude
- readonly attribute SVGAnimatedNumber exponent
- readonly attribute SVGAnimatedNumber offset
SVGFEFuncRElement
SVGFEFuncGElement
SVGFEFuncBElement
SVGFEFuncAElement
SVGFECompositeElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedString in2
- readonly attribute SVGAnimatedEnumeration operator
- readonly attribute SVGAnimatedNumber k1
- readonly attribute SVGAnimatedNumber k2
- readonly attribute SVGAnimatedNumber k3
- readonly attribute SVGAnimatedNumber k4
SVGFEConvolveMatrixElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedInteger orderX
- readonly attribute SVGAnimatedInteger orderY
- readonly attribute SVGAnimatedNumberList kernelMatrix
- readonly attribute SVGAnimatedNumber divisor
- readonly attribute SVGAnimatedNumber bias
- readonly attribute SVGAnimatedInteger targetX
- readonly attribute SVGAnimatedInteger targetY
- readonly attribute SVGAnimatedEnumeration edgeMode
- readonly attribute SVGAnimatedNumber kernelUnitLengthX
- readonly attribute SVGAnimatedNumber kernelUnitLengthY
- readonly attribute SVGAnimatedBoolean preserveAlpha
SVGFEDiffuseLightingElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedNumber surfaceScale
- readonly attribute SVGAnimatedNumber diffuseConstant
- readonly attribute SVGAnimatedNumber kernelUnitLengthX
- readonly attribute SVGAnimatedNumber kernelUnitLengthY
SVGFEDistantLightElement
- readonly attribute SVGAnimatedNumber azimuth
- readonly attribute SVGAnimatedNumber elevation
SVGFEPointLightElement
- readonly attribute SVGAnimatedNumber x
- readonly attribute SVGAnimatedNumber y
- readonly attribute SVGAnimatedNumber z
SVGFESpotLightElement
- readonly attribute SVGAnimatedNumber x
- readonly attribute SVGAnimatedNumber y
- readonly attribute SVGAnimatedNumber z
- readonly attribute SVGAnimatedNumber pointsAtX
- readonly attribute SVGAnimatedNumber pointsAtY
- readonly attribute SVGAnimatedNumber pointsAtZ
- readonly attribute SVGAnimatedNumber specularExponent
- readonly attribute SVGAnimatedNumber limitingConeAngle
SVGFEDisplacementMapElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedString in2
- readonly attribute SVGAnimatedNumber scale
- readonly attribute SVGAnimatedEnumeration xChannelSelector
- readonly attribute SVGAnimatedEnumeration yChannelSelector
SVGFEFloodElement
SVGFEGaussianBlurElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedNumber stdDeviationX
- readonly attribute SVGAnimatedNumber stdDeviationY
- void setStdDeviation(...)
SVGFEImageElement
- readonly attribute SVGAnimatedPreserveAspectRatio preserveAspectRatio
SVGFEMergeElement
SVGFEMergeNodeElement
- readonly attribute SVGAnimatedString in1
SVGFEMorphologyElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedEnumeration operator
- readonly attribute SVGAnimatedNumber radiusX
- readonly attribute SVGAnimatedNumber radiusY
SVGFEOffsetElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedNumber dx
- readonly attribute SVGAnimatedNumber dy
SVGFESpecularLightingElement
- readonly attribute SVGAnimatedString in1
- readonly attribute SVGAnimatedNumber surfaceScale
- readonly attribute SVGAnimatedNumber specularConstant
- readonly attribute SVGAnimatedNumber specularExponent
- readonly attribute SVGAnimatedNumber kernelUnitLengthX
- readonly attribute SVGAnimatedNumber kernelUnitLengthY
SVGFETileElement
- readonly attribute SVGAnimatedString in1
SVGFETurbulenceElement
- readonly attribute SVGAnimatedNumber baseFrequencyX
- readonly attribute SVGAnimatedNumber baseFrequencyY
- readonly attribute SVGAnimatedInteger numOctaves
- readonly attribute SVGAnimatedNumber seed
- readonly attribute SVGAnimatedEnumeration stitchTiles
- readonly attribute SVGAnimatedEnumeration type
SVGCursorElement
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
SVGAElement
- readonly attribute SVGAnimatedString target
SVGViewElement
- readonly attribute SVGStringList viewTarget
SVGScriptElement
- attribute DOMString type
SVGZoomEvent
- readonly attribute SVGRect zoomRectScreen
- readonly attribute float previousScale
- readonly attribute SVGPoint previousTranslate
- readonly attribute float newScale
- readonly attribute SVGPoint newTranslate
SVGAnimationElement
- readonly attribute SVGElement targetElement
- float getStartTime(...)
- float getCurrentTime(...)
- float getSimpleDuration(...)
SVGAnimateElement
SVGSetElement
SVGAnimateMotionElement
SVGMPathElement
SVGAnimateColorElement
SVGAnimateTransformElement
SVGFontElement
SVGGlyphElement
SVGMissingGlyphElement
SVGHKernElement
SVGVKernElement
SVGFontFaceElement
SVGFontFaceSrcElement
SVGFontFaceUriElement
SVGFontFaceFormatElement
SVGFontFaceNameElement
SVGMetadataElement
SVGForeignObjectElement
- readonly attribute SVGAnimatedLength x
- readonly attribute SVGAnimatedLength y
- readonly attribute SVGAnimatedLength width
- readonly attribute SVGAnimatedLength height