Skip to content

Commit 49d69da

Browse files
committed
-
1 parent da026c7 commit 49d69da

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

baselines/dom.generated.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6914,7 +6914,11 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
69146914
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/counter-set)
69156915
*/
69166916
counterSet: string;
6917-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat) */
6917+
/**
6918+
* The **`cssFloat`** property of the CSSStyleProperties interface returns the CSS float property.
6919+
*
6920+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat)
6921+
*/
69186922
cssFloat: string;
69196923
/**
69206924
* The **`cursor`** CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6904,7 +6904,11 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
69046904
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/counter-set)
69056905
*/
69066906
counterSet: string;
6907-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat) */
6907+
/**
6908+
* The **`cssFloat`** property of the CSSStyleProperties interface returns the CSS float property.
6909+
*
6910+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat)
6911+
*/
69086912
cssFloat: string;
69096913
/**
69106914
* The **`cursor`** CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6911,7 +6911,11 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
69116911
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/counter-set)
69126912
*/
69136913
counterSet: string;
6914-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat) */
6914+
/**
6915+
* The **`cssFloat`** property of the CSSStyleProperties interface returns the CSS float property.
6916+
*
6917+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat)
6918+
*/
69156919
cssFloat: string;
69166920
/**
69176921
* The **`cursor`** CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6911,7 +6911,11 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
69116911
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/counter-set)
69126912
*/
69136913
counterSet: string;
6914-
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat) */
6914+
/**
6915+
* The **`cssFloat`** property of the CSSStyleProperties interface returns the CSS float property.
6916+
*
6917+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat)
6918+
*/
69156919
cssFloat: string;
69166920
/**
69176921
* The **`cursor`** CSS property sets the mouse cursor, if any, to show when the mouse pointer is over an element.

0 commit comments

Comments
 (0)