Skip to content

Commit cdc5273

Browse files
a1626domenic
authored andcommitted
Editorial: the auxclick event has moved specifications
Closes whatwg#2889.
1 parent 0edc164 commit cdc5273

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

source

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3086,6 +3086,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
30863086
<li>The <dfn data-x-href="https://w3c.github.io/uievents/#interface-UIEvent"><code>UIEvent</code></dfn> interface</li>
30873087
<li>The <code>UIEvent</code> interface's <dfn data-x="dom-UIEvent-view" data-x-href="https://w3c.github.io/uievents/#widl-UIEvent-view"><code>view</code></dfn> attribute</li>
30883088

3089+
<li><dfn data-x="event-auxclick" data-x-href="https://w3c.github.io/uievents/#event-type-auxclick"><code>auxclick</code></dfn> event</li>
30893090
<li><dfn data-x="event-click" data-x-href="https://w3c.github.io/uievents/#event-type-click"><code>click</code></dfn> event</li>
30903091
<li><dfn data-x="event-dblclick" data-x-href="https://w3c.github.io/uievents/#event-type-dblclick"><code>dblclick</code></dfn> event</li>
30913092
<li><dfn data-x="event-mousedown" data-x-href="https://w3c.github.io/uievents/#event-type-mousedown"><code>mousedown</code></dfn> event</li>
@@ -3098,8 +3099,8 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
30983099
<li><dfn data-x="event-wheel" data-x-href="https://w3c.github.io/uievents/#event-type-wheel"><code>wheel</code></dfn> event</li>
30993100

31003101
<li><dfn data-x="event-keydown" data-x-href="https://w3c.github.io/uievents/#event-type-keydown"><code>keydown</code></dfn> event</li>
3101-
<li><dfn data-x="event-keyup" data-x-href="https://w3c.github.io/uievents/#event-type-keyup"><code>keyup</code></dfn> event</li>
31023102
<li><dfn data-x="event-keypress" data-x-href="https://w3c.github.io/uievents/#event-type-keypress"><code>keypress</code></dfn> event</li>
3103+
<li><dfn data-x="event-keyup" data-x-href="https://w3c.github.io/uievents/#event-type-keyup"><code>keyup</code></dfn> event</li>
31033104
</ul>
31043105

31053106
<p>The following features are defined in the Touch Events specification: <ref spec=TOUCH></p>
@@ -3116,12 +3117,6 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
31163117
<li><dfn data-x="event-pointerup" data-x-href="https://w3c.github.io/pointerevents/#the-pointerup-event"><code>pointerup</code></dfn> event</li>
31173118
</ul>
31183119

3119-
<p>The following features are defined in the auxclick specification: <ref spec=AUXCLICK></p>
3120-
3121-
<ul class="brief">
3122-
<li><dfn data-x="event-auxclick" data-x-href="https://wicg.github.io/auxclick/#the-auxclick-event"><code>auxclick</code></dfn> event</li>
3123-
</ul>
3124-
31253120
<p>This specification sometimes uses the term <dfn data-x="">name</dfn> to refer to the event's
31263121
<span data-x="concept-event-type">type</span>; as in, "an event named <code
31273122
data-x="">click</code>" or "if the event name is <code data-x="">keypress</code>". The terms
@@ -120250,6 +120245,7 @@ INSERT INTERFACES HERE
120250120245
Aankhen,
120251120246
Aaron Boodman,
120252120247
Aaron Leventhal,
120248+
Abhishek Gupta, <!-- a1626 on GitHub -->
120253120249
Adam Barth,
120254120250
Adam de Boor,
120255120251
Adam Hepton,

0 commit comments

Comments
 (0)