File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
2-ui/3-event-details/1-mouse-events-basics Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ The possible values of `event.button` are:
5959| Button state | ` event.button ` |
6060| --------------| ----------------|
6161| Left button (primary) | 0 |
62- | Middle button (auxillary ) | 1 |
62+ | Middle button (auxiliary ) | 1 |
6363| Right button (secondary) | 2 |
6464| X1 button (back) | 3 |
6565| X2 button (forward) | 4 |
@@ -156,7 +156,7 @@ Move the mouse over the input field to see `clientX/clientY` (the example is in
156156
157157Double mouse click has a side-effect that may be disturbing in some interfaces: it selects text.
158158
159- For instance, a double-click on the text below selects it in addition to our handler:
159+ For instance, double-clicking on the text below selects it in addition to our handler:
160160
161161``` html autorun height=50
162162<span ondblclick =" alert('dblclick')" >Double-click me</span >
You can’t perform that action at this time.
0 commit comments