Skip to content

Commit c7e2a5c

Browse files
authored
Regroup patches into each spec (#2170)
Co-authored-by: saschanaz <[email protected]>
1 parent 854128c commit c7e2a5c

File tree

7 files changed

+8
-5
lines changed

7 files changed

+8
-5
lines changed

inputfiles/patches/child-parent-node.kdl

Lines changed: 0 additions & 3 deletions
This file was deleted.

inputfiles/patches/dom.kdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,7 @@ enum InsertPosition {
1111
afterbegin
1212
afterend
1313
}
14+
15+
// ChildNode and ParentNode are actually defined as mixins, but because of their names they have historically been used as a sub-interface of Node.
16+
interface-mixin ChildNode extends=Node
17+
interface-mixin ParentNode extends=Node
File renamed without changes.

inputfiles/patches/html.kdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ enum ImageOrientation {
88
interface HTMLTableDataCellElement extends=HTMLTableCellElement exposed=Window deprecated="prefer HTMLTableCellElement" noInterfaceObject=#true
99
interface HTMLTableHeaderCellElement extends=HTMLTableCellElement exposed=Window deprecated="prefer HTMLTableCellElement" noInterfaceObject=#true
1010
interface HTMLDocument extends=Document exposed=Window
11+
12+
interface-mixin MessageEventTarget overrideThis=T typeParameters=T

inputfiles/patches/message.kdl

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Prevent conflict with DefinitelyTyped libraries
2+
enum ClientType name=ClientTypes

inputfiles/patches/type-rename.kdl

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)