Skip to content

Commit a7e5b21

Browse files
Bashamegasaschanaz
andauthored
Remove ownerDocument in ProcessingInstruction (#2336)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent 419622d commit a7e5b21

File tree

5 files changed

+0
-16
lines changed

5 files changed

+0
-16
lines changed

baselines/dom.generated.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26920,7 +26920,6 @@ interface PopoverTargetAttributes {
2692026920
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2692126921
*/
2692226922
interface ProcessingInstruction extends CharacterData, LinkStyle {
26923-
readonly ownerDocument: Document;
2692426923
/**
2692526924
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
2692626925
*

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26896,7 +26896,6 @@ interface PopoverTargetAttributes {
2689626896
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2689726897
*/
2689826898
interface ProcessingInstruction extends CharacterData, LinkStyle {
26899-
readonly ownerDocument: Document;
2690026899
/**
2690126900
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
2690226901
*

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26917,7 +26917,6 @@ interface PopoverTargetAttributes {
2691726917
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2691826918
*/
2691926919
interface ProcessingInstruction extends CharacterData, LinkStyle {
26920-
readonly ownerDocument: Document;
2692126920
/**
2692226921
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
2692326922
*

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26917,7 +26917,6 @@ interface PopoverTargetAttributes {
2691726917
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2691826918
*/
2691926919
interface ProcessingInstruction extends CharacterData, LinkStyle {
26920-
readonly ownerDocument: Document;
2692126920
/**
2692226921
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
2692326922
*

inputfiles/addedTypes.jsonc

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -418,18 +418,6 @@
418418
}
419419
}
420420
}
421-
},
422-
"ProcessingInstruction": {
423-
"name": "ProcessingInstruction",
424-
"properties": {
425-
"property": {
426-
"ownerDocument": {
427-
"name": "ownerDocument",
428-
"readonly": true,
429-
"type": "Document"
430-
}
431-
}
432-
}
433421
}
434422
}
435423
},

0 commit comments

Comments
 (0)