- From: Patrick H. Lauke <notifications@github.com>
- Date: Thu, 14 Jul 2016 13:40:54 -0700
- To: w3c/touch-events <touch-events@noreply.github.com>
- Cc:
Received on Thursday, 14 July 2016 20:41:58 UTC
> @@ -424,68 +427,72 @@ <h3 id="webidl-conform">WebIDL Conformance</h3>
> title="examples">example</a> for sample code demonstrating how to fire
> an untrusted touch event.
> </p>
> -
> - <dl title='[Constructor(DOMString type, optional TouchEventInit eventInitDict)] interface TouchEvent : UIEvent' class='idl' data-merge='TouchEventInit'>
> - <dt>readonly attribute <a><code>TouchList</code></a> touches</dt>
> + <pre class="idl">
> +dictionary TouchEventInit : EventModifierInit {
> + sequence<Touch> touches = [];
ah, good catch. fixed and force-pushed
---
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/touch-events/pull/69/files/8905f0264f17816879fda2cc7726703418f5b3df#r70879512
Received on Thursday, 14 July 2016 20:41:58 UTC