Page MenuHomePhabricator

WS Page Game: mixed case roman -> lower
Closed, ResolvedPublicFeature

Description

When entering roman numerals on a mobile keyboard, the first character is often capitalised. Usually, this is wrong and lowercase is far more common.

Either figure out if an input can be set to "lowercase" (try autocapitalize=off and/or treat first-letter capitalised roman numerals as lowercase (though this will not help "i" or "v" etc).

If the latter, may also make sense to allow conversion of a single "I" etc to "i", if joined to a later, consistent lowercase range.

Event Timeline

Ok, so autocapitalize=off doesn't work for some keyboards (e.g. Swiftkey), so that's fun.

First letter thing done, but not the single-caps -> lowercase merging, as that's ugly in the code and maybe won't be a major issue.