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