Skip to content

Commit eda029f

Browse files
authored
reorder
1 parent 427b4a1 commit eda029f

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

inputfiles/patches/html.kdl

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,6 @@ interface HTMLTableSectionElement {
3636
}
3737
}
3838

39-
interface HTMLTextAreaElement {
40-
property autocomplete type=AutoFill
41-
property labels {
42-
type NodeListOf {
43-
type HTMLLabelElement
44-
}
45-
}
46-
property selectionDirection type=SelectionDirection
47-
method setSelectionRange signatureIndex=0 {
48-
param start {
49-
type nullable=#true
50-
}
51-
param end {
52-
type nullable=#true
53-
}
54-
param direction type=SelectionDirection
55-
}
56-
}
57-
5839
interface HTMLMeterElement {
5940
property labels {
6041
type NodeListOf {
@@ -112,6 +93,26 @@ interface HTMLInputElement {
11293
}
11394
}
11495

96+
interface HTMLTextAreaElement {
97+
property autocomplete type=AutoFill
98+
property labels {
99+
type NodeListOf {
100+
type HTMLLabelElement
101+
}
102+
}
103+
property selectionDirection type=SelectionDirection
104+
method setSelectionRange signatureIndex=0 {
105+
// Same as in HTMLInputElement
106+
param start {
107+
type nullable=#true
108+
}
109+
param end {
110+
type nullable=#true
111+
}
112+
param direction type=SelectionDirection
113+
}
114+
}
115+
115116
typedef SelectionDirection overrideType=#""forward" | "backward" | "none""#
116117

117118
dictionary StructuredSerializeOptions {

0 commit comments

Comments
 (0)