Skip to content

Commit f50eeeb

Browse files
committed
feat(bcd): use @webref/elements
1 parent 8e475e1 commit f50eeeb

File tree

11 files changed

+132
-1061
lines changed

11 files changed

+132
-1061
lines changed

baselines/dom.generated.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18019,6 +18019,9 @@ interface HTMLElementDeprecatedTagNameMap {
1801918019

1802018020
interface SVGElementTagNameMap {
1802118021
"a": SVGAElement;
18022+
"animate": SVGAnimateElement;
18023+
"animateMotion": SVGAnimateMotionElement;
18024+
"animateTransform": SVGAnimateTransformElement;
1802218025
"circle": SVGCircleElement;
1802318026
"clipPath": SVGClipPathElement;
1802418027
"defs": SVGDefsElement;
@@ -18032,6 +18035,7 @@ interface SVGElementTagNameMap {
1803218035
"feDiffuseLighting": SVGFEDiffuseLightingElement;
1803318036
"feDisplacementMap": SVGFEDisplacementMapElement;
1803418037
"feDistantLight": SVGFEDistantLightElement;
18038+
"feDropShadow": SVGFEDropShadowElement;
1803518039
"feFlood": SVGFEFloodElement;
1803618040
"feFuncA": SVGFEFuncAElement;
1803718041
"feFuncB": SVGFEFuncBElement;
@@ -18057,13 +18061,15 @@ interface SVGElementTagNameMap {
1805718061
"marker": SVGMarkerElement;
1805818062
"mask": SVGMaskElement;
1805918063
"metadata": SVGMetadataElement;
18064+
"mpath": SVGMPathElement;
1806018065
"path": SVGPathElement;
1806118066
"pattern": SVGPatternElement;
1806218067
"polygon": SVGPolygonElement;
1806318068
"polyline": SVGPolylineElement;
1806418069
"radialGradient": SVGRadialGradientElement;
1806518070
"rect": SVGRectElement;
1806618071
"script": SVGScriptElement;
18072+
"set": SVGSetElement;
1806718073
"stop": SVGStopElement;
1806818074
"style": SVGStyleElement;
1806918075
"svg": SVGSVGElement;

0 commit comments

Comments
 (0)