Skip to content

Commit 928d173

Browse files
committed
-
1 parent 04234b7 commit 928d173

File tree

5 files changed

+4
-10
lines changed

5 files changed

+4
-10
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6917,7 +6917,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
69176917
/**
69186918
* The **`cssFloat`** property of the CSSStyleProperties interface returns the CSS float property.
69196919
*
6920-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat)
6920+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleProperties/cssFloat)
69216921
*/
69226922
cssFloat: string;
69236923
/**
@@ -7339,7 +7339,6 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
73397339
hyphens: string;
73407340
/**
73417341
* The image-orientation CSS property specifies a layout-independent correction to the orientation of an image.
7342-
* @deprecated
73437342
*
73447343
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/image-orientation)
73457344
*/

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6907,7 +6907,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
69076907
/**
69086908
* The **`cssFloat`** property of the CSSStyleProperties interface returns the CSS float property.
69096909
*
6910-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat)
6910+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleProperties/cssFloat)
69116911
*/
69126912
cssFloat: string;
69136913
/**
@@ -7329,7 +7329,6 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
73297329
hyphens: string;
73307330
/**
73317331
* The image-orientation CSS property specifies a layout-independent correction to the orientation of an image.
7332-
* @deprecated
73337332
*
73347333
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/image-orientation)
73357334
*/

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6914,7 +6914,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
69146914
/**
69156915
* The **`cssFloat`** property of the CSSStyleProperties interface returns the CSS float property.
69166916
*
6917-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat)
6917+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleProperties/cssFloat)
69186918
*/
69196919
cssFloat: string;
69206920
/**
@@ -7336,7 +7336,6 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
73367336
hyphens: string;
73377337
/**
73387338
* The image-orientation CSS property specifies a layout-independent correction to the orientation of an image.
7339-
* @deprecated
73407339
*
73417340
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/image-orientation)
73427341
*/

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6914,7 +6914,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
69146914
/**
69156915
* The **`cssFloat`** property of the CSSStyleProperties interface returns the CSS float property.
69166916
*
6917-
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat)
6917+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleProperties/cssFloat)
69186918
*/
69196919
cssFloat: string;
69206920
/**
@@ -7336,7 +7336,6 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
73367336
hyphens: string;
73377337
/**
73387338
* The image-orientation CSS property specifies a layout-independent correction to the orientation of an image.
7339-
* @deprecated
73407339
*
73417340
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/image-orientation)
73427341
*/

inputfiles/patches/cssom.kdl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@ interface CSSStyleDeclaration \
77
forwardExtends=CSSStyleProperties
88

99
interface CSSStyleProperties replaceReference=CSSStyleDeclaration {
10-
property imageOrientation deprecated=#true
1110
property wordWrap deprecated=#true
1211

1312
// The corresponding standardized property is not supported by
1413
// anyone as of 2024-10.
1514
property webkitLineClamp deprecated=#false
1615

17-
property cssFloat mdnUrl="https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/cssFloat"
1816
}

0 commit comments

Comments
 (0)