Allow pointerup-activated elements to set click target differently. #414
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # .github/workflows/pr-push.yml | |
| name: CI | |
| on: | |
| pull_request: {} | |
| push: | |
| branches: [gh-pages] | |
| jobs: | |
| main: | |
| name: Build, Validate and Deploy | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: w3c/spec-prod@v2 | |
| with: | |
| W3C_ECHIDNA_TOKEN: ${{ secrets.LEVEL4_TR_TOKEN }} | |
| W3C_WG_DECISION_URL: https://github.com/w3c/pointerevents/pull/330#issuecomment-692924562 | |
| W3C_BUILD_OVERRIDE: | | |
| shortName: pointerevents4 | |
| specStatus: WD |