Skip to content

Commit 4cb52d0

Browse files
authored
Merge branch 'microsoft:main' into ts-go
2 parents 8dc2a8e + fad434b commit 4cb52d0

File tree

6 files changed

+10
-19
lines changed

6 files changed

+10
-19
lines changed

baselines/dom.generated.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11068,7 +11068,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1106811068
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event) */
1106911069
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1107011070
/**
11071-
* The **`outerHTML`** attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants.
11071+
* The **`outerHTML`** attribute of the Element interface gets or sets the HTML or XML markup of the element and its descendants, omitting any shadow tree in both cases.
1107211072
*
1107311073
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
1107411074
*/
@@ -16403,7 +16403,7 @@ interface HTMLOrSVGElement {
1640316403
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset) */
1640416404
readonly dataset: DOMStringMap;
1640516405
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce) */
16406-
nonce?: string;
16406+
nonce: string;
1640716407
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex) */
1640816408
tabIndex: number;
1640916409
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur) */

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11059,7 +11059,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1105911059
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event) */
1106011060
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1106111061
/**
11062-
* The **`outerHTML`** attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants.
11062+
* The **`outerHTML`** attribute of the Element interface gets or sets the HTML or XML markup of the element and its descendants, omitting any shadow tree in both cases.
1106311063
*
1106411064
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
1106511065
*/
@@ -16385,7 +16385,7 @@ interface HTMLOrSVGElement {
1638516385
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset) */
1638616386
readonly dataset: DOMStringMap;
1638716387
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce) */
16388-
nonce?: string;
16388+
nonce: string;
1638916389
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex) */
1639016390
tabIndex: number;
1639116391
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur) */

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11068,7 +11068,7 @@ interface Element extends Node, ARIAMixin, Animatable, ChildNode, NonDocumentTyp
1106811068
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/fullscreenerror_event) */
1106911069
onfullscreenerror: ((this: Element, ev: Event) => any) | null;
1107011070
/**
11071-
* The **`outerHTML`** attribute of the Element DOM interface gets the serialized HTML fragment describing the element including its descendants.
11071+
* The **`outerHTML`** attribute of the Element interface gets or sets the HTML or XML markup of the element and its descendants, omitting any shadow tree in both cases.
1107211072
*
1107311073
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/Element/outerHTML)
1107411074
*/
@@ -16403,7 +16403,7 @@ interface HTMLOrSVGElement {
1640316403
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/dataset) */
1640416404
readonly dataset: DOMStringMap;
1640516405
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/nonce) */
16406-
nonce?: string;
16406+
nonce: string;
1640716407
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/tabIndex) */
1640816408
tabIndex: number;
1640916409
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLElement/blur) */

inputfiles/mdn

Submodule mdn updated 421 files

inputfiles/overridingTypes.jsonc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@
3838
}
3939
}
4040
},
41-
"HTMLOrSVGElement": {
42-
"properties": {
43-
"property": {
44-
"nonce": {
45-
"name": "nonce?"
46-
}
47-
}
48-
}
49-
},
5041
"WebGLRenderingContextBase": {
5142
"methods": {
5243
"method": {

package-lock.json

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

0 commit comments

Comments
 (0)