w3c / webdriver

Remote control interface that enables introspection and control of user agents.
https://w3c.github.io/webdriver/
Other
676 stars 190 forks source link

Correct element click actions list #1779

Closed dten closed 6 months ago

dten commented 6 months ago

element click is erroneously defined as «pointer move action, pointer down action, pointer move action». but should obviously be «pointer move action, pointer down action, pointer up action». making use of the pointer up action defined


Preview | Diff

dten commented 6 months ago

I have associated with a w3c account now

whimboo commented 6 months ago

I have associated with a w3c account now

I tried to revalidate but it still fails. It looks like you have to join the https://www.w3.org/groups/wg/browser-tools-testing/join/ group? (sorry that process is also new to me).

dten commented 6 months ago

It's asking me to do a lot of stuff. Is it possible this correction qualifies as "Non substantive"?

dten commented 6 months ago

hmm reading https://www.w3.org/2023/Process-20231103/#substantive-change I suspect not since it does change the wording, even if the original is an obvious error.

dten commented 6 months ago

maybe it does count since it corrects what seems like a copy paste error which could be a typo... maybe..

Examples of changes in this class include correcting non-normative examples which clearly conflict with normative requirements, clarifying informative use cases or other non-normative text, fixing typos or grammatical errors where the change does not change requirements.

dten commented 6 months ago

The section about tracking errata makes me think otherwise. I'm gonna close PR cause it's expecting more than I can give, but please consider this error reported and hopefully someone with privileges can correct it in the appropriate manner.

w3cbot commented 6 months ago

jgraham marked as non substantive for IPR from ash-nazg.

whimboo commented 6 months ago

Thanks for he correction James! Given it's approved I'm going to land it. Thanks as well for me to you @dten!