You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: baselines/dom.generated.d.ts
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5996,7 +5996,7 @@ declare var CSSStartingStyleRule: {
5996
5996
};
5997
5997
5998
5998
/**
5999
-
* The **`CSSStyleDeclaration`** interface represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
5999
+
* The **`CSSStyleDeclaration`** interface is the base class for objects that represent CSS declaration blocks with different supported sets of CSS style information:
@@ -6060,6 +6060,7 @@ declare var CSSStyleDeclaration: {
6060
6060
new(): CSSStyleDeclaration;
6061
6061
};
6062
6062
6063
+
/** The **`CSSStyleProperties`** interface of the CSS Object Model (CSSOM) represents inline or computed styles available on an element, or the styles associated with a CSS style rule. */
@@ -9344,7 +9349,7 @@ declare var DOMMatrixReadOnly: {
9344
9349
*/
9345
9350
interface DOMParser {
9346
9351
/**
9347
-
* The **`parseFromString()`** method of the DOMParser interface parses a string containing either HTML or XML, returning an HTMLDocument or an XMLDocument.
9352
+
* The **`parseFromString()`** method of the DOMParser interface parses an input containing either HTML or XML, returning a Document with the type given in the Document/contentType property.
* The **`Window.getComputedStyle()`** method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
37378
+
* The **`Window.getComputedStyle()`** method returns a live read-only CSSStyleProperties object containing the resolved values of all CSS properties of an element, after applying active stylesheets and resolving any computation those values may contain.
@@ -39534,7 +39539,7 @@ declare function confirm(message?: string): boolean;
39534
39539
*/
39535
39540
declare function focus(): void;
39536
39541
/**
39537
-
* The **`Window.getComputedStyle()`** method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
39542
+
* The **`Window.getComputedStyle()`** method returns a live read-only CSSStyleProperties object containing the resolved values of all CSS properties of an element, after applying active stylesheets and resolving any computation those values may contain.
Copy file name to clipboardExpand all lines: baselines/ts5.5/dom.generated.d.ts
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5986,7 +5986,7 @@ declare var CSSStartingStyleRule: {
5986
5986
};
5987
5987
5988
5988
/**
5989
-
* The **`CSSStyleDeclaration`** interface represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
5989
+
* The **`CSSStyleDeclaration`** interface is the base class for objects that represent CSS declaration blocks with different supported sets of CSS style information:
@@ -6050,6 +6050,7 @@ declare var CSSStyleDeclaration: {
6050
6050
new(): CSSStyleDeclaration;
6051
6051
};
6052
6052
6053
+
/** The **`CSSStyleProperties`** interface of the CSS Object Model (CSSOM) represents inline or computed styles available on an element, or the styles associated with a CSS style rule. */
@@ -9333,7 +9338,7 @@ declare var DOMMatrixReadOnly: {
9333
9338
*/
9334
9339
interface DOMParser {
9335
9340
/**
9336
-
* The **`parseFromString()`** method of the DOMParser interface parses a string containing either HTML or XML, returning an HTMLDocument or an XMLDocument.
9341
+
* The **`parseFromString()`** method of the DOMParser interface parses an input containing either HTML or XML, returning a Document with the type given in the Document/contentType property.
* The **`Window.getComputedStyle()`** method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
37352
+
* The **`Window.getComputedStyle()`** method returns a live read-only CSSStyleProperties object containing the resolved values of all CSS properties of an element, after applying active stylesheets and resolving any computation those values may contain.
@@ -39508,7 +39513,7 @@ declare function confirm(message?: string): boolean;
39508
39513
*/
39509
39514
declare function focus(): void;
39510
39515
/**
39511
-
* The **`Window.getComputedStyle()`** method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
39516
+
* The **`Window.getComputedStyle()`** method returns a live read-only CSSStyleProperties object containing the resolved values of all CSS properties of an element, after applying active stylesheets and resolving any computation those values may contain.
Copy file name to clipboardExpand all lines: baselines/ts5.6/dom.generated.d.ts
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5993,7 +5993,7 @@ declare var CSSStartingStyleRule: {
5993
5993
};
5994
5994
5995
5995
/**
5996
-
* The **`CSSStyleDeclaration`** interface represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
5996
+
* The **`CSSStyleDeclaration`** interface is the base class for objects that represent CSS declaration blocks with different supported sets of CSS style information:
@@ -6057,6 +6057,7 @@ declare var CSSStyleDeclaration: {
6057
6057
new(): CSSStyleDeclaration;
6058
6058
};
6059
6059
6060
+
/** The **`CSSStyleProperties`** interface of the CSS Object Model (CSSOM) represents inline or computed styles available on an element, or the styles associated with a CSS style rule. */
@@ -9341,7 +9346,7 @@ declare var DOMMatrixReadOnly: {
9341
9346
*/
9342
9347
interface DOMParser {
9343
9348
/**
9344
-
* The **`parseFromString()`** method of the DOMParser interface parses a string containing either HTML or XML, returning an HTMLDocument or an XMLDocument.
9349
+
* The **`parseFromString()`** method of the DOMParser interface parses an input containing either HTML or XML, returning a Document with the type given in the Document/contentType property.
* The **`Window.getComputedStyle()`** method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
37375
+
* The **`Window.getComputedStyle()`** method returns a live read-only CSSStyleProperties object containing the resolved values of all CSS properties of an element, after applying active stylesheets and resolving any computation those values may contain.
@@ -39531,7 +39536,7 @@ declare function confirm(message?: string): boolean;
39531
39536
*/
39532
39537
declare function focus(): void;
39533
39538
/**
39534
-
* The **`Window.getComputedStyle()`** method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
39539
+
* The **`Window.getComputedStyle()`** method returns a live read-only CSSStyleProperties object containing the resolved values of all CSS properties of an element, after applying active stylesheets and resolving any computation those values may contain.
Copy file name to clipboardExpand all lines: baselines/ts5.9/dom.generated.d.ts
+11-6Lines changed: 11 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5993,7 +5993,7 @@ declare var CSSStartingStyleRule: {
5993
5993
};
5994
5994
5995
5995
/**
5996
-
* The **`CSSStyleDeclaration`** interface represents an object that is a CSS declaration block, and exposes style information and various style-related methods and properties.
5996
+
* The **`CSSStyleDeclaration`** interface is the base class for objects that represent CSS declaration blocks with different supported sets of CSS style information:
@@ -6057,6 +6057,7 @@ declare var CSSStyleDeclaration: {
6057
6057
new(): CSSStyleDeclaration;
6058
6058
};
6059
6059
6060
+
/** The **`CSSStyleProperties`** interface of the CSS Object Model (CSSOM) represents inline or computed styles available on an element, or the styles associated with a CSS style rule. */
@@ -9341,7 +9346,7 @@ declare var DOMMatrixReadOnly: {
9341
9346
*/
9342
9347
interface DOMParser {
9343
9348
/**
9344
-
* The **`parseFromString()`** method of the DOMParser interface parses a string containing either HTML or XML, returning an HTMLDocument or an XMLDocument.
9349
+
* The **`parseFromString()`** method of the DOMParser interface parses an input containing either HTML or XML, returning a Document with the type given in the Document/contentType property.
* The **`Window.getComputedStyle()`** method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
37375
+
* The **`Window.getComputedStyle()`** method returns a live read-only CSSStyleProperties object containing the resolved values of all CSS properties of an element, after applying active stylesheets and resolving any computation those values may contain.
@@ -39531,7 +39536,7 @@ declare function confirm(message?: string): boolean;
39531
39536
*/
39532
39537
declare function focus(): void;
39533
39538
/**
39534
-
* The **`Window.getComputedStyle()`** method returns an object containing the values of all CSS properties of an element, after applying active stylesheets and resolving any basic computation those values may contain.
39539
+
* The **`Window.getComputedStyle()`** method returns a live read-only CSSStyleProperties object containing the resolved values of all CSS properties of an element, after applying active stylesheets and resolving any computation those values may contain.
0 commit comments