File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -4634,7 +4634,11 @@ interface CSSStyleDeclaration {
46344634 fontSize: string;
46354635 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
46364636 fontSizeAdjust: string;
4637- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch) */
4637+ /**
4638+ * @deprecated
4639+ *
4640+ * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch)
4641+ */
46384642 fontStretch: string;
46394643 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
46404644 fontStyle: string;
@@ -5068,8 +5072,11 @@ interface CSSStyleDeclaration {
50685072 textAlignLast: string;
50695073 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
50705074 textAnchor: string;
5075+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
50715076 textBox: string;
5077+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
50725078 textBoxEdge: string;
5079+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
50735080 textBoxTrim: string;
50745081 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
50755082 textCombineUpright: string;
Original file line number Diff line number Diff line change @@ -4628,7 +4628,11 @@ interface CSSStyleDeclaration {
46284628 fontSize: string;
46294629 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
46304630 fontSizeAdjust: string;
4631- /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch) */
4631+ /**
4632+ * @deprecated
4633+ *
4634+ * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-stretch)
4635+ */
46324636 fontStretch: string;
46334637 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
46344638 fontStyle: string;
@@ -5062,8 +5066,11 @@ interface CSSStyleDeclaration {
50625066 textAlignLast: string;
50635067 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
50645068 textAnchor: string;
5069+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
50655070 textBox: string;
5071+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
50665072 textBoxEdge: string;
5073+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
50675074 textBoxTrim: string;
50685075 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
50695076 textCombineUpright: string;
You can’t perform that action at this time.
0 commit comments