diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index e71a5543d..0f7d5dfe1 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -6350,6 +6350,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ backgroundSize: string; baselineShift: string; + /** The baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers. The values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type. */ baselineSource: string; /** * The block-size CSS property defines the size of an element's block along the block axis. If the writing-mode is horizontal, it corresponds to the height; if the writing mode is vertical, it corresponds to the width. A related property is inline-size, which defines the other dimension of the element. @@ -8603,7 +8604,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ textRendering: string; /** - * The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color. + * The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its text-decoration. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-shadow) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 4eb555cc2..ac5f82cb9 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -6340,6 +6340,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ backgroundSize: string; baselineShift: string; + /** The baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers. The values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type. */ baselineSource: string; /** * The block-size CSS property defines the size of an element's block along the block axis. If the writing-mode is horizontal, it corresponds to the height; if the writing mode is vertical, it corresponds to the width. A related property is inline-size, which defines the other dimension of the element. @@ -8593,7 +8594,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ textRendering: string; /** - * The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color. + * The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its text-decoration. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-shadow) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index f85ca7793..5cbb4abc3 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -6347,6 +6347,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ backgroundSize: string; baselineShift: string; + /** The baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers. The values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type. */ baselineSource: string; /** * The block-size CSS property defines the size of an element's block along the block axis. If the writing-mode is horizontal, it corresponds to the height; if the writing mode is vertical, it corresponds to the width. A related property is inline-size, which defines the other dimension of the element. @@ -8600,7 +8601,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ textRendering: string; /** - * The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color. + * The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its text-decoration. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-shadow) */ diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 2e17870bc..5d5a9014e 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -6347,6 +6347,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ backgroundSize: string; baselineShift: string; + /** The baseline-source CSS property defines which baseline to use when inline-level boxes have multiple possible baselines, such as multi-line inline blocks or inline flex containers. The values allow for choosing between aligning to the box's first baseline, last baseline, or letting the browser decide automatically based on the box type. */ baselineSource: string; /** * The block-size CSS property defines the size of an element's block along the block axis. If the writing-mode is horizontal, it corresponds to the height; if the writing mode is vertical, it corresponds to the width. A related property is inline-size, which defines the other dimension of the element. @@ -8600,7 +8601,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ textRendering: string; /** - * The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color. + * The text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its text-decoration. Each shadow is described by some combination of X and Y offsets from the element, blur radius, and color. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/text-shadow) */ diff --git a/inputfiles/mdn.json b/inputfiles/mdn.json index 55157ca94..221b6f9d0 100644 --- a/inputfiles/mdn.json +++ b/inputfiles/mdn.json @@ -12124,6 +12124,11 @@ "pageType": "web-api-instance-property", "summary": "The hreflang property of the HTMLAnchorElement interface is a string that is the language of the linked resource." }, + { + "mdn_url": "/en-US/docs/Web/API/HTMLAnchorElement/interestForElement", + "pageType": "web-api-instance-property", + "summary": "The interestForElement property of the HTMLAnchorElement interface gets or sets the target element of an interest invoker, in cases where the associated element is specified as an interest invoker." + }, { "mdn_url": "/en-US/docs/Web/API/HTMLAnchorElement/origin", "pageType": "web-api-instance-property", @@ -12239,6 +12244,11 @@ "pageType": "web-api-instance-property", "summary": "The HTMLAreaElement.href property is a\nstringifier that returns a string containing the whole URL, and allows\nthe href to be updated." }, + { + "mdn_url": "/en-US/docs/Web/API/HTMLAreaElement/interestForElement", + "pageType": "web-api-instance-property", + "summary": "The interestForElement property of the HTMLAreaElement interface gets or sets the target element of an interest invoker, in cases where the associated element is specified as an interest invoker." + }, { "mdn_url": "/en-US/docs/Web/API/HTMLAreaElement/origin", "pageType": "web-api-instance-property", @@ -12399,6 +12409,11 @@ "pageType": "web-api-instance-property", "summary": "The formTarget property of the HTMLButtonElement interface is the tab, window, or iframe where the response of the submitted
is to be displayed. It reflects the value of the