File tree Expand file tree Collapse file tree 5 files changed +0
-16
lines changed
Expand file tree Collapse file tree 5 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -26920,7 +26920,6 @@ interface PopoverTargetAttributes {
2692026920 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2692126921 */
2692226922interface 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 *
Original file line number Diff line number Diff line change @@ -26896,7 +26896,6 @@ interface PopoverTargetAttributes {
2689626896 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2689726897 */
2689826898interface 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 *
Original file line number Diff line number Diff line change @@ -26917,7 +26917,6 @@ interface PopoverTargetAttributes {
2691726917 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2691826918 */
2691926919interface 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 *
Original file line number Diff line number Diff line change @@ -26917,7 +26917,6 @@ interface PopoverTargetAttributes {
2691726917 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2691826918 */
2691926919interface 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 *
Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments