@types/web 0.0.299 → 0.0.300
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 +1 -1
- package/index.d.ts +4 -4
- package/package.json +1 -1
- package/ts5.5/index.d.ts +4 -4
- package/ts5.6/index.d.ts +4 -4
- package/ts5.9/index.d.ts +4 -4
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.
|
|
50
|
+
You can read what changed in version 0.0.300 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.300.
|
package/index.d.ts
CHANGED
|
@@ -6233,13 +6233,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
6233
6233
|
*/
|
|
6234
6234
|
animationRange: string;
|
|
6235
6235
|
/**
|
|
6236
|
-
* The animation-range-end CSS property
|
|
6236
|
+
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
|
|
6237
6237
|
*
|
|
6238
6238
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
|
|
6239
6239
|
*/
|
|
6240
6240
|
animationRangeEnd: string;
|
|
6241
6241
|
/**
|
|
6242
|
-
* The animation-range-start CSS property
|
|
6242
|
+
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
|
|
6243
6243
|
*
|
|
6244
6244
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
|
|
6245
6245
|
*/
|
|
@@ -8349,7 +8349,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8349
8349
|
*/
|
|
8350
8350
|
scrollTimeline: string;
|
|
8351
8351
|
/**
|
|
8352
|
-
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation
|
|
8352
|
+
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller).
|
|
8353
8353
|
*
|
|
8354
8354
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
|
|
8355
8355
|
*/
|
|
@@ -13360,7 +13360,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
|
|
|
13360
13360
|
*/
|
|
13361
13361
|
setAttribute(qualifiedName: string, value: string): void;
|
|
13362
13362
|
/**
|
|
13363
|
-
*
|
|
13363
|
+
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
|
|
13364
13364
|
*
|
|
13365
13365
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
|
|
13366
13366
|
*/
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -6223,13 +6223,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
6223
6223
|
*/
|
|
6224
6224
|
animationRange: string;
|
|
6225
6225
|
/**
|
|
6226
|
-
* The animation-range-end CSS property
|
|
6226
|
+
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
|
|
6227
6227
|
*
|
|
6228
6228
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
|
|
6229
6229
|
*/
|
|
6230
6230
|
animationRangeEnd: string;
|
|
6231
6231
|
/**
|
|
6232
|
-
* The animation-range-start CSS property
|
|
6232
|
+
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
|
|
6233
6233
|
*
|
|
6234
6234
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
|
|
6235
6235
|
*/
|
|
@@ -8339,7 +8339,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8339
8339
|
*/
|
|
8340
8340
|
scrollTimeline: string;
|
|
8341
8341
|
/**
|
|
8342
|
-
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation
|
|
8342
|
+
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller).
|
|
8343
8343
|
*
|
|
8344
8344
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
|
|
8345
8345
|
*/
|
|
@@ -13347,7 +13347,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
|
|
|
13347
13347
|
*/
|
|
13348
13348
|
setAttribute(qualifiedName: string, value: string): void;
|
|
13349
13349
|
/**
|
|
13350
|
-
*
|
|
13350
|
+
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
|
|
13351
13351
|
*
|
|
13352
13352
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
|
|
13353
13353
|
*/
|
package/ts5.6/index.d.ts
CHANGED
|
@@ -6230,13 +6230,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
6230
6230
|
*/
|
|
6231
6231
|
animationRange: string;
|
|
6232
6232
|
/**
|
|
6233
|
-
* The animation-range-end CSS property
|
|
6233
|
+
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
|
|
6234
6234
|
*
|
|
6235
6235
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
|
|
6236
6236
|
*/
|
|
6237
6237
|
animationRangeEnd: string;
|
|
6238
6238
|
/**
|
|
6239
|
-
* The animation-range-start CSS property
|
|
6239
|
+
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
|
|
6240
6240
|
*
|
|
6241
6241
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
|
|
6242
6242
|
*/
|
|
@@ -8346,7 +8346,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8346
8346
|
*/
|
|
8347
8347
|
scrollTimeline: string;
|
|
8348
8348
|
/**
|
|
8349
|
-
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation
|
|
8349
|
+
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller).
|
|
8350
8350
|
*
|
|
8351
8351
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
|
|
8352
8352
|
*/
|
|
@@ -13357,7 +13357,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
|
|
|
13357
13357
|
*/
|
|
13358
13358
|
setAttribute(qualifiedName: string, value: string): void;
|
|
13359
13359
|
/**
|
|
13360
|
-
*
|
|
13360
|
+
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
|
|
13361
13361
|
*
|
|
13362
13362
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
|
|
13363
13363
|
*/
|
package/ts5.9/index.d.ts
CHANGED
|
@@ -6230,13 +6230,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
6230
6230
|
*/
|
|
6231
6231
|
animationRange: string;
|
|
6232
6232
|
/**
|
|
6233
|
-
* The animation-range-end CSS property
|
|
6233
|
+
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
|
|
6234
6234
|
*
|
|
6235
6235
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
|
|
6236
6236
|
*/
|
|
6237
6237
|
animationRangeEnd: string;
|
|
6238
6238
|
/**
|
|
6239
|
-
* The animation-range-start CSS property
|
|
6239
|
+
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
|
|
6240
6240
|
*
|
|
6241
6241
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
|
|
6242
6242
|
*/
|
|
@@ -8346,7 +8346,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
|
|
|
8346
8346
|
*/
|
|
8347
8347
|
scrollTimeline: string;
|
|
8348
8348
|
/**
|
|
8349
|
-
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation
|
|
8349
|
+
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller).
|
|
8350
8350
|
*
|
|
8351
8351
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
|
|
8352
8352
|
*/
|
|
@@ -13357,7 +13357,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
|
|
|
13357
13357
|
*/
|
|
13358
13358
|
setAttribute(qualifiedName: string, value: string): void;
|
|
13359
13359
|
/**
|
|
13360
|
-
*
|
|
13360
|
+
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
|
|
13361
13361
|
*
|
|
13362
13362
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
|
|
13363
13363
|
*/
|