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
8 changes: 4 additions & 4 deletions baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6230,13 +6230,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
*/
animationRange: string;
/**
* 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.
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
*/
animationRangeEnd: string;
/**
* 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.
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
*/
Expand Down Expand Up @@ -8346,7 +8346,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
*/
scrollTimeline: string;
/**
* 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).
* 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).
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
*/
Expand Down Expand Up @@ -13357,7 +13357,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
*/
setAttribute(qualifiedName: string, value: string): void;
/**
* **`setAttributeNS`** adds a new attribute or changes the value of an attribute with the given namespace and name.
* 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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh, interesting change.

*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
*/
Expand Down
8 changes: 4 additions & 4 deletions baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6220,13 +6220,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
*/
animationRange: string;
/**
* 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.
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
*/
animationRangeEnd: string;
/**
* 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.
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
*/
Expand Down Expand Up @@ -8336,7 +8336,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
*/
scrollTimeline: string;
/**
* 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).
* 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).
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
*/
Expand Down Expand Up @@ -13344,7 +13344,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
*/
setAttribute(qualifiedName: string, value: string): void;
/**
* **`setAttributeNS`** adds a new attribute or changes the value of an attribute with the given namespace and name.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
*/
Expand Down
8 changes: 4 additions & 4 deletions baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6227,13 +6227,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
*/
animationRange: string;
/**
* 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.
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
*/
animationRangeEnd: string;
/**
* 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.
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
*/
Expand Down Expand Up @@ -8343,7 +8343,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
*/
scrollTimeline: string;
/**
* 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).
* 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).
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
*/
Expand Down Expand Up @@ -13354,7 +13354,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
*/
setAttribute(qualifiedName: string, value: string): void;
/**
* **`setAttributeNS`** adds a new attribute or changes the value of an attribute with the given namespace and name.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
*/
Expand Down
8 changes: 4 additions & 4 deletions baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6227,13 +6227,13 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
*/
animationRange: string;
/**
* 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.
* The animation-range-end CSS property sets the point on the timeline where an animation should end.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-end)
*/
animationRangeEnd: string;
/**
* 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.
* The animation-range-start CSS property sets the point on the timeline where an animation should start.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/animation-range-start)
*/
Expand Down Expand Up @@ -8343,7 +8343,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
*/
scrollTimeline: string;
/**
* 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).
* 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).
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-timeline-axis)
*/
Expand Down Expand Up @@ -13354,7 +13354,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
*/
setAttribute(qualifiedName: string, value: string): void;
/**
* **`setAttributeNS`** adds a new attribute or changes the value of an attribute with the given namespace and name.
* 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.
*
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/setAttributeNS)
*/
Expand Down
10 changes: 5 additions & 5 deletions inputfiles/mdn.json
Original file line number Diff line number Diff line change
Expand Up @@ -8322,7 +8322,7 @@
{
"mdn_url": "/en-US/docs/Web/API/Element/setAttribute",
"pageType": "web-api-instance-method",
"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."
"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."
},
{
"mdn_url": "/en-US/docs/Web/API/Element/setAttributeNode",
Expand All @@ -8337,7 +8337,7 @@
{
"mdn_url": "/en-US/docs/Web/API/Element/setAttributeNS",
"pageType": "web-api-instance-method",
"summary": "setAttributeNS adds a new attribute or changes the value of an attribute\nwith the given namespace and name."
"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."
},
{
"mdn_url": "/en-US/docs/Web/API/Element/setCapture",
Expand Down Expand Up @@ -39467,12 +39467,12 @@
{
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation-range-end",
"pageType": "css-property",
"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."
"summary": "The animation-range-end CSS property sets the point on the timeline where an animation should end."
},
{
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation-range-start",
"pageType": "css-property",
"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."
"summary": "The animation-range-start CSS property sets the point on the timeline where an animation should start."
},
{
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation-timeline",
Expand Down Expand Up @@ -41512,7 +41512,7 @@
{
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-axis",
"pageType": "css-property",
"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)."
"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)."
},
{
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-timeline-name",
Expand Down