Skip to content

Commit 562de35

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 29516b1 commit 562de35

File tree

6 files changed

+31
-77
lines changed

6 files changed

+31
-77
lines changed

baselines/dom.generated.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3097,7 +3097,7 @@ interface AbstractRange {
30973097
*/
30983098
readonly endOffset: number;
30993099
/**
3100-
* The read-only **`startContainer`** property of the AbstractRange interface returns the start Node for the range.
3100+
* The read-only **`startContainer`** property of the AbstractRange interface returns the Node in which the start of the range is located.
31013101
*
31023102
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbstractRange/startContainer)
31033103
*/
@@ -8385,7 +8385,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83858385
*/
83868386
scrollMarginTop: string;
83878387
/**
8388-
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element.
8388+
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container.
83898389
*
83908390
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding)
83918391
*/
@@ -29105,7 +29105,7 @@ declare var RadioNodeList: {
2910529105
*/
2910629106
interface Range extends AbstractRange {
2910729107
/**
29108-
* The **`Range.commonAncestorContainer`** read-only property returns the deepest — or furthest down the document tree — Node that contains both boundary points of the Range. This means that if Range.startContainer and Range.endContainer both refer to the same node, this node is the common ancestor container.
29108+
* The **`Range.commonAncestorContainer`** read-only property returns the deepest — or furthest down the document tree — Node that contains both boundary points of the Range. This means that if startContainer and endContainer both refer to the same node, this node is the common ancestor container.
2910929109
*
2911029110
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/commonAncestorContainer)
2911129111
*/
@@ -42383,6 +42383,7 @@ interface SVGElementTagNameMap {
4238342383
}
4238442384

4238542385
interface MathMLElementTagNameMap {
42386+
"a": MathMLElement;
4238642387
"annotation": MathMLElement;
4238742388
"annotation-xml": MathMLElement;
4238842389
"maction": MathMLElement;

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ interface AbstractRange {
30943094
*/
30953095
readonly endOffset: number;
30963096
/**
3097-
* The read-only **`startContainer`** property of the AbstractRange interface returns the start Node for the range.
3097+
* The read-only **`startContainer`** property of the AbstractRange interface returns the Node in which the start of the range is located.
30983098
*
30993099
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbstractRange/startContainer)
31003100
*/
@@ -8375,7 +8375,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83758375
*/
83768376
scrollMarginTop: string;
83778377
/**
8378-
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element.
8378+
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container.
83798379
*
83808380
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding)
83818381
*/
@@ -29081,7 +29081,7 @@ declare var RadioNodeList: {
2908129081
*/
2908229082
interface Range extends AbstractRange {
2908329083
/**
29084-
* The **`Range.commonAncestorContainer`** read-only property returns the deepest — or furthest down the document tree — Node that contains both boundary points of the Range. This means that if Range.startContainer and Range.endContainer both refer to the same node, this node is the common ancestor container.
29084+
* The **`Range.commonAncestorContainer`** read-only property returns the deepest — or furthest down the document tree — Node that contains both boundary points of the Range. This means that if startContainer and endContainer both refer to the same node, this node is the common ancestor container.
2908529085
*
2908629086
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/commonAncestorContainer)
2908729087
*/
@@ -42357,6 +42357,7 @@ interface SVGElementTagNameMap {
4235742357
}
4235842358

4235942359
interface MathMLElementTagNameMap {
42360+
"a": MathMLElement;
4236042361
"annotation": MathMLElement;
4236142362
"annotation-xml": MathMLElement;
4236242363
"maction": MathMLElement;

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ interface AbstractRange {
30943094
*/
30953095
readonly endOffset: number;
30963096
/**
3097-
* The read-only **`startContainer`** property of the AbstractRange interface returns the start Node for the range.
3097+
* The read-only **`startContainer`** property of the AbstractRange interface returns the Node in which the start of the range is located.
30983098
*
30993099
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbstractRange/startContainer)
31003100
*/
@@ -8382,7 +8382,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83828382
*/
83838383
scrollMarginTop: string;
83848384
/**
8385-
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element.
8385+
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container.
83868386
*
83878387
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding)
83888388
*/
@@ -29102,7 +29102,7 @@ declare var RadioNodeList: {
2910229102
*/
2910329103
interface Range extends AbstractRange {
2910429104
/**
29105-
* The **`Range.commonAncestorContainer`** read-only property returns the deepest — or furthest down the document tree — Node that contains both boundary points of the Range. This means that if Range.startContainer and Range.endContainer both refer to the same node, this node is the common ancestor container.
29105+
* The **`Range.commonAncestorContainer`** read-only property returns the deepest — or furthest down the document tree — Node that contains both boundary points of the Range. This means that if startContainer and endContainer both refer to the same node, this node is the common ancestor container.
2910629106
*
2910729107
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/commonAncestorContainer)
2910829108
*/
@@ -42380,6 +42380,7 @@ interface SVGElementTagNameMap {
4238042380
}
4238142381

4238242382
interface MathMLElementTagNameMap {
42383+
"a": MathMLElement;
4238342384
"annotation": MathMLElement;
4238442385
"annotation-xml": MathMLElement;
4238542386
"maction": MathMLElement;

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3094,7 +3094,7 @@ interface AbstractRange {
30943094
*/
30953095
readonly endOffset: number;
30963096
/**
3097-
* The read-only **`startContainer`** property of the AbstractRange interface returns the start Node for the range.
3097+
* The read-only **`startContainer`** property of the AbstractRange interface returns the Node in which the start of the range is located.
30983098
*
30993099
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/AbstractRange/startContainer)
31003100
*/
@@ -8382,7 +8382,7 @@ interface CSSStyleProperties extends CSSStyleDeclarationBase {
83828382
*/
83838383
scrollMarginTop: string;
83848384
/**
8385-
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element.
8385+
* The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container.
83868386
*
83878387
* [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/Reference/Properties/scroll-padding)
83888388
*/
@@ -29102,7 +29102,7 @@ declare var RadioNodeList: {
2910229102
*/
2910329103
interface Range extends AbstractRange {
2910429104
/**
29105-
* The **`Range.commonAncestorContainer`** read-only property returns the deepest — or furthest down the document tree — Node that contains both boundary points of the Range. This means that if Range.startContainer and Range.endContainer both refer to the same node, this node is the common ancestor container.
29105+
* The **`Range.commonAncestorContainer`** read-only property returns the deepest — or furthest down the document tree — Node that contains both boundary points of the Range. This means that if startContainer and endContainer both refer to the same node, this node is the common ancestor container.
2910629106
*
2910729107
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Range/commonAncestorContainer)
2910829108
*/
@@ -42380,6 +42380,7 @@ interface SVGElementTagNameMap {
4238042380
}
4238142381

4238242382
interface MathMLElementTagNameMap {
42383+
"a": MathMLElement;
4238342384
"annotation": MathMLElement;
4238442385
"annotation-xml": MathMLElement;
4238542386
"maction": MathMLElement;

inputfiles/mdn.json

Lines changed: 3 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
{
9393
"mdn_url": "/en-US/docs/Web/API/AbstractRange/startContainer",
9494
"pageType": "web-api-instance-property",
95-
"summary": "The read-only startContainer property of the AbstractRange interface returns the start Node for the range."
95+
"summary": "The read-only startContainer property of the AbstractRange interface returns the Node in which the start of the range is located."
9696
},
9797
{
9898
"mdn_url": "/en-US/docs/Web/API/AbstractRange/startOffset",
@@ -23169,15 +23169,10 @@
2316923169
"pageType": "web-api-instance-method",
2317023170
"summary": "The collapse() method of the Range interface collapses the\nRange to one of its boundary points."
2317123171
},
23172-
{
23173-
"mdn_url": "/en-US/docs/Web/API/Range/collapsed",
23174-
"pageType": "web-api-instance-property",
23175-
"summary": "The Range.collapsed read-only property returns a\nboolean flag indicating whether the start and end points of the\nRange are at the same position. It returns true if the start\nand end boundary points of the Range are the same point in the DOM,\nfalse if not."
23176-
},
2317723172
{
2317823173
"mdn_url": "/en-US/docs/Web/API/Range/commonAncestorContainer",
2317923174
"pageType": "web-api-instance-property",
23180-
"summary": "The Range.commonAncestorContainer read-only property\nreturns the deepest — or furthest down the document tree — Node that\ncontains both boundary points of the Range. This means that if\nRange.startContainer and Range.endContainer both refer to\nthe same node, this node is the common ancestor container."
23175+
"summary": "The Range.commonAncestorContainer read-only property\nreturns the deepest — or furthest down the document tree — Node that\ncontains both boundary points of the Range. This means that if\nstartContainer and endContainer both refer to\nthe same node, this node is the common ancestor container."
2318123176
},
2318223177
{
2318323178
"mdn_url": "/en-US/docs/Web/API/Range/compareBoundaryPoints",
@@ -23209,16 +23204,6 @@
2320923204
"pageType": "web-api-instance-method",
2321023205
"summary": "The Range.detach() method does nothing. It used to\ndisable the Range object and enable the browser to release associated\nresources. The method has been kept for compatibility."
2321123206
},
23212-
{
23213-
"mdn_url": "/en-US/docs/Web/API/Range/endContainer",
23214-
"pageType": "web-api-instance-property",
23215-
"summary": "The Range.endContainer read-only property returns the\nNode within which the Range ends. To change the end\nposition of a node, use the Range.setEnd() method or a similar one."
23216-
},
23217-
{
23218-
"mdn_url": "/en-US/docs/Web/API/Range/endOffset",
23219-
"pageType": "web-api-instance-property",
23220-
"summary": "The Range.endOffset read-only property returns a number\nrepresenting where in the Range.endContainer the Range\nends."
23221-
},
2322223207
{
2322323208
"mdn_url": "/en-US/docs/Web/API/Range/extractContents",
2322423209
"pageType": "web-api-instance-method",
@@ -23294,16 +23279,6 @@
2329423279
"pageType": "web-api-instance-method",
2329523280
"summary": "The Range.setStartBefore() method sets the start position\nof a Range relative to another Node. The parent\nNode of the start of the Range will be the same as that\nfor the referenceNode."
2329623281
},
23297-
{
23298-
"mdn_url": "/en-US/docs/Web/API/Range/startContainer",
23299-
"pageType": "web-api-instance-property",
23300-
"summary": "The Range.startContainer read-only property returns the\nNode within which the Range starts. To change the start\nposition of a node, use one of the Range.setStart() methods."
23301-
},
23302-
{
23303-
"mdn_url": "/en-US/docs/Web/API/Range/startOffset",
23304-
"pageType": "web-api-instance-property",
23305-
"summary": "The Range.startOffset read-only property returns a number\nrepresenting where in the startContainer the Range starts."
23306-
},
2330723282
{
2330823283
"mdn_url": "/en-US/docs/Web/API/Range/surroundContents",
2330923284
"pageType": "web-api-instance-method",
@@ -28044,31 +28019,6 @@
2804428019
"pageType": "web-api-interface",
2804528020
"summary": "The DOM StaticRange interface extends AbstractRange to provide a method to specify a range of content in the DOM whose contents don't update to reflect changes which occur within the DOM tree."
2804628021
},
28047-
{
28048-
"mdn_url": "/en-US/docs/Web/API/StaticRange/collapsed",
28049-
"pageType": "web-api-instance-property",
28050-
"summary": "The collapsed read-only property\nof the StaticRange interface returns true if the range's\nstart position and end position are the same."
28051-
},
28052-
{
28053-
"mdn_url": "/en-US/docs/Web/API/StaticRange/endContainer",
28054-
"pageType": "web-api-instance-property",
28055-
"summary": "The endContainer property of the StaticRange interface returns the end Node for the range."
28056-
},
28057-
{
28058-
"mdn_url": "/en-US/docs/Web/API/StaticRange/endOffset",
28059-
"pageType": "web-api-instance-property",
28060-
"summary": "The endOffset property of the StaticRange\ninterface returns the offset into the end node of the range's end position."
28061-
},
28062-
{
28063-
"mdn_url": "/en-US/docs/Web/API/StaticRange/startContainer",
28064-
"pageType": "web-api-instance-property",
28065-
"summary": "The read-only startContainer\nproperty of the StaticRange interface returns the start\nNode for the range."
28066-
},
28067-
{
28068-
"mdn_url": "/en-US/docs/Web/API/StaticRange/startOffset",
28069-
"pageType": "web-api-instance-property",
28070-
"summary": "The read-only startOffset\nproperty of the StaticRange interface returns the offset into the start\nnode of the range's start position."
28071-
},
2807228022
{
2807328023
"mdn_url": "/en-US/docs/Web/API/StaticRange/StaticRange",
2807428024
"pageType": "web-api-constructor",
@@ -41507,7 +41457,7 @@
4150741457
{
4150841458
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-padding",
4150941459
"pageType": "css-shorthand-property",
41510-
"summary": "The scroll-padding shorthand property sets scroll padding on all sides of an element at once, much like the padding property does for padding on an element."
41460+
"summary": "The scroll-padding shorthand property sets scroll padding on all sides of an element at once. It specifies offsets that define the optimal viewing region of a scrollport within a scroll container."
4151141461
},
4151241462
{
4151341463
"mdn_url": "/en-US/docs/Web/CSS/Reference/Properties/scroll-padding-block",

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)