w3c / selection-api

Selection API
http://w3c.github.io/selection-api/
Other
46 stars 28 forks source link

toString should return the selected text in input / textarea element #165

Closed rniwa closed 1 year ago

rniwa commented 1 year ago

Turns out we need to return the selected text inside input & textarea. We know of at least one Apple internal site that's broken if we don't do this.