releasePointerCapture
< dom(Redirected from dom/methods/releasePointerCapture)
releasePointerCapture
This page has been flagged with the following issues:
High-level issues:
W3C Working Draft
Summary
Releases a pointer captured by an element (using the setPointerCapture method).
Method of dom/Element
Syntax
element.releasePointerCapture(pointerId);
Parameters
pointerId
Data-type: Number
Identifier of the pointer to be released.
Return Value
No return value
Needs Examples: This section should include examples.
Notes
If the specified pointerId does not match any existing pointers, a DOMException is thrown with the name InvalidPointerId.
Related specifications
| Specification | Status | Related Changes |
|---|---|---|
| Pointer Events | Working Draft | Sections 4 and 7 |
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic Support | ? | ? | ? IE10 -ms |
? |
? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
See also
Related articles
Pointer Events
- releasePointerCapture
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here