Skip to content

Commit

Permalink
Fix #148: drop "keyevents" as an alias of "keyboardevent" for createE…
Browse files Browse the repository at this point in the history
…vent()
  • Loading branch information
foolip authored and annevk committed Feb 26, 2016
1 parent 2cccaf9 commit 09d7eb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions dom.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4666,8 +4666,7 @@ invoked, must run these steps:
<tr><td>"<code>event</code><td rowspan=3>{{Event}}
<tr><td>"<code>events</code>"
<tr><td>"<code>htmlevents</code>"
<tr><td>"<code>keyboardevent</code>"<td rowspan=2>{{KeyboardEvent}}<td rowspan=2>[[!UIEVENTS]]
<tr><td>"<code>keyevents</code>"
<tr><td>"<code>keyboardevent</code>"<td>{{KeyboardEvent}}<td>[[!UIEVENTS]]
<tr><td>"<code>messageevent</code>"<td>{{MessageEvent}}<td>[[!HTML]]
<tr><td>"<code>mouseevent</code>"<td rowspan=2>{{MouseEvent}}<td rowspan=2>[[!UIEVENTS]]
<tr><td>"<code>mouseevents</code>"
Expand Down
8 changes: 3 additions & 5 deletions dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<div class="head">
<p data-fill-with="logo"><a class="logo" href="https://whatwg.org/"> <img alt="WHATWG" height="100" src="https://resources.whatwg.org/logo-dom.svg"> </a> </p>
<h1 class="p-name no-ref allcaps" id="title">DOM</h1>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2016-02-25">25 February 2016</time></span></h2>
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated <time class="dt-updated" datetime="2016-02-26">26 February 2016</time></span></h2>
<div data-fill-with="spec-metadata">
<dl>
<dt>Participate:
Expand Down Expand Up @@ -2563,10 +2563,8 @@ <h3 class="heading settled" data-level="4.5" id="interface-document"><span class
<td>"<code>htmlevents</code>"
<tr>
<td>"<code>keyboardevent</code>"
<td rowspan="2"><code class="idl"><a data-link-type="idl" href="https://w3c.github.io/uievents/#interface-keyboardevent">KeyboardEvent</a></code>
<td rowspan="2"><a data-link-type="biblio" href="#biblio-uievents">[UIEVENTS]</a>
<tr>
<td>"<code>keyevents</code>"
<td><code class="idl"><a data-link-type="idl" href="https://w3c.github.io/uievents/#interface-keyboardevent">KeyboardEvent</a></code>
<td><a data-link-type="biblio" href="#biblio-uievents">[UIEVENTS]</a>
<tr>
<td>"<code>messageevent</code>"
<td><code class="idl"><a data-link-type="idl" href="https://html.spec.whatwg.org/multipage/comms.html#messageevent">MessageEvent</a></code>
Expand Down

0 comments on commit 09d7eb6

Please sign in to comment.