Skip to content

Commit fe95d4b

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 8c87b07 commit fe95d4b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8764,7 +8764,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
87648764
*/
87658765
viewTimeline: string;
87668766
/**
8767-
* 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.
8767+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
87688768
*
87698769
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
87708770
*/

baselines/ts5.5/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8754,7 +8754,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
87548754
*/
87558755
viewTimeline: string;
87568756
/**
8757-
* 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.
8757+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
87588758
*
87598759
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
87608760
*/

baselines/ts5.6/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8761,7 +8761,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
87618761
*/
87628762
viewTimeline: string;
87638763
/**
8764-
* 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.
8764+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
87658765
*
87668766
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
87678767
*/

baselines/ts5.9/dom.generated.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8761,7 +8761,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
87618761
*/
87628762
viewTimeline: string;
87638763
/**
8764-
* 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.
8764+
* The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline.
87658765
*
87668766
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/view-timeline-axis)
87678767
*/

inputfiles/mdn.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19422,7 +19422,7 @@
1942219422
{
1942319423
"mdn_url": "/en-US/docs/Web/API/Navigation/reload",
1942419424
"pageType": "web-api-instance-method",
19425-
"summary": "The reload() method of the\nNavigation interface reloads the current URL, updating any provided state in the history entries list."
19425+
"summary": "The reload() method of the Navigation interface reloads the current URL, updating any provided state in the history entries list."
1942619426
},
1942719427
{
1942819428
"mdn_url": "/en-US/docs/Web/API/Navigation/transition",
@@ -41922,7 +41922,7 @@
4192241922
{
4192341923
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/view-timeline-axis",
4192441924
"pageType": "css-property",
41925-
"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."
41925+
"summary": "The view-timeline-axis CSS property specifies the scroll direction to be used for a named view progress timeline."
4192641926
},
4192741927
{
4192841928
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/view-timeline-inset",

0 commit comments

Comments
 (0)