google / google/closure-compiler

New warnings with svg externs

Open
#2,567 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.7k
Forks
1.2k
Avg merge
2d 12h
Merged PRs (30d)
6

Description

After this commit c3ab4a23b55e8c0537eb1c26bdaffa9c355cd43c

```
externs.zip//svg.js:3704: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFECompositeElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:3746: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGDescElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:3895: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGEllipseElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:3978: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFESpecularLightingElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:4125: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEColorMatrixElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:4187: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGSymbolElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:4374: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEConvolveMatrixElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:4433: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEFloodElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:4468: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGStopElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:4577: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEOffsetElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:4677: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFilterElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:4774: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEGaussianBlurElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:4966: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGTitleElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:5144: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGGradientElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:5343: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGMarkerElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:5443: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGMaskElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:5648: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEImageElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:5777: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEDiffuseLightingElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:5910: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEMorphologyElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:5982: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGGlyphRefElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:6163: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGTextContentElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:6362: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEDropShadowElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:6427: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFETileElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:6596: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEBlendElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:6734: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGPatternElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:7226: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGSVGElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:7364: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGDefsElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:7500: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGPolygonElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:7846: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGPathElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:7988: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGCircleElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:8155: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGUseElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:8291: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGPolylineElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:8415: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGGElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:8539: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGSwitchElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:8700: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGImageElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:8860: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGRectElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:8997: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGAElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:9247: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFETurbulenceElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:9491: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGClipPathElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:9989: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGLineElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:10054: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEComponentTransferElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:10213: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEDisplacementMapElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:10291: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGFEMergeElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

externs.zip//svg.js:10439: WARNING - Invalid redeclaration of property style.
inherited type : CSSStyleDeclaration
overriding type : Array|CSSStyleDeclaration

SVGForeignObjectElement.prototype.style;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.