Re: [dom] Fixes #156. Add legacy event type check to invoke algorithm. (#168)

>  
> -   <li><p>If <var>event</var>'s {{Event/eventPhase}} attribute value is {{Event/CAPTURING_PHASE}}
> -   and <var>listener</var>'s <b>capture</b> is false, terminate these substeps (and run them for the
> -   next <a>event listener</a>).
> +   <li>
> +    <p>If <var>event</var>'s {{Event/type}} attribute value is an <a>ASCII case-insensitive</a>

Yeah, "Unless otherwise stated, string comparisons are done in a case-sensitive manner." Cool.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/168/files#r53377030

Received on Thursday, 18 February 2016 20:26:15 UTC