Skip to content

Commit eaca317

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 06f59f8 commit eaca317

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

baselines/dom.generated.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6230,13 +6230,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
62306230
*/
62316231
animationRange: string;
62326232
/**
6233-
* The animation-range-end CSS property is used to set the end of an animation's attachment range along its timeline, i.e., where along the timeline an animation will end.
6233+
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
62346234
*
62356235
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
62366236
*/
62376237
animationRangeEnd: string;
62386238
/**
6239-
* The animation-range-start CSS property is used to set the start of an animation's attachment range along its timeline, i.e., where along the timeline an animation will start.
6239+
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
62406240
*
62416241
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
62426242
*/
@@ -8346,7 +8346,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83468346
*/
83478347
scrollTimeline: string;
83488348
/**
8349-
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation animation, which is progressed through by scrolling a scrollable element (scroller).
8349+
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller).
83508350
*
83518351
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
83528352
*/
@@ -13357,7 +13357,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1335713357
*/
1335813358
setAttribute(qualifiedName: string, value: string): void;
1335913359
/**
13360-
* **`setAttributeNS`** adds a new attribute or changes the value of an attribute with the given namespace and name.
13360+
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
1336113361
*
1336213362
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
1336313363
*/

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6220,13 +6220,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
62206220
*/
62216221
animationRange: string;
62226222
/**
6223-
* The animation-range-end CSS property is used to set the end of an animation's attachment range along its timeline, i.e., where along the timeline an animation will end.
6223+
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
62246224
*
62256225
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
62266226
*/
62276227
animationRangeEnd: string;
62286228
/**
6229-
* The animation-range-start CSS property is used to set the start of an animation's attachment range along its timeline, i.e., where along the timeline an animation will start.
6229+
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
62306230
*
62316231
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
62326232
*/
@@ -8336,7 +8336,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83368336
*/
83378337
scrollTimeline: string;
83388338
/**
8339-
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation animation, which is progressed through by scrolling a scrollable element (scroller).
8339+
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller).
83408340
*
83418341
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
83428342
*/
@@ -13344,7 +13344,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1334413344
*/
1334513345
setAttribute(qualifiedName: string, value: string): void;
1334613346
/**
13347-
* **`setAttributeNS`** adds a new attribute or changes the value of an attribute with the given namespace and name.
13347+
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
1334813348
*
1334913349
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
1335013350
*/

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6227,13 +6227,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
62276227
*/
62286228
animationRange: string;
62296229
/**
6230-
* The animation-range-end CSS property is used to set the end of an animation's attachment range along its timeline, i.e., where along the timeline an animation will end.
6230+
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
62316231
*
62326232
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
62336233
*/
62346234
animationRangeEnd: string;
62356235
/**
6236-
* The animation-range-start CSS property is used to set the start of an animation's attachment range along its timeline, i.e., where along the timeline an animation will start.
6236+
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
62376237
*
62386238
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
62396239
*/
@@ -8343,7 +8343,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83438343
*/
83448344
scrollTimeline: string;
83458345
/**
8346-
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation animation, which is progressed through by scrolling a scrollable element (scroller).
8346+
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller).
83478347
*
83488348
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
83498349
*/
@@ -13354,7 +13354,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1335413354
*/
1335513355
setAttribute(qualifiedName: string, value: string): void;
1335613356
/**
13357-
* **`setAttributeNS`** adds a new attribute or changes the value of an attribute with the given namespace and name.
13357+
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
1335813358
*
1335913359
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
1336013360
*/

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6227,13 +6227,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
62276227
*/
62286228
animationRange: string;
62296229
/**
6230-
* The animation-range-end CSS property is used to set the end of an animation's attachment range along its timeline, i.e., where along the timeline an animation will end.
6230+
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
62316231
*
62326232
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
62336233
*/
62346234
animationRangeEnd: string;
62356235
/**
6236-
* The animation-range-start CSS property is used to set the start of an animation's attachment range along its timeline, i.e., where along the timeline an animation will start.
6236+
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
62376237
*
62386238
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
62396239
*/
@@ -8343,7 +8343,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83438343
*/
83448344
scrollTimeline: string;
83458345
/**
8346-
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation animation, which is progressed through by scrolling a scrollable element (scroller).
8346+
* The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller).
83478347
*
83488348
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
83498349
*/
@@ -13354,7 +13354,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1335413354
*/
1335513355
setAttribute(qualifiedName: string, value: string): void;
1335613356
/**
13357-
* **`setAttributeNS`** adds a new attribute or changes the value of an attribute with the given namespace and name.
13357+
* If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead.
1335813358
*
1335913359
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
1336013360
*/

inputfiles/mdn.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8322,7 +8322,7 @@
83228322
{
83238323
"mdn_url": "/en-US/docs/Web/API/Element/setAttribute",
83248324
"pageType": "web-api-instance-method",
8325-
"summary": "The setAttribute() method of the Element interface sets the value of an attribute on the specified element. If the attribute already exists, the value is updated; otherwise a new attribute is added with the specified name and value."
8325+
"summary": "The setAttribute() method of the Element interface sets the value of an attribute on the specified element.\nIf the attribute already exists, the value is updated; otherwise a new attribute is added with the specified name and value."
83268326
},
83278327
{
83288328
"mdn_url": "/en-US/docs/Web/API/Element/setAttributeNode",
@@ -8337,7 +8337,7 @@
83378337
{
83388338
"mdn_url": "/en-US/docs/Web/API/Element/setAttributeNS",
83398339
"pageType": "web-api-instance-method",
8340-
"summary": "setAttributeNS adds a new attribute or changes the value of an attribute\nwith the given namespace and name."
8340+
"summary": "If you are working with HTML documents and you don't need to specify the requested attribute as being part of a specific namespace, use the setAttribute() method instead."
83418341
},
83428342
{
83438343
"mdn_url": "/en-US/docs/Web/API/Element/setCapture",
@@ -39467,12 +39467,12 @@
3946739467
{
3946839468
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation-range-end",
3946939469
"pageType": "css-property",
39470-
"summary": "The animation-range-end CSS property is used to set the end of an animation's attachment range along its timeline, i.e., where along the timeline an animation will end."
39470+
"summary": "The animation-range-end CSS property sets the point on the timeline where an animation should end."
3947139471
},
3947239472
{
3947339473
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation-range-start",
3947439474
"pageType": "css-property",
39475-
"summary": "The animation-range-start CSS property is used to set the start of an animation's attachment range along its timeline, i.e., where along the timeline an animation will start."
39475+
"summary": "The animation-range-start CSS property sets the point on the timeline where an animation should start."
3947639476
},
3947739477
{
3947839478
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation-timeline",
@@ -41512,7 +41512,7 @@
4151241512
{
4151341513
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-axis",
4151441514
"pageType": "css-property",
41515-
"summary": "The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation animation, which is progressed through by scrolling a scrollable element (scroller)."
41515+
"summary": "The scroll-timeline-axis CSS property is used to specify the scrollbar direction that will be used to provide the timeline for a scroll driven animation, which is progressed through by scrolling a scrollable element (scroller)."
4151641516
},
4151741517
{
4151841518
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-name",

0 commit comments

Comments
 (0)