Re: [touch-events] Add a constructor for TouchEvent and Touch (#16)

> @@ -440,6 +463,23 @@ <h3 id="webidl-conform">WebIDL Conformance</h3>
>          </dd>
>        </dl>
>  
> +      <dl title='dictionary TouchEventInit : UIEventInit' class='idl'>
> +        <dt>sequence&lt;Touch&gt; touches = []</dt>
> +        <dd>Initializes the <code>touches</code> property of the <code>TouchEvent</code> object with each element from the sequence.</dd>
> +        <dt>sequence&lt;Touch&gt; targetTouches = []</dt>
> +        <dd>Initializes the <code>touches</code> property of the <code>TouchEvent</code> object with each element from the sequence.</dd>
> +        <dt>sequence&lt;Touch&gt; changedTouches = []</dt>
> +        <dd>Initializes the <code>touches</code> property of the <code>TouchEvent</code> object with each element from the sequence.</dd>

Fixed, thanks.

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/touch-events/pull/16/files#r36379076

Received on Thursday, 6 August 2015 03:44:54 UTC