Bug 1692007 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Lack of support for `autocapitalize="none"` is impacting XTerm.js, used by some online IDEs such as StackBlitz (see e.g. https://stackblitz.com/edit/node). Would be nice to have it in Firefox stable.

Tested with XTerm.js on Android, with the default Google keyboard app and the "Auto-capitalization — Capitalize the first word of each sentence" option turned on (which is the default):

- Chrome stable: Typing `node` outputs `node`.
- Firefox Nightly: Typing `node` outputs `node`.
- Firefox stable: Typing `node` outputs `Node`.
Lack of support for `autocapitalize="none"` is impacting XTerm.js, used by some online IDEs such as StackBlitz (see e.g. https://stackblitz.com/edit/node). Would be nice to have it in Firefox stable.

Tested with XTerm.js on Android, with the default Google keyboard app and the "Auto-capitalization — Capitalize the first word of each sentence" option turned on (which is the default):

- Chrome stable: Typing `node` outputs `node`.
- Firefox Nightly: Typing `node` outputs `node`.
- Firefox stable: Typing `node` outputs `Node`.

(Example user report for XTerm on stackblitz.com with Firefox on Android: https://twitter.com/JayCooperBell/status/1535017612827979776)

Back to Bug 1692007 Comment 1