Bug 1583957 Comment 4 Edit History

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

Hi Dave, it's been a long time since my internship at D2L in 2010 👋

This was [intentional to support feature detection by web developers](https://bugzilla.mozilla.org/show_bug.cgi?id=1340477) since we didn't use this value for anything until bug 917325 (Fx67). At that point it should have been made available. I will also fix a similar issue for `new-password` which we use since bug 1119063 (Fx67).

You can see the list of [other `autocomplete` token values that we don't support](https://searchfox.org/mozilla-central/rev/088e2cf29c59d733d57af43903eb0267dbf72e2a/dom/base/AutocompleteFieldList.h#59-89).
Hi Dave, it's been a long time since my internship at D2L in 2008 👋

This was [intentional to support feature detection by web developers](https://bugzilla.mozilla.org/show_bug.cgi?id=1340477) since we didn't use this value for anything until bug 917325 (Fx67). At that point it should have been made available. I will also fix a similar issue for `new-password` which we use since bug 1119063 (Fx67).

You can see the list of [other `autocomplete` token values that we don't support](https://searchfox.org/mozilla-central/rev/088e2cf29c59d733d57af43903eb0267dbf72e2a/dom/base/AutocompleteFieldList.h#59-89).

Back to Bug 1583957 Comment 4