Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shifted character table is incorrect for the period/full stop character #1841

Open
stp-ekioh opened this issue Sep 26, 2024 · 1 comment
Open

Comments

@stp-ekioh
Copy link

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.

@bmarroquin
Copy link

The IntlBackslash code is also wrong, it has < and >(shifted) instead of \ and |(Shifted). This has been there since version 1 of the webdriver.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants