diff --git a/.github/workflows/auto-publish.yml b/.github/workflows/auto-publish.yml index 1c762ba..b61a328 100644 --- a/.github/workflows/auto-publish.yml +++ b/.github/workflows/auto-publish.yml @@ -11,11 +11,9 @@ jobs: name: Validate and Publish runs-on: ubuntu-latest # only linux supported at present steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: w3c/spec-prod@v2 with: - TOOLCHAIN: respec - VALIDATE_LINKS: true W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html" W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}" diff --git a/index.html b/index.html index 92da8fb..7b121d5 100644 --- a/index.html +++ b/index.html @@ -70,14 +70,14 @@ github: "w3c/pointerlock", group: "webapps", xref: { - specs: ["uievents"], + specs: ["pointerevents"], profile: "web-platform", }, }; - +
This specification defines an API that provides scripted access to raw mouse movement data while locking the target of mouse events to a single @@ -169,7 +169,7 @@

reported in `screenX`, `screenY`). The [=pointer-lock target=] receives all relevant user generated {{MouseEvent}} events: namely, all user-generated `mousemove`, `mousedown`, `mouseup`, `click`, - `dblclick`, `auxclick`, and `wheel` [[ui-events]]. No other elements + `dblclick`, `auxclick`, and `wheel` [[POINTEREVENTS]]. No other elements receive these events while in [=pointer lock state=]. There will be no dispatching of events that require the concept of a mouse cursor: namely, `mouseenter`, `mouseleave`, `mouseover`, `mouseout`, `drag`, @@ -599,8 +599,7 @@

-
+

Extensions to the `MouseEvent` Interface

@@ -677,8 +676,7 @@

-
+

Extensions to the `MouseEventInit` Dictionary

@@ -1005,9 +1003,7 @@

When the pointer is locked 'wheel' events should be sent to the [=pointer-lock target=] element just as 'mousemove' events are. There - is a naming conflict with .deltaX/Y/Z as defined in DOM 3 'wheel' - event. + is a naming conflict with {{WheelEvent/deltaX}}/{{WheelEvent/deltaY}}/{{WheelEvent/deltaZ}} [[POINTEREVENTS]].