Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: third_party/WebKit/Source/core/dom/Element.idl

Issue 2584723004: Move ongot/lostpointercaptures to global handlers (Closed)
Patch Set: Updating new tests Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/dom/Element.idl
diff --git a/third_party/WebKit/Source/core/dom/Element.idl b/third_party/WebKit/Source/core/dom/Element.idl
index 544f15ac91f8cd13707dde8622f9727a53809cc8..216ce32a256756943c9cc82326b75fa247c34311 100644
--- a/third_party/WebKit/Source/core/dom/Element.idl
+++ b/third_party/WebKit/Source/core/dom/Element.idl
@@ -40,8 +40,6 @@ interface Element : Node {
//https://www.w3.org/TR/pointerevents/#extensions-to-the-element-interface
mustaq 2016/12/20 15:17:44 Let's replace this link with the v2 spec link (and
Navid Zolghadr 2016/12/20 15:27:57 But v2 spec does have the ongot/lostpointercapture
Rick Byers 2016/12/20 15:37:12 In general we prefer links to live spec versions.
Navid Zolghadr 2016/12/20 17:04:44 Done.
[RuntimeEnabled=PointerEvent, RaisesException] void setPointerCapture (long pointerId);
[RuntimeEnabled=PointerEvent, RaisesException] void releasePointerCapture (long pointerId);
- [RuntimeEnabled=PointerEvent] attribute EventHandler ongotpointercapture;
- [RuntimeEnabled=PointerEvent] attribute EventHandler onlostpointercapture;
// PointerEvent v2
// https://w3c.github.io/pointerevents/#extensions-to-the-element-interface

Powered by Google App Engine
This is Rietveld 408576698