@@ -3086,6 +3086,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
3086
3086
<li>The <dfn data-x-href="https://w3c.github.io/uievents/#interface-UIEvent"><code>UIEvent</code></dfn> interface</li>
3087
3087
<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>
3088
3088
3089
+ <li><dfn data-x="event-auxclick" data-x-href="https://w3c.github.io/uievents/#event-type-auxclick"><code>auxclick</code></dfn> event</li>
3089
3090
<li><dfn data-x="event-click" data-x-href="https://w3c.github.io/uievents/#event-type-click"><code>click</code></dfn> event</li>
3090
3091
<li><dfn data-x="event-dblclick" data-x-href="https://w3c.github.io/uievents/#event-type-dblclick"><code>dblclick</code></dfn> event</li>
3091
3092
<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
3098
3099
<li><dfn data-x="event-wheel" data-x-href="https://w3c.github.io/uievents/#event-type-wheel"><code>wheel</code></dfn> event</li>
3099
3100
3100
3101
<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>
3102
3102
<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>
3103
3104
</ul>
3104
3105
3105
3106
<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
3116
3117
<li><dfn data-x="event-pointerup" data-x-href="https://w3c.github.io/pointerevents/#the-pointerup-event"><code>pointerup</code></dfn> event</li>
3117
3118
</ul>
3118
3119
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
-
3125
3120
<p>This specification sometimes uses the term <dfn data-x="">name</dfn> to refer to the event's
3126
3121
<span data-x="concept-event-type">type</span>; as in, "an event named <code
3127
3122
data-x="">click</code>" or "if the event name is <code data-x="">keypress</code>". The terms
@@ -120250,6 +120245,7 @@ INSERT INTERFACES HERE
120250
120245
Aankhen,
120251
120246
Aaron Boodman,
120252
120247
Aaron Leventhal,
120248
+ Abhishek Gupta, <!-- a1626 on GitHub -->
120253
120249
Adam Barth,
120254
120250
Adam de Boor,
120255
120251
Adam Hepton,
0 commit comments