This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The CaretPosition
interface represents the caret position, an indicator for the text insertion point. You can get a CaretPosition
using the document.caretPositionFromPoint
method.
This interface doesn't inherit any property.
CaretPosition.offsetNode
Read only
Node
containing the found node at the caret's position.CaretPosition.offset
Read only
long
representing the character offset in the caret position node.Specification | Status | Comment |
---|---|---|
CSS Object Model (CSSOM) View Module The definition of 'CaretPosition' in that specification. | Working Draft |
Desktop | ||||||
---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | |
Basic support | No | ? | 20 | No | No | No |
Mobile | |||||||
---|---|---|---|---|---|---|---|
Android webview | Chrome for Android | Edge Mobile | Firefox for Android | Opera for Android | iOS Safari | Samsung Internet | |
Basic support | No | No | ? | 20 | No | No | ? |
© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/CaretPosition