| Index: sdk/lib/svg/dart2js/svg_dart2js.dart
|
| diff --git a/sdk/lib/svg/dart2js/svg_dart2js.dart b/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| index fa42335392fc4072fc95ea8e34f6de4018282762..6e5f8a02acffb526bbb7964700fe8d3bb48e139e 100644
|
| --- a/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| +++ b/sdk/lib/svg/dart2js/svg_dart2js.dart
|
| @@ -103,10 +103,10 @@ class AElement extends SvgElement implements Transformable, Tests, UriReference,
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -782,10 +782,10 @@ class CircleElement extends SvgElement implements Transformable, Tests, Stylable
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -861,10 +861,10 @@ class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -891,7 +891,7 @@ class ClipPathElement extends SvgElement implements Transformable, Tests, Stylab
|
|
|
|
|
| /// @domName SVGColor; @docsEditable true
|
| -class Color extends CSSValue native "*SVGColor" {
|
| +class Color extends CssValue native "*SVGColor" {
|
|
|
| static const int SVG_COLORTYPE_CURRENTCOLOR = 3;
|
|
|
| @@ -905,7 +905,7 @@ class Color extends CSSValue native "*SVGColor" {
|
| final int colorType;
|
|
|
| /// @domName SVGColor.rgbColor; @docsEditable true
|
| - final RGBColor rgbColor;
|
| + final RgbColor rgbColor;
|
|
|
| /// @domName SVGColor.setColor; @docsEditable true
|
| void setColor(int colorType, String rgbColor, String iccColor) native;
|
| @@ -1051,10 +1051,10 @@ class DefsElement extends SvgElement implements Transformable, Tests, Stylable,
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -1100,10 +1100,10 @@ class DescElement extends SvgElement implements Stylable, LangSpace native "*SVG
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1290,10 +1290,10 @@ class EllipseElement extends SvgElement implements Transformable, Tests, Stylabl
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -1377,10 +1377,10 @@ class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1433,10 +1433,10 @@ class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1473,10 +1473,10 @@ class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1545,10 +1545,10 @@ class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1626,10 +1626,10 @@ class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1678,10 +1678,10 @@ class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1740,10 +1740,10 @@ class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1809,10 +1809,10 @@ class FEDropShadowElement extends SvgElement implements FilterPrimitiveStandardA
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1846,10 +1846,10 @@ class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1927,10 +1927,10 @@ class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -1980,10 +1980,10 @@ class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGURIReference
|
|
|
| @@ -2022,10 +2022,10 @@ class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -2091,10 +2091,10 @@ class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -2137,10 +2137,10 @@ class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -2203,10 +2203,10 @@ class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -2275,10 +2275,10 @@ class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -2342,10 +2342,10 @@ class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -2404,10 +2404,10 @@ class FilterElement extends SvgElement implements UriReference, ExternalResource
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGURIReference
|
|
|
| @@ -2436,10 +2436,10 @@ abstract class FilterPrimitiveStandardAttributes implements Stylable {
|
|
|
| AnimatedString $dom_svgClassName;
|
|
|
| - CSSStyleDeclaration style;
|
| + CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name);
|
| + CssValue getPresentationAttribute(String name);
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -2577,10 +2577,10 @@ class ForeignObjectElement extends SvgElement implements Transformable, Tests, S
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -2653,10 +2653,10 @@ class GElement extends SvgElement implements Transformable, Tests, Stylable, Ext
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -2720,10 +2720,10 @@ class GlyphRefElement extends SvgElement implements UriReference, Stylable nativ
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGURIReference
|
|
|
| @@ -2767,10 +2767,10 @@ class GradientElement extends SvgElement implements UriReference, ExternalResour
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGURIReference
|
|
|
| @@ -2854,10 +2854,10 @@ class ImageElement extends SvgElement implements Transformable, Tests, UriRefere
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -3124,10 +3124,10 @@ class LineElement extends SvgElement implements Transformable, Tests, Stylable,
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -3291,10 +3291,10 @@ class MarkerElement extends SvgElement implements FitToViewBox, ExternalResource
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -3344,10 +3344,10 @@ class MaskElement extends SvgElement implements Tests, Stylable, ExternalResourc
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -3758,10 +3758,10 @@ class PathElement extends SvgElement implements Transformable, Tests, Stylable,
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -4338,10 +4338,10 @@ class PatternElement extends SvgElement implements FitToViewBox, Tests, UriRefer
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -4469,10 +4469,10 @@ class PolygonElement extends SvgElement implements Transformable, Tests, Stylabl
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -4551,10 +4551,10 @@ class PolylineElement extends SvgElement implements Transformable, Tests, Stylab
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -4735,10 +4735,10 @@ class RectElement extends SvgElement implements Transformable, Tests, Stylable,
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -4832,10 +4832,10 @@ class StopElement extends SvgElement implements Stylable native "*SVGStopElement
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -4964,10 +4964,10 @@ abstract class Stylable {
|
|
|
| AnimatedString $dom_svgClassName;
|
|
|
| - CSSStyleDeclaration style;
|
| + CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name);
|
| + CssValue getPresentationAttribute(String name);
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -5336,10 +5336,10 @@ class SvgSvgElement extends SvgElement implements FitToViewBox, Tests, Stylable,
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -5413,10 +5413,10 @@ class SwitchElement extends SvgElement implements Transformable, Tests, Stylable
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -5475,10 +5475,10 @@ class SymbolElement extends SvgElement implements FitToViewBox, ExternalResource
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -5589,10 +5589,10 @@ class TextContentElement extends SvgElement implements Tests, Stylable, External
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
| @@ -5727,10 +5727,10 @@ class TitleElement extends SvgElement implements Stylable, LangSpace native "*SV
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
| }
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| @@ -6027,10 +6027,10 @@ class UseElement extends SvgElement implements Transformable, Tests, UriReferenc
|
| AnimatedString get $dom_svgClassName => JS("AnimatedString", "#.className", this);
|
|
|
| // Use implementation from Element.
|
| - // final CSSStyleDeclaration style;
|
| + // final CssStyleDeclaration style;
|
|
|
| /// @domName SVGStylable.getPresentationAttribute; @docsEditable true
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CssValue getPresentationAttribute(String name) native;
|
|
|
| // From SVGTests
|
|
|
|
|