@types/web 0.0.208 → 0.0.209
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 +14 -0
- package/package.json +1 -1
- package/ts5.5/index.d.ts +14 -0
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.209 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.209.
|
package/index.d.ts
CHANGED
|
@@ -2504,6 +2504,7 @@ interface ANGLE_instanced_arrays {
|
|
|
2504
2504
|
}
|
|
2505
2505
|
|
|
2506
2506
|
interface ARIAMixin {
|
|
2507
|
+
ariaActiveDescendantElement: Element | null;
|
|
2507
2508
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic) */
|
|
2508
2509
|
ariaAtomic: string | null;
|
|
2509
2510
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete) */
|
|
@@ -2524,14 +2525,19 @@ interface ARIAMixin {
|
|
|
2524
2525
|
ariaColIndexText: string | null;
|
|
2525
2526
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan) */
|
|
2526
2527
|
ariaColSpan: string | null;
|
|
2528
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2527
2529
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent) */
|
|
2528
2530
|
ariaCurrent: string | null;
|
|
2531
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2529
2532
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription) */
|
|
2530
2533
|
ariaDescription: string | null;
|
|
2534
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2531
2535
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled) */
|
|
2532
2536
|
ariaDisabled: string | null;
|
|
2537
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2533
2538
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded) */
|
|
2534
2539
|
ariaExpanded: string | null;
|
|
2540
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2535
2541
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup) */
|
|
2536
2542
|
ariaHasPopup: string | null;
|
|
2537
2543
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden) */
|
|
@@ -2541,6 +2547,7 @@ interface ARIAMixin {
|
|
|
2541
2547
|
ariaKeyShortcuts: string | null;
|
|
2542
2548
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel) */
|
|
2543
2549
|
ariaLabel: string | null;
|
|
2550
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2544
2551
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel) */
|
|
2545
2552
|
ariaLevel: string | null;
|
|
2546
2553
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive) */
|
|
@@ -2553,6 +2560,7 @@ interface ARIAMixin {
|
|
|
2553
2560
|
ariaMultiSelectable: string | null;
|
|
2554
2561
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation) */
|
|
2555
2562
|
ariaOrientation: string | null;
|
|
2563
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2556
2564
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder) */
|
|
2557
2565
|
ariaPlaceholder: string | null;
|
|
2558
2566
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet) */
|
|
@@ -4714,6 +4722,8 @@ interface CSSStyleDeclaration {
|
|
|
4714
4722
|
height: string;
|
|
4715
4723
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphenate-character) */
|
|
4716
4724
|
hyphenateCharacter: string;
|
|
4725
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphenate-limit-chars) */
|
|
4726
|
+
hyphenateLimitChars: string;
|
|
4717
4727
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphens) */
|
|
4718
4728
|
hyphens: string;
|
|
4719
4729
|
/**
|
|
@@ -4876,8 +4886,12 @@ interface CSSStyleDeclaration {
|
|
|
4876
4886
|
overflow: string;
|
|
4877
4887
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-anchor) */
|
|
4878
4888
|
overflowAnchor: string;
|
|
4889
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-block) */
|
|
4890
|
+
overflowBlock: string;
|
|
4879
4891
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-clip-margin) */
|
|
4880
4892
|
overflowClipMargin: string;
|
|
4893
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-inline) */
|
|
4894
|
+
overflowInline: string;
|
|
4881
4895
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-wrap) */
|
|
4882
4896
|
overflowWrap: string;
|
|
4883
4897
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-x) */
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -2504,6 +2504,7 @@ interface ANGLE_instanced_arrays {
|
|
|
2504
2504
|
}
|
|
2505
2505
|
|
|
2506
2506
|
interface ARIAMixin {
|
|
2507
|
+
ariaActiveDescendantElement: Element | null;
|
|
2507
2508
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAtomic) */
|
|
2508
2509
|
ariaAtomic: string | null;
|
|
2509
2510
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaAutoComplete) */
|
|
@@ -2524,14 +2525,19 @@ interface ARIAMixin {
|
|
|
2524
2525
|
ariaColIndexText: string | null;
|
|
2525
2526
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaColSpan) */
|
|
2526
2527
|
ariaColSpan: string | null;
|
|
2528
|
+
ariaControlsElements: ReadonlyArray<Element> | null;
|
|
2527
2529
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaCurrent) */
|
|
2528
2530
|
ariaCurrent: string | null;
|
|
2531
|
+
ariaDescribedByElements: ReadonlyArray<Element> | null;
|
|
2529
2532
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDescription) */
|
|
2530
2533
|
ariaDescription: string | null;
|
|
2534
|
+
ariaDetailsElements: ReadonlyArray<Element> | null;
|
|
2531
2535
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaDisabled) */
|
|
2532
2536
|
ariaDisabled: string | null;
|
|
2537
|
+
ariaErrorMessageElements: ReadonlyArray<Element> | null;
|
|
2533
2538
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaExpanded) */
|
|
2534
2539
|
ariaExpanded: string | null;
|
|
2540
|
+
ariaFlowToElements: ReadonlyArray<Element> | null;
|
|
2535
2541
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHasPopup) */
|
|
2536
2542
|
ariaHasPopup: string | null;
|
|
2537
2543
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaHidden) */
|
|
@@ -2541,6 +2547,7 @@ interface ARIAMixin {
|
|
|
2541
2547
|
ariaKeyShortcuts: string | null;
|
|
2542
2548
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLabel) */
|
|
2543
2549
|
ariaLabel: string | null;
|
|
2550
|
+
ariaLabelledByElements: ReadonlyArray<Element> | null;
|
|
2544
2551
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLevel) */
|
|
2545
2552
|
ariaLevel: string | null;
|
|
2546
2553
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaLive) */
|
|
@@ -2553,6 +2560,7 @@ interface ARIAMixin {
|
|
|
2553
2560
|
ariaMultiSelectable: string | null;
|
|
2554
2561
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaOrientation) */
|
|
2555
2562
|
ariaOrientation: string | null;
|
|
2563
|
+
ariaOwnsElements: ReadonlyArray<Element> | null;
|
|
2556
2564
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPlaceholder) */
|
|
2557
2565
|
ariaPlaceholder: string | null;
|
|
2558
2566
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/ariaPosInSet) */
|
|
@@ -4708,6 +4716,8 @@ interface CSSStyleDeclaration {
|
|
|
4708
4716
|
height: string;
|
|
4709
4717
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphenate-character) */
|
|
4710
4718
|
hyphenateCharacter: string;
|
|
4719
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphenate-limit-chars) */
|
|
4720
|
+
hyphenateLimitChars: string;
|
|
4711
4721
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphens) */
|
|
4712
4722
|
hyphens: string;
|
|
4713
4723
|
/**
|
|
@@ -4870,8 +4880,12 @@ interface CSSStyleDeclaration {
|
|
|
4870
4880
|
overflow: string;
|
|
4871
4881
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-anchor) */
|
|
4872
4882
|
overflowAnchor: string;
|
|
4883
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-block) */
|
|
4884
|
+
overflowBlock: string;
|
|
4873
4885
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-clip-margin) */
|
|
4874
4886
|
overflowClipMargin: string;
|
|
4887
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-inline) */
|
|
4888
|
+
overflowInline: string;
|
|
4875
4889
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-wrap) */
|
|
4876
4890
|
overflowWrap: string;
|
|
4877
4891
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-x) */
|