@types/web 0.0.208 → 0.0.210

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.208 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.208.
50
+ You can read what changed in version 0.0.210 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.210.
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) */
@@ -9626,7 +9640,7 @@ interface GlobalEventHandlersEventMap {
9626
9640
  "animationend": AnimationEvent;
9627
9641
  "animationiteration": AnimationEvent;
9628
9642
  "animationstart": AnimationEvent;
9629
- "auxclick": MouseEvent;
9643
+ "auxclick": PointerEvent;
9630
9644
  "beforeinput": InputEvent;
9631
9645
  "beforetoggle": Event;
9632
9646
  "blur": FocusEvent;
@@ -9640,7 +9654,7 @@ interface GlobalEventHandlersEventMap {
9640
9654
  "compositionstart": CompositionEvent;
9641
9655
  "compositionupdate": CompositionEvent;
9642
9656
  "contextlost": Event;
9643
- "contextmenu": MouseEvent;
9657
+ "contextmenu": PointerEvent;
9644
9658
  "contextrestored": Event;
9645
9659
  "copy": ClipboardEvent;
9646
9660
  "cuechange": Event;
@@ -9743,7 +9757,7 @@ interface GlobalEventHandlers {
9743
9757
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event) */
9744
9758
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
9745
9759
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event) */
9746
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
9760
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
9747
9761
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event) */
9748
9762
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
9749
9763
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event) */
@@ -9790,7 +9804,7 @@ interface GlobalEventHandlers {
9790
9804
  *
9791
9805
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)
9792
9806
  */
9793
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
9807
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
9794
9808
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event) */
9795
9809
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
9796
9810
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event) */
@@ -29087,7 +29101,7 @@ declare var onanimationiteration: ((this: Window, ev: AnimationEvent) => any) |
29087
29101
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event) */
29088
29102
  declare var onanimationstart: ((this: Window, ev: AnimationEvent) => any) | null;
29089
29103
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event) */
29090
- declare var onauxclick: ((this: Window, ev: MouseEvent) => any) | null;
29104
+ declare var onauxclick: ((this: Window, ev: PointerEvent) => any) | null;
29091
29105
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event) */
29092
29106
  declare var onbeforeinput: ((this: Window, ev: InputEvent) => any) | null;
29093
29107
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event) */
@@ -29134,7 +29148,7 @@ declare var oncontextlost: ((this: Window, ev: Event) => any) | null;
29134
29148
  *
29135
29149
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)
29136
29150
  */
29137
- declare var oncontextmenu: ((this: Window, ev: MouseEvent) => any) | null;
29151
+ declare var oncontextmenu: ((this: Window, ev: PointerEvent) => any) | null;
29138
29152
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event) */
29139
29153
  declare var oncontextrestored: ((this: Window, ev: Event) => any) | null;
29140
29154
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.208",
3
+ "version": "0.0.210",
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
@@ -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) */
@@ -9616,7 +9630,7 @@ interface GlobalEventHandlersEventMap {
9616
9630
  "animationend": AnimationEvent;
9617
9631
  "animationiteration": AnimationEvent;
9618
9632
  "animationstart": AnimationEvent;
9619
- "auxclick": MouseEvent;
9633
+ "auxclick": PointerEvent;
9620
9634
  "beforeinput": InputEvent;
9621
9635
  "beforetoggle": Event;
9622
9636
  "blur": FocusEvent;
@@ -9630,7 +9644,7 @@ interface GlobalEventHandlersEventMap {
9630
9644
  "compositionstart": CompositionEvent;
9631
9645
  "compositionupdate": CompositionEvent;
9632
9646
  "contextlost": Event;
9633
- "contextmenu": MouseEvent;
9647
+ "contextmenu": PointerEvent;
9634
9648
  "contextrestored": Event;
9635
9649
  "copy": ClipboardEvent;
9636
9650
  "cuechange": Event;
@@ -9733,7 +9747,7 @@ interface GlobalEventHandlers {
9733
9747
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event) */
9734
9748
  onanimationstart: ((this: GlobalEventHandlers, ev: AnimationEvent) => any) | null;
9735
9749
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event) */
9736
- onauxclick: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
9750
+ onauxclick: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
9737
9751
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event) */
9738
9752
  onbeforeinput: ((this: GlobalEventHandlers, ev: InputEvent) => any) | null;
9739
9753
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event) */
@@ -9780,7 +9794,7 @@ interface GlobalEventHandlers {
9780
9794
  *
9781
9795
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)
9782
9796
  */
9783
- oncontextmenu: ((this: GlobalEventHandlers, ev: MouseEvent) => any) | null;
9797
+ oncontextmenu: ((this: GlobalEventHandlers, ev: PointerEvent) => any) | null;
9784
9798
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event) */
9785
9799
  oncontextrestored: ((this: GlobalEventHandlers, ev: Event) => any) | null;
9786
9800
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event) */
@@ -29065,7 +29079,7 @@ declare var onanimationiteration: ((this: Window, ev: AnimationEvent) => any) |
29065
29079
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/animationstart_event) */
29066
29080
  declare var onanimationstart: ((this: Window, ev: AnimationEvent) => any) | null;
29067
29081
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/auxclick_event) */
29068
- declare var onauxclick: ((this: Window, ev: MouseEvent) => any) | null;
29082
+ declare var onauxclick: ((this: Window, ev: PointerEvent) => any) | null;
29069
29083
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/beforeinput_event) */
29070
29084
  declare var onbeforeinput: ((this: Window, ev: InputEvent) => any) | null;
29071
29085
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/beforetoggle_event) */
@@ -29112,7 +29126,7 @@ declare var oncontextlost: ((this: Window, ev: Event) => any) | null;
29112
29126
  *
29113
29127
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/contextmenu_event)
29114
29128
  */
29115
- declare var oncontextmenu: ((this: Window, ev: MouseEvent) => any) | null;
29129
+ declare var oncontextmenu: ((this: Window, ev: PointerEvent) => any) | null;
29116
29130
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLCanvasElement/contextrestored_event) */
29117
29131
  declare var oncontextrestored: ((this: Window, ev: Event) => any) | null;
29118
29132
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/copy_event) */