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

> @@ -1194,6 +1195,8 @@ for discussion).
>     <li><p>If <var>event</var>'s {{Event/type}} attribute value is not <var>listener</var>'s
>     <b>type</b>, terminate these substeps (and run them for the next <a>event listener</a>).
>  
> +   <li><p>Set <var>event</var>'s <a>unprefixed listener flag</a> to true.

Flags are set or unset, they're not set to a value.

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

Received on Wednesday, 17 February 2016 07:50:35 UTC