Skip to content

Commit 82d1078

Browse files
committed
-
1 parent 5cfde87 commit 82d1078

File tree

5 files changed

+0
-28
lines changed

5 files changed

+0
-28
lines changed

baselines/dom.generated.d.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26920,12 +26920,6 @@ interface PopoverTargetAttributes {
2692026920
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2692126921
*/
2692226922
interface ProcessingInstruction extends CharacterData, LinkStyle {
26923-
/**
26924-
* The read-only **`sheet`** property of the ProcessingInstruction interface contains the stylesheet associated to the ProcessingInstruction.
26925-
*
26926-
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/ProcessingInstruction/sheet)
26927-
*/
26928-
readonly sheet: string;
2692926923
/**
2693026924
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
2693126925
*

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26896,12 +26896,6 @@ interface PopoverTargetAttributes {
2689626896
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2689726897
*/
2689826898
interface ProcessingInstruction extends CharacterData, LinkStyle {
26899-
/**
26900-
* The read-only **`sheet`** property of the ProcessingInstruction interface contains the stylesheet associated to the ProcessingInstruction.
26901-
*
26902-
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/ProcessingInstruction/sheet)
26903-
*/
26904-
readonly sheet: string;
2690526899
/**
2690626900
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
2690726901
*

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26917,12 +26917,6 @@ interface PopoverTargetAttributes {
2691726917
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2691826918
*/
2691926919
interface ProcessingInstruction extends CharacterData, LinkStyle {
26920-
/**
26921-
* The read-only **`sheet`** property of the ProcessingInstruction interface contains the stylesheet associated to the ProcessingInstruction.
26922-
*
26923-
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/ProcessingInstruction/sheet)
26924-
*/
26925-
readonly sheet: string;
2692626920
/**
2692726921
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
2692826922
*

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26917,12 +26917,6 @@ interface PopoverTargetAttributes {
2691726917
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ProcessingInstruction)
2691826918
*/
2691926919
interface ProcessingInstruction extends CharacterData, LinkStyle {
26920-
/**
26921-
* The read-only **`sheet`** property of the ProcessingInstruction interface contains the stylesheet associated to the ProcessingInstruction.
26922-
*
26923-
* [MDN Reference](https://developer.mozilla.org/en-US/docs/Web/API/ProcessingInstruction/sheet)
26924-
*/
26925-
readonly sheet: string;
2692626920
/**
2692726921
* The read-only **`target`** property of the ProcessingInstruction interface represent the application to which the ProcessingInstruction is targeted.
2692826922
*

inputfiles/patches/dom.kdl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ interface EventListenerObject noInterfaceObject=#true {
1111
}
1212
}
1313

14-
interface ProcessingInstruction {
15-
property sheet readonly=#true type=DOMString mdnUrl="https://developer.mozilla.org/en-US/docs/Web/API/ProcessingInstruction/sheet"
16-
}
17-
1814
enum InsertPosition {
1915
beforebegin
2016
beforeend

0 commit comments

Comments
 (0)