Add a note in ui events spec about UA-provided writing assistance text insertion event ordering. #97
This file contains 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
name: CI | |
on: | |
pull_request: {} | |
push: | |
branches: [main] | |
jobs: | |
main: | |
name: Build, Validate, Deploy | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- run: python build.py --includes-only | |
- uses: w3c/spec-prod@v2 | |
with: | |
GH_PAGES_BRANCH: gh-pages | |
TOOLCHAIN: bikeshed | |
BUILD_FAIL_ON: "link-error" | |
W3C_NOTIFICATIONS_CC: ${{ secrets.CC }} | |
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }} | |
W3C_WG_DECISION_URL: https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html | |
W3C_BUILD_OVERRIDE: | | |
status: WD | |
shortname: uievents |