Skip to content

Update core dependencies #2014

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20977,7 +20977,7 @@ declare var SVGAnimateTransformElement: {
};

/**
* The `SVGAnimatedAngle` interface is used for attributes of basic type \<angle> which can be animated.
* The **`SVGAnimatedAngle`** interface is used for attributes of basic type \<angle> which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle)
*/
Expand All @@ -20994,7 +20994,7 @@ declare var SVGAnimatedAngle: {
};

/**
* The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated.
* The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean)
*/
Expand Down Expand Up @@ -21028,7 +21028,7 @@ declare var SVGAnimatedEnumeration: {
};

/**
* The `SVGAnimatedInteger` interface is used for attributes of basic type \<integer> which can be animated.
* The **`SVGAnimatedInteger`** interface is used for attributes of basic type \<integer> which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger)
*/
Expand Down Expand Up @@ -21062,7 +21062,7 @@ declare var SVGAnimatedLength: {
};

/**
* The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated.
* The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList)
*/
Expand Down Expand Up @@ -21171,7 +21171,7 @@ declare var SVGAnimatedString: {
};

/**
* The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated.
* The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList)
*/
Expand Down Expand Up @@ -21265,7 +21265,7 @@ declare var SVGClipPathElement: {
};

/**
* The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces.
* The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement)
*/
Expand Down Expand Up @@ -22683,7 +22683,7 @@ declare var SVGPolylineElement: {
};

/**
* The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
* The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio)
*/
Expand Down
14 changes: 7 additions & 7 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20956,7 +20956,7 @@ declare var SVGAnimateTransformElement: {
};

/**
* The `SVGAnimatedAngle` interface is used for attributes of basic type \<angle> which can be animated.
* The **`SVGAnimatedAngle`** interface is used for attributes of basic type \<angle> which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle)
*/
Expand All @@ -20973,7 +20973,7 @@ declare var SVGAnimatedAngle: {
};

/**
* The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated.
* The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean)
*/
Expand Down Expand Up @@ -21007,7 +21007,7 @@ declare var SVGAnimatedEnumeration: {
};

/**
* The `SVGAnimatedInteger` interface is used for attributes of basic type \<integer> which can be animated.
* The **`SVGAnimatedInteger`** interface is used for attributes of basic type \<integer> which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger)
*/
Expand Down Expand Up @@ -21041,7 +21041,7 @@ declare var SVGAnimatedLength: {
};

/**
* The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated.
* The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList)
*/
Expand Down Expand Up @@ -21150,7 +21150,7 @@ declare var SVGAnimatedString: {
};

/**
* The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated.
* The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList)
*/
Expand Down Expand Up @@ -21244,7 +21244,7 @@ declare var SVGClipPathElement: {
};

/**
* The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces.
* The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement)
*/
Expand Down Expand Up @@ -22662,7 +22662,7 @@ declare var SVGPolylineElement: {
};

/**
* The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
* The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio)
*/
Expand Down
14 changes: 7 additions & 7 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20977,7 +20977,7 @@ declare var SVGAnimateTransformElement: {
};

/**
* The `SVGAnimatedAngle` interface is used for attributes of basic type \<angle> which can be animated.
* The **`SVGAnimatedAngle`** interface is used for attributes of basic type \<angle> which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedAngle)
*/
Expand All @@ -20994,7 +20994,7 @@ declare var SVGAnimatedAngle: {
};

/**
* The `SVGAnimatedBoolean` interface is used for attributes of type boolean which can be animated.
* The **`SVGAnimatedBoolean`** interface is used for attributes of type boolean which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedBoolean)
*/
Expand Down Expand Up @@ -21028,7 +21028,7 @@ declare var SVGAnimatedEnumeration: {
};

/**
* The `SVGAnimatedInteger` interface is used for attributes of basic type \<integer> which can be animated.
* The **`SVGAnimatedInteger`** interface is used for attributes of basic type \<integer> which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedInteger)
*/
Expand Down Expand Up @@ -21062,7 +21062,7 @@ declare var SVGAnimatedLength: {
};

/**
* The `SVGAnimatedLengthList` interface is used for attributes of type SVGLengthList which can be animated.
* The **`SVGAnimatedLengthList`** interface is used for attributes of type SVGLengthList which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedLengthList)
*/
Expand Down Expand Up @@ -21171,7 +21171,7 @@ declare var SVGAnimatedString: {
};

/**
* The `SVGAnimatedTransformList` interface is used for attributes which take a list of numbers and which can be animated.
* The **`SVGAnimatedTransformList`** interface represents attributes which take a list of numbers and which can be animated.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAnimatedTransformList)
*/
Expand Down Expand Up @@ -21265,7 +21265,7 @@ declare var SVGClipPathElement: {
};

/**
* The **`SVGComponentTransferFunctionElement`** interface defines a base interface used by the component transfer function interfaces.
* The **`SVGComponentTransferFunctionElement`** interface represents a base interface used by the component transfer function interfaces.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGComponentTransferFunctionElement)
*/
Expand Down Expand Up @@ -22683,7 +22683,7 @@ declare var SVGPolylineElement: {
};

/**
* The `SVGPreserveAspectRatio` interface corresponds to the preserveAspectRatio attribute, which is available for some of SVG's elements.
* The **`SVGPreserveAspectRatio`** interface corresponds to the preserveAspectRatio attribute.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGPreserveAspectRatio)
*/
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 533 files
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.