Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26920,7 +26920,6 @@ interface PopoverTargetAttributes {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
*/
interface ProcessingInstruction extends CharacterData, LinkStyle {
readonly ownerDocument: Document;
/**
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
*
Expand Down
1 change: 0 additions & 1 deletion baselines/ts5.5/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26896,7 +26896,6 @@ interface PopoverTargetAttributes {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
*/
interface ProcessingInstruction extends CharacterData, LinkStyle {
readonly ownerDocument: Document;
/**
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
*
Expand Down
1 change: 0 additions & 1 deletion baselines/ts5.6/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26917,7 +26917,6 @@ interface PopoverTargetAttributes {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
*/
interface ProcessingInstruction extends CharacterData, LinkStyle {
readonly ownerDocument: Document;
/**
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
*
Expand Down
1 change: 0 additions & 1 deletion baselines/ts5.9/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26917,7 +26917,6 @@ interface PopoverTargetAttributes {
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
*/
interface ProcessingInstruction extends CharacterData, LinkStyle {
readonly ownerDocument: Document;
/**
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
*
Expand Down
12 changes: 0 additions & 12 deletions inputfiles/addedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -448,18 +448,6 @@
}
}
}
},
"ProcessingInstruction": {
"name": "ProcessingInstruction",
"properties": {
"property": {
"ownerDocument": {
"name": "ownerDocument",
"readonly": true,
"type": "Document"
}
}
}
}
}
},
Expand Down