Problem/Motivation

Using Chrome Version 41.0.2272.89 (64-bit) in OSX,
Getting these warnings:
autocomplete='locality' is deprecated and will soon be ignored. See http://goo.gl/YjeSsW
6499:1
autocomplete='region' is deprecated and will soon be ignored. See http://goo.gl/YjeSsW

Proposed resolution

Adjust code to address depreciated warning

Comments

darrenwh’s picture

Issue summary: View changes
bojanz’s picture

Title: Chrome autocomplete warnings on locality and region » Update autocomplete attributes for latest standard
Category: Bug report » Task
Priority: Minor » Normal

We need to remove the "x-autocompletetype" attributes since they're no longer used (Chrome switched to following the official linked standard), and update the "autocomplete" attributes to follow the linked standard.

  • bojanz committed 1259c8b on 7.x-1.x
    Issue #2454591: Update autocomplete attributes for latest standard
    
bojanz’s picture

Status: Active » Fixed

Done.

  • bojanz committed 9a86e53 on 7.x-1.x
    Issue #2454591: Update autocomplete attributes for latest standard, part...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.