Skip to content

Commit 2d7884a

Browse files
Revert "Update core dependencies (microsoft#2438)"
This reverts commit feb35d3.
1 parent 43d4792 commit 2d7884a

File tree

6 files changed

+36
-149
lines changed

6 files changed

+36
-149
lines changed

baselines/dom.generated.d.ts

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5376,7 +5376,7 @@ declare var CSSCounterStyleRule: {
53765376
*/
53775377
interface CSSFontFaceRule extends CSSRule {
53785378
/**
5379-
* The read-only **`style`** property of the CSSFontFaceRule interface returns a CSSFontFaceDescriptors object representing the descriptors available in the @font-face rule's body.
5379+
* The read-only **`style`** property of the CSSFontFaceRule interface contains a CSSStyleDeclaration object representing the descriptors available in the @font-face rule's body.
53805380
*
53815381
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFaceRule/style)
53825382
*/
@@ -7389,7 +7389,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
73897389
*/
73907390
columnWidth: string;
73917391
/**
7392-
* The **`columns`** CSS shorthand property sets the maximum number of columns to use when drawing an element's contents, along with the minimum width and maximum height of the element's columns.
7392+
* The **`columns`** CSS shorthand property sets the number of columns to use when drawing an element's contents, as well as those columns' widths.
73937393
*
73947394
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/columns)
73957395
*/
@@ -11288,7 +11288,7 @@ declare var CryptoKey: {
1128811288
};
1128911289

1129011290
/**
11291-
* The **`CustomElementRegistry`** interface provides methods for registering custom elements and querying registered elements. To get an instance of it, use the window.customElements property. To create a scoped registry, use the CustomElementRegistry() constructor.
11291+
* The **`CustomElementRegistry`** interface provides methods for registering custom elements and querying registered elements. To get an instance of it, use the window.customElements property.
1129211292
*
1129311293
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry)
1129411294
*/
@@ -11311,11 +11311,7 @@ interface CustomElementRegistry {
1131111311
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/getName)
1131211312
*/
1131311313
getName(constructor: CustomElementConstructor): string | null;
11314-
/**
11315-
* The **`initialize()`** method of the CustomElementRegistry interface associates this registry with a DOM subtree, setting the customElementRegistry of each inclusive descendant that doesn't already have one, and attempting to upgrade any custom elements found.
11316-
*
11317-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/initialize)
11318-
*/
11314+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/initialize) */
1131911315
initialize(root: Node): void;
1132011316
/**
1132111317
* The **`upgrade()`** method of the CustomElementRegistry interface upgrades all shadow-containing custom elements in a Node subtree, even before they are connected to the main document.
@@ -13625,11 +13621,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1362513621
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)
1362613622
*/
1362713623
readonly currentCSSZoom: number;
13628-
/**
13629-
* The **`customElementRegistry`** read-only property of the Element interface returns the CustomElementRegistry object associated with this element, or null if one has not been set.
13630-
*
13631-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/customElementRegistry)
13632-
*/
13624+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/customElementRegistry) */
1363313625
readonly customElementRegistry: CustomElementRegistry | null;
1363413626
/**
1363513627
* The **`id`** property of the Element interface represents the element's identifier, reflecting the id global attribute.
@@ -19587,7 +19579,7 @@ interface HTMLMediaElement extends HTMLElement {
1958719579
*/
1958819580
canPlayType(type: string): CanPlayTypeResult;
1958919581
/**
19590-
* The **`captureStream()`** method of the HTMLMediaElement interface returns a MediaStream object that streams a real-time capture of the content being rendered in the media element.
19582+
* The **`captureStream()`** method of the HTMLMediaElement interface returns a MediaStream object which is streaming a real-time capture of the content being rendered in the media element.
1959119583
*
1959219584
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/captureStream)
1959319585
*/
@@ -21329,11 +21321,7 @@ interface HTMLTemplateElement extends HTMLElement {
2132921321
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootClonable)
2133021322
*/
2133121323
shadowRootClonable: boolean;
21332-
/**
21333-
* The **`shadowRootCustomElementRegistry`** property of the HTMLTemplateElement interface reflects the value of the shadowrootcustomelementregistry attribute of the associated <template> element.
21334-
*
21335-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootCustomElementRegistry)
21336-
*/
21324+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootCustomElementRegistry) */
2133721325
shadowRootCustomElementRegistry: string;
2133821326
/**
2133921327
* The **`shadowRootDelegatesFocus`** property of the HTMLTemplateElement interface reflects the value of the shadowrootdelegatesfocus attribute of the associated <template> element.

baselines/ts5.5/dom.generated.d.ts

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5373,7 +5373,7 @@ declare var CSSCounterStyleRule: {
53735373
*/
53745374
interface CSSFontFaceRule extends CSSRule {
53755375
/**
5376-
* The read-only **`style`** property of the CSSFontFaceRule interface returns a CSSFontFaceDescriptors object representing the descriptors available in the @font-face rule's body.
5376+
* The read-only **`style`** property of the CSSFontFaceRule interface contains a CSSStyleDeclaration object representing the descriptors available in the @font-face rule's body.
53775377
*
53785378
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFaceRule/style)
53795379
*/
@@ -7379,7 +7379,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
73797379
*/
73807380
columnWidth: string;
73817381
/**
7382-
* The **`columns`** CSS shorthand property sets the maximum number of columns to use when drawing an element's contents, along with the minimum width and maximum height of the element's columns.
7382+
* The **`columns`** CSS shorthand property sets the number of columns to use when drawing an element's contents, as well as those columns' widths.
73837383
*
73847384
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/columns)
73857385
*/
@@ -11277,7 +11277,7 @@ declare var CryptoKey: {
1127711277
};
1127811278

1127911279
/**
11280-
* The **`CustomElementRegistry`** interface provides methods for registering custom elements and querying registered elements. To get an instance of it, use the window.customElements property. To create a scoped registry, use the CustomElementRegistry() constructor.
11280+
* The **`CustomElementRegistry`** interface provides methods for registering custom elements and querying registered elements. To get an instance of it, use the window.customElements property.
1128111281
*
1128211282
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry)
1128311283
*/
@@ -11300,11 +11300,7 @@ interface CustomElementRegistry {
1130011300
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/getName)
1130111301
*/
1130211302
getName(constructor: CustomElementConstructor): string | null;
11303-
/**
11304-
* The **`initialize()`** method of the CustomElementRegistry interface associates this registry with a DOM subtree, setting the customElementRegistry of each inclusive descendant that doesn't already have one, and attempting to upgrade any custom elements found.
11305-
*
11306-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/initialize)
11307-
*/
11303+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/initialize) */
1130811304
initialize(root: Node): void;
1130911305
/**
1131011306
* The **`upgrade()`** method of the CustomElementRegistry interface upgrades all shadow-containing custom elements in a Node subtree, even before they are connected to the main document.
@@ -13613,11 +13609,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1361313609
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)
1361413610
*/
1361513611
readonly currentCSSZoom: number;
13616-
/**
13617-
* The **`customElementRegistry`** read-only property of the Element interface returns the CustomElementRegistry object associated with this element, or null if one has not been set.
13618-
*
13619-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/customElementRegistry)
13620-
*/
13612+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/customElementRegistry) */
1362113613
readonly customElementRegistry: CustomElementRegistry | null;
1362213614
/**
1362313615
* The **`id`** property of the Element interface represents the element's identifier, reflecting the id global attribute.
@@ -19566,7 +19558,7 @@ interface HTMLMediaElement extends HTMLElement {
1956619558
*/
1956719559
canPlayType(type: string): CanPlayTypeResult;
1956819560
/**
19569-
* The **`captureStream()`** method of the HTMLMediaElement interface returns a MediaStream object that streams a real-time capture of the content being rendered in the media element.
19561+
* The **`captureStream()`** method of the HTMLMediaElement interface returns a MediaStream object which is streaming a real-time capture of the content being rendered in the media element.
1957019562
*
1957119563
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/captureStream)
1957219564
*/
@@ -21305,11 +21297,7 @@ interface HTMLTemplateElement extends HTMLElement {
2130521297
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootClonable)
2130621298
*/
2130721299
shadowRootClonable: boolean;
21308-
/**
21309-
* The **`shadowRootCustomElementRegistry`** property of the HTMLTemplateElement interface reflects the value of the shadowrootcustomelementregistry attribute of the associated <template> element.
21310-
*
21311-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootCustomElementRegistry)
21312-
*/
21300+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootCustomElementRegistry) */
2131321301
shadowRootCustomElementRegistry: string;
2131421302
/**
2131521303
* The **`shadowRootDelegatesFocus`** property of the HTMLTemplateElement interface reflects the value of the shadowrootdelegatesfocus attribute of the associated <template> element.

baselines/ts5.6/dom.generated.d.ts

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5373,7 +5373,7 @@ declare var CSSCounterStyleRule: {
53735373
*/
53745374
interface CSSFontFaceRule extends CSSRule {
53755375
/**
5376-
* The read-only **`style`** property of the CSSFontFaceRule interface returns a CSSFontFaceDescriptors object representing the descriptors available in the @font-face rule's body.
5376+
* The read-only **`style`** property of the CSSFontFaceRule interface contains a CSSStyleDeclaration object representing the descriptors available in the @font-face rule's body.
53775377
*
53785378
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSFontFaceRule/style)
53795379
*/
@@ -7386,7 +7386,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
73867386
*/
73877387
columnWidth: string;
73887388
/**
7389-
* The **`columns`** CSS shorthand property sets the maximum number of columns to use when drawing an element's contents, along with the minimum width and maximum height of the element's columns.
7389+
* The **`columns`** CSS shorthand property sets the number of columns to use when drawing an element's contents, as well as those columns' widths.
73907390
*
73917391
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/columns)
73927392
*/
@@ -11285,7 +11285,7 @@ declare var CryptoKey: {
1128511285
};
1128611286

1128711287
/**
11288-
* The **`CustomElementRegistry`** interface provides methods for registering custom elements and querying registered elements. To get an instance of it, use the window.customElements property. To create a scoped registry, use the CustomElementRegistry() constructor.
11288+
* The **`CustomElementRegistry`** interface provides methods for registering custom elements and querying registered elements. To get an instance of it, use the window.customElements property.
1128911289
*
1129011290
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry)
1129111291
*/
@@ -11308,11 +11308,7 @@ interface CustomElementRegistry {
1130811308
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/getName)
1130911309
*/
1131011310
getName(constructor: CustomElementConstructor): string | null;
11311-
/**
11312-
* The **`initialize()`** method of the CustomElementRegistry interface associates this registry with a DOM subtree, setting the customElementRegistry of each inclusive descendant that doesn't already have one, and attempting to upgrade any custom elements found.
11313-
*
11314-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/initialize)
11315-
*/
11311+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CustomElementRegistry/initialize) */
1131611312
initialize(root: Node): void;
1131711313
/**
1131811314
* The **`upgrade()`** method of the CustomElementRegistry interface upgrades all shadow-containing custom elements in a Node subtree, even before they are connected to the main document.
@@ -13622,11 +13618,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1362213618
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/currentCSSZoom)
1362313619
*/
1362413620
readonly currentCSSZoom: number;
13625-
/**
13626-
* The **`customElementRegistry`** read-only property of the Element interface returns the CustomElementRegistry object associated with this element, or null if one has not been set.
13627-
*
13628-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/customElementRegistry)
13629-
*/
13621+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/customElementRegistry) */
1363013622
readonly customElementRegistry: CustomElementRegistry | null;
1363113623
/**
1363213624
* The **`id`** property of the Element interface represents the element's identifier, reflecting the id global attribute.
@@ -19584,7 +19576,7 @@ interface HTMLMediaElement extends HTMLElement {
1958419576
*/
1958519577
canPlayType(type: string): CanPlayTypeResult;
1958619578
/**
19587-
* The **`captureStream()`** method of the HTMLMediaElement interface returns a MediaStream object that streams a real-time capture of the content being rendered in the media element.
19579+
* The **`captureStream()`** method of the HTMLMediaElement interface returns a MediaStream object which is streaming a real-time capture of the content being rendered in the media element.
1958819580
*
1958919581
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLMediaElement/captureStream)
1959019582
*/
@@ -21326,11 +21318,7 @@ interface HTMLTemplateElement extends HTMLElement {
2132621318
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootClonable)
2132721319
*/
2132821320
shadowRootClonable: boolean;
21329-
/**
21330-
* The **`shadowRootCustomElementRegistry`** property of the HTMLTemplateElement interface reflects the value of the shadowrootcustomelementregistry attribute of the associated <template> element.
21331-
*
21332-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootCustomElementRegistry)
21333-
*/
21321+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTemplateElement/shadowRootCustomElementRegistry) */
2133421322
shadowRootCustomElementRegistry: string;
2133521323
/**
2133621324
* The **`shadowRootDelegatesFocus`** property of the HTMLTemplateElement interface reflects the value of the shadowrootdelegatesfocus attribute of the associated <template> element.

0 commit comments

Comments
 (0)