Duplicate pre-req for Element Click
Open
@andreastt is already working on this.
Since Sep 22, 2017.
clarification
- Dominant language
- HTML
- Stars
- 718
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
In chapter 14. Element Interaction, section 14.1 Element Click:
The Element Click command scrolls into view the element if it is not already pointer-interactable
Assuming my understanding per #1104 is correct, then this is redundant. scroll into view is a no-op if the element is not already in view, and elements in view are a superset of those which are pointer-interactable. Therefore, if we to repeat that behaviour we should use in view or (probably better) we should drop the redundant statement entirely.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.