[w3c/selection-api] New API: Selection#makeVisible() (#73)

Moving [issue ](https://github.com/w3c/editing/issues/129#issuecomment-223748345)from editing issue tracker as this is selection related. 

Originally, was opened [yosinch](https://github.com/yosinch)
 
I would like to propose new selection API, Selection#makeVisible() which makes caret(extentNode, extenOffset) visible in viewport.
Background:
It is hard to make caret visible, if it is in a element with "overflow: scroll" CSS property. Or, there is no way for TEXTAREA.
Inspired by http://crbug.com/612729

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/selection-api/issues/73

Received on Thursday, 18 August 2016 00:25:36 UTC