Skip to content

Commit 6ba9eea

Browse files
committed
Update submodule
1 parent 6bd4822 commit 6ba9eea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

baselines/dom.generated.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8675,7 +8675,7 @@ interface ElementEventMap {
86758675
}
86768676

86778677
/**
8678-
* **`Element`** is the most general base class from which all element objects (i.e.
8678+
* **`Element`** is the most general base class from which all element objects (i.e., objects that represent elements) in a Document inherit.
86798679
*
86808680
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element)
86818681
*/
@@ -16637,7 +16637,7 @@ declare var MediaKeys: {
1663716637
};
1663816638

1663916639
/**
16640-
* The **`MediaList`** interface represents the media queries of a stylesheet, e.g.
16640+
* The **`MediaList`** interface represents the media queries of a stylesheet, e.g., those set using a link element's `media` attribute.
1664116641
*
1664216642
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaList)
1664316643
*/
@@ -25341,7 +25341,7 @@ declare var VideoPlaybackQuality: {
2534125341
};
2534225342

2534325343
/**
25344-
* The **`ViewTransition`** interface of the View Transition API represents an active view transition, and provides functionality to react to the transition reaching different states (e.g.
25344+
* The **`ViewTransition`** interface of the View Transition API represents an active view transition, and provides functionality to react to the transition reaching different states (e.g., ready to run the animation, or animation finished) or skip the transition altogether.
2534525345
*
2534625346
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition)
2534725347
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8668,7 +8668,7 @@ interface ElementEventMap {
86688668
}
86698669

86708670
/**
8671-
* **`Element`** is the most general base class from which all element objects (i.e.
8671+
* **`Element`** is the most general base class from which all element objects (i.e., objects that represent elements) in a Document inherit.
86728672
*
86738673
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element)
86748674
*/
@@ -16617,7 +16617,7 @@ declare var MediaKeys: {
1661716617
};
1661816618

1661916619
/**
16620-
* The **`MediaList`** interface represents the media queries of a stylesheet, e.g.
16620+
* The **`MediaList`** interface represents the media queries of a stylesheet, e.g., those set using a link element's `media` attribute.
1662116621
*
1662216622
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/MediaList)
1662316623
*/
@@ -25319,7 +25319,7 @@ declare var VideoPlaybackQuality: {
2531925319
};
2532025320

2532125321
/**
25322-
* The **`ViewTransition`** interface of the View Transition API represents an active view transition, and provides functionality to react to the transition reaching different states (e.g.
25322+
* The **`ViewTransition`** interface of the View Transition API represents an active view transition, and provides functionality to react to the transition reaching different states (e.g., ready to run the animation, or animation finished) or skip the transition altogether.
2532325323
*
2532425324
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ViewTransition)
2532525325
*/

inputfiles/mdn

Submodule mdn updated 1085 files

0 commit comments

Comments
 (0)