diff --git a/baselines/dom.generated.d.ts b/baselines/dom.generated.d.ts index 1a8e94530..96b672ff1 100644 --- a/baselines/dom.generated.d.ts +++ b/baselines/dom.generated.d.ts @@ -8764,7 +8764,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ viewTimeline: string; /** - * The view-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details. + * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis) */ diff --git a/baselines/ts5.5/dom.generated.d.ts b/baselines/ts5.5/dom.generated.d.ts index 466de0bed..26c2de7c3 100644 --- a/baselines/ts5.5/dom.generated.d.ts +++ b/baselines/ts5.5/dom.generated.d.ts @@ -8754,7 +8754,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ viewTimeline: string; /** - * The view-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details. + * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis) */ diff --git a/baselines/ts5.6/dom.generated.d.ts b/baselines/ts5.6/dom.generated.d.ts index a59c3ff08..1f0291aab 100644 --- a/baselines/ts5.6/dom.generated.d.ts +++ b/baselines/ts5.6/dom.generated.d.ts @@ -8761,7 +8761,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ viewTimeline: string; /** - * The view-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details. + * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis) */ diff --git a/baselines/ts5.9/dom.generated.d.ts b/baselines/ts5.9/dom.generated.d.ts index 4eeafc177..778013ebd 100644 --- a/baselines/ts5.9/dom.generated.d.ts +++ b/baselines/ts5.9/dom.generated.d.ts @@ -8761,7 +8761,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase { */ viewTimeline: string; /** - * The view-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details. + * The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline. * * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis) */ diff --git a/inputfiles/mdn.json b/inputfiles/mdn.json index 03afeb791..c6302724a 100644 --- a/inputfiles/mdn.json +++ b/inputfiles/mdn.json @@ -19422,7 +19422,7 @@ { "mdn_url": "/en-US/docs/Web/API/Navigation/reload", "pageType": "web-api-instance-method", - "summary": "The reload() method of the\nNavigation interface reloads the current URL, updating any provided state in the history entries list." + "summary": "The reload() method of the Navigation interface reloads the current URL, updating any provided state in the history entries list." }, { "mdn_url": "/en-US/docs/Web/API/Navigation/transition", @@ -41922,7 +41922,7 @@ { "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/view-timeline-axis", "pageType": "css-property", - "summary": "The view-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a named view progress timeline animation, which is progressed through based on the change in visibility of an element (known as the subject) inside a scrollable element (scroller). view-timeline-axis is set on the subject. See CSS scroll-driven animations for more details." + "summary": "The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline." }, { "mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/view-timeline-inset",