Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
2 changes: 1 addition & 1 deletion baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
*/
Expand Down
4 changes: 2 additions & 2 deletions inputfiles/mdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down