Skip to content

Commit 1df57b1

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent b0ee413 commit 1df57b1

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

baselines/dom.generated.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6245,6 +6245,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
62456245
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/anchor-name)
62466246
*/
62476247
anchorName: string;
6248+
/** The anchor-scope CSS property can be used to limit the scope in which a positioned element can be associated with anchor elements to a particular subtree. */
62486249
anchorScope: string;
62496250
/**
62506251
* The **`animation`** shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6235,6 +6235,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
62356235
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/anchor-name)
62366236
*/
62376237
anchorName: string;
6238+
/** The anchor-scope CSS property can be used to limit the scope in which a positioned element can be associated with anchor elements to a particular subtree. */
62386239
anchorScope: string;
62396240
/**
62406241
* The **`animation`** shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6242,6 +6242,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
62426242
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/anchor-name)
62436243
*/
62446244
anchorName: string;
6245+
/** The anchor-scope CSS property can be used to limit the scope in which a positioned element can be associated with anchor elements to a particular subtree. */
62456246
anchorScope: string;
62466247
/**
62476248
* The **`animation`** shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline.

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6242,6 +6242,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
62426242
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/anchor-name)
62436243
*/
62446244
anchorName: string;
6245+
/** The anchor-scope CSS property can be used to limit the scope in which a positioned element can be associated with anchor elements to a particular subtree. */
62456246
anchorScope: string;
62466247
/**
62476248
* The **`animation`** shorthand CSS property applies an animation between styles. It is a shorthand for animation-name, animation-duration, animation-timing-function, animation-delay, animation-iteration-count, animation-direction, animation-fill-mode, animation-play-state, and animation-timeline.

inputfiles/mdn.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24299,6 +24299,11 @@
2429924299
"pageType": "web-api-instance-property",
2430024300
"summary": "The state read-only property of the\nRTCDtlsTransport interface provides information which describes a\nDatagram Transport Layer Security (DTLS) transport state."
2430124301
},
24302+
{
24303+
"mdn_url": "/en-US/docs/Web/API/RTCDtlsTransport/statechange_event",
24304+
"pageType": "web-api-event",
24305+
"summary": "A statechange event occurs when the RTCDtlsTransport changes state. The state property can be used to determine the current state of the underlying Datagram Transport Layer Security (DTLS) transport."
24306+
},
2430224307
{
2430324308
"mdn_url": "/en-US/docs/Web/API/RTCDTMFSender",
2430424309
"pageType": "web-api-interface",
@@ -39479,6 +39484,11 @@
3947939484
"pageType": "css-property",
3948039485
"summary": "The anchor-name CSS property enables defining an element as an anchor element by giving it one or more identifying anchor names. Each name can then be set as the value of a positioned element's position-anchor property to associate it with the anchor."
3948139486
},
39487+
{
39488+
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/anchor-scope",
39489+
"pageType": "css-property",
39490+
"summary": "The anchor-scope CSS property can be used to limit the scope in which a positioned element can be associated with anchor elements to a particular subtree."
39491+
},
3948239492
{
3948339493
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/animation",
3948439494
"pageType": "css-shorthand-property",

0 commit comments

Comments
 (0)