Where to check for ECMA maximum safe number for WebDriver perform actions parameter?
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 718
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
In WPT perform_actions/invalid.py, we are expected to check if the parameter value for the webdriver actions must be in boundary of ECMA safe integer.
One example is https://github.com/web-platform-tests/wpt/blob/master/webdriver/tests/classic/perform_actions/invalid.py#L237-L250
I can't find in spec where to check for this safe number. Is the spec not complete or is it implied somewhere and I didn't catch it? Thanks
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.
Research direction
Start with WPT's perform_actions/invalid.py, especially lines 237-250, and compare that expectation with the WebDriver specification's perform actions parameter processing. Determine whether the ECMA safe-integer boundary is specified or only implied, then clarify the specification location or the missing requirement and reconcile it with the test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, documentation
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100