File tree 3 files changed +19
-5
lines changed
3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -4634,7 +4634,11 @@ interface CSSStyleDeclaration {
4634
4634
fontSize: string;
4635
4635
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
4636
4636
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
+ */
4638
4642
fontStretch: string;
4639
4643
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
4640
4644
fontStyle: string;
@@ -5068,8 +5072,11 @@ interface CSSStyleDeclaration {
5068
5072
textAlignLast: string;
5069
5073
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
5070
5074
textAnchor: string;
5075
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
5071
5076
textBox: string;
5077
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
5072
5078
textBoxEdge: string;
5079
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
5073
5080
textBoxTrim: string;
5074
5081
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
5075
5082
textCombineUpright: string;
Original file line number Diff line number Diff line change @@ -4628,7 +4628,11 @@ interface CSSStyleDeclaration {
4628
4628
fontSize: string;
4629
4629
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-size-adjust) */
4630
4630
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
+ */
4632
4636
fontStretch: string;
4633
4637
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/font-style) */
4634
4638
fontStyle: string;
@@ -5062,8 +5066,11 @@ interface CSSStyleDeclaration {
5062
5066
textAlignLast: string;
5063
5067
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
5064
5068
textAnchor: string;
5069
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
5065
5070
textBox: string;
5071
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
5066
5072
textBoxEdge: string;
5073
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-trim) */
5067
5074
textBoxTrim: string;
5068
5075
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-combine-upright) */
5069
5076
textCombineUpright: string;
You can’t perform that action at this time.
0 commit comments