Skip to content

Commit ce6ce7c

Browse files
typescript-botorta
andauthored
🤖 Update core dependencies (#2067)
Co-authored-by: orta <[email protected]>
1 parent 92fb72b commit ce6ce7c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29003,7 +29003,7 @@ declare var SVGMarkerElement: {
2900329003
*/
2900429004
interface SVGMaskElement extends SVGElement {
2900529005
/**
29006-
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the marker.
29006+
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the mask.
2900729007
*
2900829008
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/height)
2900929009
*/
@@ -29021,7 +29021,7 @@ interface SVGMaskElement extends SVGElement {
2902129021
*/
2902229022
readonly maskUnits: SVGAnimatedEnumeration;
2902329023
/**
29024-
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the marker.
29024+
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the mask.
2902529025
*
2902629026
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/width)
2902729027
*/
@@ -29033,7 +29033,7 @@ interface SVGMaskElement extends SVGElement {
2903329033
*/
2903429034
readonly x: SVGAnimatedLength;
2903529035
/**
29036-
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the marker.
29036+
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the mask.
2903729037
*
2903829038
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/y)
2903929039
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28981,7 +28981,7 @@ declare var SVGMarkerElement: {
2898128981
*/
2898228982
interface SVGMaskElement extends SVGElement {
2898328983
/**
28984-
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the marker.
28984+
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the mask.
2898528985
*
2898628986
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/height)
2898728987
*/
@@ -28999,7 +28999,7 @@ interface SVGMaskElement extends SVGElement {
2899928999
*/
2900029000
readonly maskUnits: SVGAnimatedEnumeration;
2900129001
/**
29002-
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the marker.
29002+
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the mask.
2900329003
*
2900429004
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/width)
2900529005
*/
@@ -29011,7 +29011,7 @@ interface SVGMaskElement extends SVGElement {
2901129011
*/
2901229012
readonly x: SVGAnimatedLength;
2901329013
/**
29014-
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the marker.
29014+
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the mask.
2901529015
*
2901629016
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/y)
2901729017
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29003,7 +29003,7 @@ declare var SVGMarkerElement: {
2900329003
*/
2900429004
interface SVGMaskElement extends SVGElement {
2900529005
/**
29006-
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the marker.
29006+
* The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the mask.
2900729007
*
2900829008
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/height)
2900929009
*/
@@ -29021,7 +29021,7 @@ interface SVGMaskElement extends SVGElement {
2902129021
*/
2902229022
readonly maskUnits: SVGAnimatedEnumeration;
2902329023
/**
29024-
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the marker.
29024+
* The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the mask.
2902529025
*
2902629026
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/width)
2902729027
*/
@@ -29033,7 +29033,7 @@ interface SVGMaskElement extends SVGElement {
2903329033
*/
2903429034
readonly x: SVGAnimatedLength;
2903529035
/**
29036-
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the marker.
29036+
* The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the mask.
2903729037
*
2903829038
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/y)
2903929039
*/

inputfiles/mdn

Submodule mdn updated 1399 files

0 commit comments

Comments
 (0)