File tree Expand file tree Collapse file tree 14 files changed +79
-4
lines changed Expand file tree Collapse file tree 14 files changed +79
-4
lines changed Original file line number Diff line number Diff line change @@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
6851
6851
textAlignLast: string;
6852
6852
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
6853
6853
textAnchor: string;
6854
+ textAutospace: string;
6854
6855
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
6855
6856
textBox: string;
6856
6857
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -12405,6 +12406,12 @@ interface FontFace {
12405
12406
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
12406
12407
*/
12407
12408
unicodeRange: string;
12409
+ /**
12410
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
12411
+ *
12412
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
12413
+ */
12414
+ variationSettings: string;
12408
12415
/**
12409
12416
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
12410
12417
*
Original file line number Diff line number Diff line change @@ -3966,6 +3966,12 @@ interface FontFace {
3966
3966
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
3967
3967
*/
3968
3968
unicodeRange: string;
3969
+ /**
3970
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3971
+ *
3972
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3973
+ */
3974
+ variationSettings: string;
3969
3975
/**
3970
3976
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
3971
3977
*
Original file line number Diff line number Diff line change @@ -3649,6 +3649,12 @@ interface FontFace {
3649
3649
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
3650
3650
*/
3651
3651
unicodeRange: string;
3652
+ /**
3653
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3654
+ *
3655
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3656
+ */
3657
+ variationSettings: string;
3652
3658
/**
3653
3659
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
3654
3660
*
Original file line number Diff line number Diff line change @@ -6844,6 +6844,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
6844
6844
textAlignLast: string;
6845
6845
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
6846
6846
textAnchor: string;
6847
+ textAutospace: string;
6847
6848
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
6848
6849
textBox: string;
6849
6850
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -12394,6 +12395,12 @@ interface FontFace {
12394
12395
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
12395
12396
*/
12396
12397
unicodeRange: string;
12398
+ /**
12399
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
12400
+ *
12401
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
12402
+ */
12403
+ variationSettings: string;
12397
12404
/**
12398
12405
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
12399
12406
*
Original file line number Diff line number Diff line change @@ -3966,6 +3966,12 @@ interface FontFace {
3966
3966
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
3967
3967
*/
3968
3968
unicodeRange: string;
3969
+ /**
3970
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3971
+ *
3972
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3973
+ */
3974
+ variationSettings: string;
3969
3975
/**
3970
3976
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
3971
3977
*
Original file line number Diff line number Diff line change @@ -3649,6 +3649,12 @@ interface FontFace {
3649
3649
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
3650
3650
*/
3651
3651
unicodeRange: string;
3652
+ /**
3653
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3654
+ *
3655
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3656
+ */
3657
+ variationSettings: string;
3652
3658
/**
3653
3659
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
3654
3660
*
Original file line number Diff line number Diff line change @@ -4658,6 +4658,12 @@ interface FontFace {
4658
4658
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
4659
4659
*/
4660
4660
unicodeRange: string;
4661
+ /**
4662
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
4663
+ *
4664
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
4665
+ */
4666
+ variationSettings: string;
4661
4667
/**
4662
4668
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
4663
4669
*
Original file line number Diff line number Diff line change @@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
6851
6851
textAlignLast: string;
6852
6852
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
6853
6853
textAnchor: string;
6854
+ textAutospace: string;
6854
6855
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
6855
6856
textBox: string;
6856
6857
/** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -12405,6 +12406,12 @@ interface FontFace {
12405
12406
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
12406
12407
*/
12407
12408
unicodeRange: string;
12409
+ /**
12410
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
12411
+ *
12412
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
12413
+ */
12414
+ variationSettings: string;
12408
12415
/**
12409
12416
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
12410
12417
*
Original file line number Diff line number Diff line change @@ -3966,6 +3966,12 @@ interface FontFace {
3966
3966
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
3967
3967
*/
3968
3968
unicodeRange: string;
3969
+ /**
3970
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3971
+ *
3972
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3973
+ */
3974
+ variationSettings: string;
3969
3975
/**
3970
3976
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
3971
3977
*
Original file line number Diff line number Diff line change @@ -3649,6 +3649,12 @@ interface FontFace {
3649
3649
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
3650
3650
*/
3651
3651
unicodeRange: string;
3652
+ /**
3653
+ * The **`variationSettings`** property of the FontFace interface retrieves or sets low-level OpenType or TrueType font variations.
3654
+ *
3655
+ * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/variationSettings)
3656
+ */
3657
+ variationSettings: string;
3652
3658
/**
3653
3659
* The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
3654
3660
*
You can’t perform that action at this time.
0 commit comments