File tree Expand file tree Collapse file tree 1 file changed +20
-19
lines changed
Expand file tree Collapse file tree 1 file changed +20
-19
lines changed Original file line number Diff line number Diff 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 null able= #true
50- }
51- param end {
52- type null able= #true
53- }
54- param direction type= SelectionDirection
55- }
56- }
57-
5839interface 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 null able= #true
108+ }
109+ param end {
110+ type null able= #true
111+ }
112+ param direction type= SelectionDirection
113+ }
114+ }
115+
115116typedef SelectionDirection overrideType= #""forward" | "backward" | "none""#
116117
117118dictionary StructuredSerializeOptions {
You can’t perform that action at this time.
0 commit comments