- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 18 Feb 2016 01:26:02 -0800
- To: whatwg/dom <dom@noreply.github.com>
Received on Thursday, 18 February 2016 09:26:32 UTC
>
> - <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>
> + match for any of the strings in the first column in the following table, set <var>event</var>'s
> + {{Event/type}} attribute value to the string in the second column on the same row as the
> + matching string, otherwise, terminate these substeps.
> +
> + <table>
> + <thead>
> + <tr><th>Event Type<th>Legacy Event Type
Event type/Legacy event type
---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/pull/168/files#r53289062
Received on Thursday, 18 February 2016 09:26:32 UTC