@types/web 0.0.207 → 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 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.207 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.207.
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) */
@@ -4636,7 +4644,11 @@ interface CSSStyleDeclaration {
4636
4644
  fontSize: string;
4637
4645
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
4638
4646
  fontSizeAdjust: string;
4639
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch) */
4647
+ /**
4648
+ * @deprecated
4649
+ *
4650
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch)
4651
+ */
4640
4652
  fontStretch: string;
4641
4653
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
4642
4654
  fontStyle: string;
@@ -4710,6 +4722,8 @@ interface CSSStyleDeclaration {
4710
4722
  height: string;
4711
4723
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphenate-character) */
4712
4724
  hyphenateCharacter: string;
4725
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphenate-limit-chars) */
4726
+ hyphenateLimitChars: string;
4713
4727
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphens) */
4714
4728
  hyphens: string;
4715
4729
  /**
@@ -4872,8 +4886,12 @@ interface CSSStyleDeclaration {
4872
4886
  overflow: string;
4873
4887
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-anchor) */
4874
4888
  overflowAnchor: string;
4889
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-block) */
4890
+ overflowBlock: string;
4875
4891
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-clip-margin) */
4876
4892
  overflowClipMargin: string;
4893
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-inline) */
4894
+ overflowInline: string;
4877
4895
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-wrap) */
4878
4896
  overflowWrap: string;
4879
4897
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-x) */
@@ -5070,8 +5088,11 @@ interface CSSStyleDeclaration {
5070
5088
  textAlignLast: string;
5071
5089
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
5072
5090
  textAnchor: string;
5091
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
5073
5092
  textBox: string;
5093
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
5074
5094
  textBoxEdge: string;
5095
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
5075
5096
  textBoxTrim: string;
5076
5097
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
5077
5098
  textCombineUpright: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.207",
3
+ "version": "0.0.209",
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) */
@@ -4630,7 +4638,11 @@ interface CSSStyleDeclaration {
4630
4638
  fontSize: string;
4631
4639
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
4632
4640
  fontSizeAdjust: string;
4633
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch) */
4641
+ /**
4642
+ * @deprecated
4643
+ *
4644
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch)
4645
+ */
4634
4646
  fontStretch: string;
4635
4647
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
4636
4648
  fontStyle: string;
@@ -4704,6 +4716,8 @@ interface CSSStyleDeclaration {
4704
4716
  height: string;
4705
4717
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphenate-character) */
4706
4718
  hyphenateCharacter: string;
4719
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphenate-limit-chars) */
4720
+ hyphenateLimitChars: string;
4707
4721
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/hyphens) */
4708
4722
  hyphens: string;
4709
4723
  /**
@@ -4866,8 +4880,12 @@ interface CSSStyleDeclaration {
4866
4880
  overflow: string;
4867
4881
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-anchor) */
4868
4882
  overflowAnchor: string;
4883
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-block) */
4884
+ overflowBlock: string;
4869
4885
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-clip-margin) */
4870
4886
  overflowClipMargin: string;
4887
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-inline) */
4888
+ overflowInline: string;
4871
4889
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-wrap) */
4872
4890
  overflowWrap: string;
4873
4891
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-x) */
@@ -5064,8 +5082,11 @@ interface CSSStyleDeclaration {
5064
5082
  textAlignLast: string;
5065
5083
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
5066
5084
  textAnchor: string;
5085
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
5067
5086
  textBox: string;
5087
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
5068
5088
  textBoxEdge: string;
5089
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
5069
5090
  textBoxTrim: string;
5070
5091
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
5071
5092
  textCombineUpright: string;