Open stp-ekioh opened 2 months ago
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.
The IntlBackslash code is also wrong, it has < and >(shifted) instead of \ and |(Shifted). This has been there since version 1 of the webdriver.
IntlBackslash
<
>
\
|
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.