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 {
68516851 textAlignLast: string;
68526852 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68536853 textAnchor: string;
6854+ textAutospace: string;
68546855 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68556856 textBox: string;
68566857 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -12405,6 +12406,12 @@ interface FontFace {
1240512406 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
1240612407 */
1240712408 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;
1240812415 /**
1240912416 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
1241012417 *
Original file line number Diff line number Diff line change @@ -3966,6 +3966,12 @@ interface FontFace {
39663966 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
39673967 */
39683968 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;
39693975 /**
39703976 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
39713977 *
Original file line number Diff line number Diff line change @@ -3649,6 +3649,12 @@ interface FontFace {
36493649 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
36503650 */
36513651 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;
36523658 /**
36533659 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
36543660 *
Original file line number Diff line number Diff line change @@ -6844,6 +6844,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68446844 textAlignLast: string;
68456845 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68466846 textAnchor: string;
6847+ textAutospace: string;
68476848 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68486849 textBox: string;
68496850 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -12394,6 +12395,12 @@ interface FontFace {
1239412395 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
1239512396 */
1239612397 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;
1239712404 /**
1239812405 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
1239912406 *
Original file line number Diff line number Diff line change @@ -3966,6 +3966,12 @@ interface FontFace {
39663966 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
39673967 */
39683968 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;
39693975 /**
39703976 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
39713977 *
Original file line number Diff line number Diff line change @@ -3649,6 +3649,12 @@ interface FontFace {
36493649 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
36503650 */
36513651 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;
36523658 /**
36533659 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
36543660 *
Original file line number Diff line number Diff line change @@ -4658,6 +4658,12 @@ interface FontFace {
46584658 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
46594659 */
46604660 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;
46614667 /**
46624668 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
46634669 *
Original file line number Diff line number Diff line change @@ -6851,6 +6851,7 @@ interface CSSStyleProperties extends CSSStyleDeclaration {
68516851 textAlignLast: string;
68526852 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-anchor) */
68536853 textAnchor: string;
6854+ textAutospace: string;
68546855 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box) */
68556856 textBox: string;
68566857 /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/text-box-edge) */
@@ -12405,6 +12406,12 @@ interface FontFace {
1240512406 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
1240612407 */
1240712408 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;
1240812415 /**
1240912416 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
1241012417 *
Original file line number Diff line number Diff line change @@ -3966,6 +3966,12 @@ interface FontFace {
39663966 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
39673967 */
39683968 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;
39693975 /**
39703976 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
39713977 *
Original file line number Diff line number Diff line change @@ -3649,6 +3649,12 @@ interface FontFace {
36493649 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/FontFace/unicodeRange)
36503650 */
36513651 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;
36523658 /**
36533659 * The **`weight`** property of the FontFace interface retrieves or sets the weight of the font.
36543660 *
You can’t perform that action at this time.
0 commit comments