|
70 | 70 | github: "w3c/pointerlock", |
71 | 71 | group: "webapps", |
72 | 72 | xref: { |
73 | | - specs: ["uievents"], |
| 73 | + specs: ["pointerevents"], |
74 | 74 | profile: "web-platform", |
75 | 75 | }, |
76 | 76 | }; |
77 | 77 |
|
78 | 78 | </script> |
79 | 79 | </head> |
80 | | - <body data-cite="uievents"> |
| 80 | + <body> |
81 | 81 | <section id='abstract'> |
82 | 82 | This specification defines an API that provides scripted access to raw |
83 | 83 | mouse movement data while locking the target of mouse events to a single |
|
169 | 169 | reported in `screenX`, `screenY`). The [=pointer-lock target=] |
170 | 170 | receives all relevant user generated {{MouseEvent}} events: namely, |
171 | 171 | all user-generated `mousemove`, `mousedown`, `mouseup`, `click`, |
172 | | - `dblclick`, `auxclick`, and `wheel` [[ui-events]]. No other elements |
| 172 | + `dblclick`, `auxclick`, and `wheel` [[POINTEREVENTS]]. No other elements |
173 | 173 | receive these events while in [=pointer lock state=]. There will be |
174 | 174 | no dispatching of events that require the concept of a mouse cursor: |
175 | 175 | namely, `mouseenter`, `mouseleave`, `mouseover`, `mouseout`, `drag`, |
|
599 | 599 | </dd> |
600 | 600 | </dl> |
601 | 601 | </section> |
602 | | - <section data-dfn-for="MouseEvent" data-link-for="MouseEvent" data-cite= |
603 | | - "ui-events"> |
| 602 | + <section data-dfn-for="MouseEvent" data-link-for="MouseEvent"> |
604 | 603 | <h2> |
605 | 604 | Extensions to the `MouseEvent` Interface |
606 | 605 | </h2> |
|
677 | 676 | </dd> |
678 | 677 | </dl> |
679 | 678 | </section> |
680 | | - <section data-dfn-for="MouseEventInit" data-link-for="MouseEventInit" |
681 | | - data-cite="ui-events"> |
| 679 | + <section data-dfn-for="MouseEventInit" data-link-for="MouseEventInit"> |
682 | 680 | <h2> |
683 | 681 | Extensions to the `MouseEventInit` Dictionary |
684 | 682 | </h2> |
@@ -1005,9 +1003,7 @@ <h2> |
1005 | 1003 | <p> |
1006 | 1004 | When the pointer is locked 'wheel' events should be sent to the |
1007 | 1005 | [=pointer-lock target=] element just as 'mousemove' events are. There |
1008 | | - is a naming conflict with .deltaX/Y/Z as defined in <a href= |
1009 | | - "https://w3c.github.io/uievents/#events-wheelevents">DOM 3 'wheel' |
1010 | | - event</a>. |
| 1006 | + is a naming conflict with {{WheelEvent/deltaX}}/{{WheelEvent/deltaY}}/{{WheelEvent/deltaZ}} [[POINTEREVENTS]]. |
1011 | 1007 | </p> |
1012 | 1008 | </section> |
1013 | 1009 | <section id="why-bundle"> |
|
0 commit comments