Replicate autofill data into a different attribute
If you enable chrome://flags/#show-autofill-type-predictions, Chrome will put information about the autofill state for a specific <input> field into the field's titel attribute. This is convenient for debugging because you can hover over the field to read the information. Unfortunately, this is brittle if you also use Google Translate for the site as Translate will try to translate the titel value. This breaks automated processing of the data. This CL replicates the annotations into a second attribute 'autofill-information' that should not be touched by Google Translate. Bug: 773186 Change-Id: I1716b8d78e360ec67f20578cf07444018b989653 Reviewed-on: https://chromium-review.googlesource.com/c/1346050 Commit-Queue: Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#610066}
Showing
Please register or sign in to comment