Skip to content

Commit 6a7bff0

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 4a002c9 commit 6a7bff0

17 files changed

+176
-211
lines changed

baselines/dom.generated.d.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9299,7 +9299,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
92999299
*/
93009300
vectorEffect: string;
93019301
/**
9302-
* The vertical-align CSS property sets vertical alignment of an inline, inline-block or table-cell box.
9302+
* The vertical-align CSS shorthand property sets the vertical alignment of an inline, inline-block, or table-cell box.
93039303
*
93049304
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/vertical-align)
93059305
*/
@@ -10494,7 +10494,7 @@ interface CanvasRect {
1049410494
*/
1049510495
interface CanvasRenderingContext2D extends CanvasCompositing, CanvasDrawImage, CanvasDrawPath, CanvasFillStrokeStyles, CanvasFilters, CanvasImageData, CanvasImageSmoothing, CanvasPath, CanvasPathDrawingStyles, CanvasRect, CanvasSettings, CanvasShadowStyles, CanvasState, CanvasText, CanvasTextDrawingStyles, CanvasTransform, CanvasUserInterface {
1049610496
/**
10497-
* The **`CanvasRenderingContext2D.canvas`** property, part of the Canvas API, is a read-only reference to the HTMLCanvasElement object that is associated with a given context. It might be null if there is no associated <canvas> element.
10497+
* The **`CanvasRenderingContext2D.canvas`** property, part of the Canvas API, is a read-only reference to the HTMLCanvasElement object that is associated with a given context.
1049810498
*
1049910499
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/canvas)
1050010500
*/
@@ -11504,7 +11504,7 @@ declare var DOMException: {
1150411504
*/
1150511505
interface DOMImplementation {
1150611506
/**
11507-
* The **`DOMImplementation.createDocument()`** method creates and returns an XMLDocument.
11507+
* The **`createDocument()`** method of the DOMImplementation interface creates and returns an XMLDocument.
1150811508
*
1150911509
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocument)
1151011510
*/
@@ -13000,13 +13000,13 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
1300013000
*/
1300113001
close(): void;
1300213002
/**
13003-
* The **`Document.createAttribute()`** method creates a new attribute node, and returns it. The object created is a node implementing the Attr interface. The DOM does not enforce what sort of attributes can be added to a particular element in this manner.
13003+
* The **`createAttribute()`** method of the Document interface creates a new attribute node.
1300413004
*
1300513005
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createAttribute)
1300613006
*/
1300713007
createAttribute(localName: string): Attr;
1300813008
/**
13009-
* The **`Document.createAttributeNS()`** method creates a new attribute node with the specified namespace URI and qualified name, and returns it. The object created is a node implementing the Attr interface. The DOM does not enforce what sort of attributes can be added to a particular element in this manner.
13009+
* The **`createAttributeNS()`** method of the Document interface creates a new attribute node with the specified namespace URI and qualified name.
1301013010
*
1301113011
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createAttributeNS)
1301213012
*/
@@ -13030,7 +13030,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
1303013030
*/
1303113031
createDocumentFragment(): DocumentFragment;
1303213032
/**
13033-
* In an HTML document, the **`document.createElement()`** method creates the HTML element specified by localName, or an HTMLUnknownElement if localName isn't recognized.
13033+
* The **`createElement()`** method of the Document interface creates a new HTMLElement that has the specified localName.
1303413034
*
1303513035
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createElement)
1303613036
*/
@@ -13039,7 +13039,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
1303913039
createElement<K extends keyof HTMLElementDeprecatedTagNameMap>(tagName: K, options?: ElementCreationOptions): HTMLElementDeprecatedTagNameMap[K];
1304013040
createElement(tagName: string, options?: ElementCreationOptions): HTMLElement;
1304113041
/**
13042-
* Creates an element with the specified namespace URI and qualified name.
13042+
* The **`createElementNS()`** method of the Document interface creates a new element with the specified namespace URI and qualified name.
1304313043
*
1304413044
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createElementNS)
1304513045
*/
@@ -14012,7 +14012,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1401214012
*/
1401314013
setPointerCapture(pointerId: number): void;
1401414014
/**
14015-
* The **`toggleAttribute()`** method of the Element interface toggles a Boolean attribute (removing it if it is present and adding it if it is not present) on the given element.
14015+
* The **`toggleAttribute()`** method of the Element interface toggles a Boolean attribute on the given element, removing it if present and adding it if not present.
1401614016
*
1401714017
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)
1401814018
*/
@@ -18529,7 +18529,7 @@ interface HTMLIFrameElement extends HTMLElement {
1852918529
*/
1853018530
height: string;
1853118531
/**
18532-
* The **`loading`** property of the HTMLIFrameElement interface is a string that provides a hint to the user agent indicating whether the iframe should be loaded immediately on page load, or only when it is needed.
18532+
* The **`loading`** property of the HTMLIFrameElement interface is a string that provides a hint to the browser indicating whether the iframe should be loaded immediately on page load, or only when it is needed.
1853318533
*
1853418534
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/loading)
1853518535
*/
@@ -18672,7 +18672,7 @@ interface HTMLImageElement extends HTMLElement {
1867218672
*/
1867318673
isMap: boolean;
1867418674
/**
18675-
* The **`loading`** property of the HTMLImageElement interface provides a hint to the user agent on how to handle the loading of the image which is currently outside the window's visual viewport. This helps to optimize the loading of the document's contents by postponing loading the image until it's expected to be needed, rather than immediately during the initial page load. It reflects the <img> element's loading content attribute.
18675+
* The **`loading`** property of the HTMLImageElement interface provides a hint to the browser on how to handle the loading of the image which is currently outside the window's visual viewport. This helps to optimize the loading of the document's contents by postponing loading the image until it's expected to be needed, rather than immediately during the initial page load. It reflects the <img> element's loading content attribute.
1867618676
*
1867718677
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/loading)
1867818678
*/
@@ -34996,7 +34996,7 @@ interface SecurityPolicyViolationEvent extends Event {
3499634996
*/
3499734997
readonly blockedURI: string;
3499834998
/**
34999-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
34999+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
3500035000
*
3500135001
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
3500235002
*/

baselines/serviceworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8490,7 +8490,7 @@ interface SecurityPolicyViolationEvent extends Event {
84908490
*/
84918491
readonly blockedURI: string;
84928492
/**
8493-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
8493+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
84948494
*
84958495
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
84968496
*/

baselines/sharedworker.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8073,7 +8073,7 @@ interface SecurityPolicyViolationEvent extends Event {
80738073
*/
80748074
readonly blockedURI: string;
80758075
/**
8076-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
8076+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
80778077
*
80788078
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
80798079
*/

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9289,7 +9289,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
92899289
*/
92909290
vectorEffect: string;
92919291
/**
9292-
* The vertical-align CSS property sets vertical alignment of an inline, inline-block or table-cell box.
9292+
* The vertical-align CSS shorthand property sets the vertical alignment of an inline, inline-block, or table-cell box.
92939293
*
92949294
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/vertical-align)
92959295
*/
@@ -10483,7 +10483,7 @@ interface CanvasRect {
1048310483
*/
1048410484
interface CanvasRenderingContext2D extends CanvasCompositing, CanvasDrawImage, CanvasDrawPath, CanvasFillStrokeStyles, CanvasFilters, CanvasImageData, CanvasImageSmoothing, CanvasPath, CanvasPathDrawingStyles, CanvasRect, CanvasSettings, CanvasShadowStyles, CanvasState, CanvasText, CanvasTextDrawingStyles, CanvasTransform, CanvasUserInterface {
1048510485
/**
10486-
* The **`CanvasRenderingContext2D.canvas`** property, part of the Canvas API, is a read-only reference to the HTMLCanvasElement object that is associated with a given context. It might be null if there is no associated <canvas> element.
10486+
* The **`CanvasRenderingContext2D.canvas`** property, part of the Canvas API, is a read-only reference to the HTMLCanvasElement object that is associated with a given context.
1048710487
*
1048810488
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CanvasRenderingContext2D/canvas)
1048910489
*/
@@ -11493,7 +11493,7 @@ declare var DOMException: {
1149311493
*/
1149411494
interface DOMImplementation {
1149511495
/**
11496-
* The **`DOMImplementation.createDocument()`** method creates and returns an XMLDocument.
11496+
* The **`createDocument()`** method of the DOMImplementation interface creates and returns an XMLDocument.
1149711497
*
1149811498
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMImplementation/createDocument)
1149911499
*/
@@ -12989,13 +12989,13 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
1298912989
*/
1299012990
close(): void;
1299112991
/**
12992-
* The **`Document.createAttribute()`** method creates a new attribute node, and returns it. The object created is a node implementing the Attr interface. The DOM does not enforce what sort of attributes can be added to a particular element in this manner.
12992+
* The **`createAttribute()`** method of the Document interface creates a new attribute node.
1299312993
*
1299412994
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createAttribute)
1299512995
*/
1299612996
createAttribute(localName: string): Attr;
1299712997
/**
12998-
* The **`Document.createAttributeNS()`** method creates a new attribute node with the specified namespace URI and qualified name, and returns it. The object created is a node implementing the Attr interface. The DOM does not enforce what sort of attributes can be added to a particular element in this manner.
12998+
* The **`createAttributeNS()`** method of the Document interface creates a new attribute node with the specified namespace URI and qualified name.
1299912999
*
1300013000
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createAttributeNS)
1300113001
*/
@@ -13019,7 +13019,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
1301913019
*/
1302013020
createDocumentFragment(): DocumentFragment;
1302113021
/**
13022-
* In an HTML document, the **`document.createElement()`** method creates the HTML element specified by localName, or an HTMLUnknownElement if localName isn't recognized.
13022+
* The **`createElement()`** method of the Document interface creates a new HTMLElement that has the specified localName.
1302313023
*
1302413024
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createElement)
1302513025
*/
@@ -13028,7 +13028,7 @@ interface Document extends Node, DocumentOrShadowRoot, FontFaceSource, GlobalEve
1302813028
createElement<K extends keyof HTMLElementDeprecatedTagNameMap>(tagName: K, options?: ElementCreationOptions): HTMLElementDeprecatedTagNameMap[K];
1302913029
createElement(tagName: string, options?: ElementCreationOptions): HTMLElement;
1303013030
/**
13031-
* Creates an element with the specified namespace URI and qualified name.
13031+
* The **`createElementNS()`** method of the Document interface creates a new element with the specified namespace URI and qualified name.
1303213032
*
1303313033
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Document/createElementNS)
1303413034
*/
@@ -13999,7 +13999,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1399913999
*/
1400014000
setPointerCapture(pointerId: number): void;
1400114001
/**
14002-
* The **`toggleAttribute()`** method of the Element interface toggles a Boolean attribute (removing it if it is present and adding it if it is not present) on the given element.
14002+
* The **`toggleAttribute()`** method of the Element interface toggles a Boolean attribute on the given element, removing it if present and adding it if not present.
1400314003
*
1400414004
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/toggleAttribute)
1400514005
*/
@@ -18512,7 +18512,7 @@ interface HTMLIFrameElement extends HTMLElement {
1851218512
*/
1851318513
height: string;
1851418514
/**
18515-
* The **`loading`** property of the HTMLIFrameElement interface is a string that provides a hint to the user agent indicating whether the iframe should be loaded immediately on page load, or only when it is needed.
18515+
* The **`loading`** property of the HTMLIFrameElement interface is a string that provides a hint to the browser indicating whether the iframe should be loaded immediately on page load, or only when it is needed.
1851618516
*
1851718517
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/loading)
1851818518
*/
@@ -18654,7 +18654,7 @@ interface HTMLImageElement extends HTMLElement {
1865418654
*/
1865518655
isMap: boolean;
1865618656
/**
18657-
* The **`loading`** property of the HTMLImageElement interface provides a hint to the user agent on how to handle the loading of the image which is currently outside the window's visual viewport. This helps to optimize the loading of the document's contents by postponing loading the image until it's expected to be needed, rather than immediately during the initial page load. It reflects the <img> element's loading content attribute.
18657+
* The **`loading`** property of the HTMLImageElement interface provides a hint to the browser on how to handle the loading of the image which is currently outside the window's visual viewport. This helps to optimize the loading of the document's contents by postponing loading the image until it's expected to be needed, rather than immediately during the initial page load. It reflects the <img> element's loading content attribute.
1865818658
*
1865918659
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLImageElement/loading)
1866018660
*/
@@ -34971,7 +34971,7 @@ interface SecurityPolicyViolationEvent extends Event {
3497134971
*/
3497234972
readonly blockedURI: string;
3497334973
/**
34974-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
34974+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
3497534975
*
3497634976
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
3497734977
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8487,7 +8487,7 @@ interface SecurityPolicyViolationEvent extends Event {
84878487
*/
84888488
readonly blockedURI: string;
84898489
/**
8490-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
8490+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
84918491
*
84928492
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
84938493
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8070,7 +8070,7 @@ interface SecurityPolicyViolationEvent extends Event {
80708070
*/
80718071
readonly blockedURI: string;
80728072
/**
8073-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
8073+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
80748074
*
80758075
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
80768076
*/

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9610,7 +9610,7 @@ interface SecurityPolicyViolationEvent extends Event {
96109610
*/
96119611
readonly blockedURI: string;
96129612
/**
9613-
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the column number in the document or worker script at which the Content Security Policy (CSP) violation occurred.
9613+
* The **`columnNumber`** read-only property of the SecurityPolicyViolationEvent interface is the character position in the source file line of the document or worker script at which the Content Security Policy (CSP) violation occurred.
96149614
*
96159615
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/SecurityPolicyViolationEvent/columnNumber)
96169616
*/

0 commit comments

Comments
 (0)