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", }, }; -
+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]].