@types/web 0.0.247 → 0.0.248

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
47
47
 
48
48
  ## Deploy Metadata
49
49
 
50
- You can read what changed in version 0.0.247 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.247.
50
+ You can read what changed in version 0.0.248 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.248.
package/index.d.ts CHANGED
@@ -29006,7 +29006,7 @@ declare var SVGMarkerElement: {
29006
29006
  */
29007
29007
  interface SVGMaskElement extends SVGElement {
29008
29008
  /**
29009
- * The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the marker.
29009
+ * The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the mask.
29010
29010
  *
29011
29011
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/height)
29012
29012
  */
@@ -29024,7 +29024,7 @@ interface SVGMaskElement extends SVGElement {
29024
29024
  */
29025
29025
  readonly maskUnits: SVGAnimatedEnumeration;
29026
29026
  /**
29027
- * The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the marker.
29027
+ * The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the mask.
29028
29028
  *
29029
29029
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/width)
29030
29030
  */
@@ -29036,7 +29036,7 @@ interface SVGMaskElement extends SVGElement {
29036
29036
  */
29037
29037
  readonly x: SVGAnimatedLength;
29038
29038
  /**
29039
- * The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the marker.
29039
+ * The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the mask.
29040
29040
  *
29041
29041
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/y)
29042
29042
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.247",
3
+ "version": "0.0.248",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],
package/ts5.5/index.d.ts CHANGED
@@ -28984,7 +28984,7 @@ declare var SVGMarkerElement: {
28984
28984
  */
28985
28985
  interface SVGMaskElement extends SVGElement {
28986
28986
  /**
28987
- * The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the marker.
28987
+ * The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the mask.
28988
28988
  *
28989
28989
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/height)
28990
28990
  */
@@ -29002,7 +29002,7 @@ interface SVGMaskElement extends SVGElement {
29002
29002
  */
29003
29003
  readonly maskUnits: SVGAnimatedEnumeration;
29004
29004
  /**
29005
- * The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the marker.
29005
+ * The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the mask.
29006
29006
  *
29007
29007
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/width)
29008
29008
  */
@@ -29014,7 +29014,7 @@ interface SVGMaskElement extends SVGElement {
29014
29014
  */
29015
29015
  readonly x: SVGAnimatedLength;
29016
29016
  /**
29017
- * The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the marker.
29017
+ * The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the mask.
29018
29018
  *
29019
29019
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/y)
29020
29020
  */
package/ts5.6/index.d.ts CHANGED
@@ -29006,7 +29006,7 @@ declare var SVGMarkerElement: {
29006
29006
  */
29007
29007
  interface SVGMaskElement extends SVGElement {
29008
29008
  /**
29009
- * The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the marker.
29009
+ * The read-only **`height`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the height attribute of the mask.
29010
29010
  *
29011
29011
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/height)
29012
29012
  */
@@ -29024,7 +29024,7 @@ interface SVGMaskElement extends SVGElement {
29024
29024
  */
29025
29025
  readonly maskUnits: SVGAnimatedEnumeration;
29026
29026
  /**
29027
- * The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the marker.
29027
+ * The read-only **`width`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the width attribute of the mask.
29028
29028
  *
29029
29029
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/width)
29030
29030
  */
@@ -29036,7 +29036,7 @@ interface SVGMaskElement extends SVGElement {
29036
29036
  */
29037
29037
  readonly x: SVGAnimatedLength;
29038
29038
  /**
29039
- * The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the marker.
29039
+ * The read-only **`y`** property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the mask.
29040
29040
  *
29041
29041
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGMaskElement/y)
29042
29042
  */