3 @MAC-ALLOW:AXPlaceholder*
4 @WIN-ALLOW:text-input-type*
6 @WIN-ALLOW:caret_offset*
7 @WIN-ALLOW:n_selections*
8 @WIN-ALLOW:selection_start*
9 @WIN-ALLOW:selection_end*
14 <input type=
"text" value=
"Selection">
16 var input
= document
.querySelector("input");
18 input
.setSelectionRange(3, 5);