anton.bannykh
var INPUT.selectionStart: String? get() = attributes["selectionStart"] set(value) { attributes["selectionStart"] = value }