Chromium Code Reviews| 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 |