[w3c/editing] New API: Selection#makeVisible() (#129)

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/editing/issues/129

Received on Monday, 23 May 2016 02:17:49 UTC