Skip to content

Commit 54b833e

Browse files
ortagithub-actions[bot]
authored andcommitted
🤖 Update core dependencies
1 parent 3308122 commit 54b833e

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17159,7 +17159,7 @@ interface HTMLTableCellElement extends HTMLElement {
1715917159
*/
1716017160
chOff: string;
1716117161
/**
17162-
* The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
17162+
* The **`colSpan`** property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
1716317163
*
1716417164
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)
1716517165
*/
@@ -17180,7 +17180,7 @@ interface HTMLTableCellElement extends HTMLElement {
1718017180
*/
1718117181
noWrap: boolean;
1718217182
/**
17183-
* The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
17183+
* The **`rowSpan`** property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
1718417184
*
1718517185
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)
1718617186
*/
@@ -17239,7 +17239,7 @@ interface HTMLTableColElement extends HTMLElement {
1723917239
*/
1724017240
chOff: string;
1724117241
/**
17242-
* The **`span`** read-only property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
17242+
* The **`span`** property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
1724317243
*
1724417244
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/span)
1724517245
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17138,7 +17138,7 @@ interface HTMLTableCellElement extends HTMLElement {
1713817138
*/
1713917139
chOff: string;
1714017140
/**
17141-
* The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
17141+
* The **`colSpan`** property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
1714217142
*
1714317143
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)
1714417144
*/
@@ -17159,7 +17159,7 @@ interface HTMLTableCellElement extends HTMLElement {
1715917159
*/
1716017160
noWrap: boolean;
1716117161
/**
17162-
* The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
17162+
* The **`rowSpan`** property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
1716317163
*
1716417164
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)
1716517165
*/
@@ -17218,7 +17218,7 @@ interface HTMLTableColElement extends HTMLElement {
1721817218
*/
1721917219
chOff: string;
1722017220
/**
17221-
* The **`span`** read-only property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
17221+
* The **`span`** property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
1722217222
*
1722317223
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/span)
1722417224
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17159,7 +17159,7 @@ interface HTMLTableCellElement extends HTMLElement {
1715917159
*/
1716017160
chOff: string;
1716117161
/**
17162-
* The **`colSpan`** read-only property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
17162+
* The **`colSpan`** property of the HTMLTableCellElement interface represents the number of columns this cell must span; this lets the cell occupy space across multiple columns of the table.
1716317163
*
1716417164
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/colSpan)
1716517165
*/
@@ -17180,7 +17180,7 @@ interface HTMLTableCellElement extends HTMLElement {
1718017180
*/
1718117181
noWrap: boolean;
1718217182
/**
17183-
* The **`rowSpan`** read-only property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
17183+
* The **`rowSpan`** property of the HTMLTableCellElement interface represents the number of rows this cell must span; this lets the cell occupy space across multiple rows of the table.
1718417184
*
1718517185
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableCellElement/rowSpan)
1718617186
*/
@@ -17239,7 +17239,7 @@ interface HTMLTableColElement extends HTMLElement {
1723917239
*/
1724017240
chOff: string;
1724117241
/**
17242-
* The **`span`** read-only property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
17242+
* The **`span`** property of the HTMLTableColElement interface represents the number of columns this col or colgroup must span; this lets the column occupy space across multiple columns of the table.
1724317243
*
1724417244
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTableColElement/span)
1724517245
*/

inputfiles/mdn

Submodule mdn updated 178 files

package-lock.json

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

0 commit comments

Comments
 (0)