w3c / gamepad

Gamepad
https://w3c.github.io/gamepad/
Other
138 stars 49 forks source link

Fold touchEvents from extensions.html into index.html #198

Open bradleyneedham opened 2 months ago

bradleyneedham commented 2 months ago

Partially Closes #165

The following tasks have been completed:

Implementation commitment:

Standards positions:

Resources:


Preview | Diff

bradleyneedham commented 2 months ago

I believe the failure of the tidy action is an indentation error on line 19 of .github/workflows/tidy.yml. The with needs to be even with the start of uses. Current is:

line 18:             - uses:
line 19:             with:

Should be:

line 18:             - uses:
line 19:               with:
bradleyneedham commented 2 months ago

I am moving this from "Draft". Any help with spotting the reason for the validate failure is appreciated.

Also I think that newline: LF should be added to the tidyconfig.txt to prevent local runs of tidy on windows from adding all CRLF.

marcoscaceres commented 1 month ago

@bradleyneedham, sorry, I just need to double check if this is in scope of the Working Group. I seem to recall there was some concerns from some members around anything "touch" related, so just need to make sure it's all fine.

Shouldn't be too long!