Skip to content

Update core dependencies #2067

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
Jul 15, 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
6 changes: 3 additions & 3 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29003,7 +29003,7 @@ declare var SVGMarkerElement: {
*/
interface SVGMaskElement extends SVGElement {
/**
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the marker.
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the mask.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/height)
*/
Expand All @@ -29021,7 +29021,7 @@ interface SVGMaskElement extends SVGElement {
*/
readonly maskUnits: SVGAnimatedEnumeration;
/**
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the marker.
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the mask.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/width)
*/
Expand All @@ -29033,7 +29033,7 @@ interface SVGMaskElement extends SVGElement {
*/
readonly x: SVGAnimatedLength;
/**
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the marker.
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the mask.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/y)
*/
Expand Down
6 changes: 3 additions & 3 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28981,7 +28981,7 @@ declare var SVGMarkerElement: {
*/
interface SVGMaskElement extends SVGElement {
/**
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the marker.
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the mask.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/height)
*/
Expand All @@ -28999,7 +28999,7 @@ interface SVGMaskElement extends SVGElement {
*/
readonly maskUnits: SVGAnimatedEnumeration;
/**
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the marker.
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the mask.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/width)
*/
Expand All @@ -29011,7 +29011,7 @@ interface SVGMaskElement extends SVGElement {
*/
readonly x: SVGAnimatedLength;
/**
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the marker.
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the mask.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/y)
*/
Expand Down
6 changes: 3 additions & 3 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29003,7 +29003,7 @@ declare var SVGMarkerElement: {
*/
interface SVGMaskElement extends SVGElement {
/**
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the marker.
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the mask.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/height)
*/
Expand All @@ -29021,7 +29021,7 @@ interface SVGMaskElement extends SVGElement {
*/
readonly maskUnits: SVGAnimatedEnumeration;
/**
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the marker.
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the mask.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/width)
*/
Expand All @@ -29033,7 +29033,7 @@ interface SVGMaskElement extends SVGElement {
*/
readonly x: SVGAnimatedLength;
/**
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the marker.
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the mask.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/y)
*/
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/mdn
Submodule mdn updated 1399 files