Shifted character table is incorrect for the period/full stop character
Open
Nobody has claimed this yet.
Perform Actions
- Dominant language
- HTML
- Stars
- 718
- Forks
- 228
- PR merge metrics
- No merged PRs in 30d
Description
The table entry for comma is:
"," | "<" | "Comma"
yet for full stop it is:
"." | "." | "Period"
it seems likely that this ought to be ">" rather than the second full stop? Appears to be the same in the current editor's draft version of the spec as well.
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
Inspect the shifted character table in the WebDriver specification, starting with the comma and full stop entries quoted in the issue. Confirm the intended shifted character for full stop against the surrounding table and current editor’s draft; done means the table entry is corrected and renders consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100