Common feedback we got on the autocomplete rule was people that wanted to use type=tel on number fields such as bday-month. The reason is that with type=tel IOS opens the number keypad, which it does not do if you use type=number.
Axe-core has since built an exception in its autocomplete rule that allows type=tel. I wonder if this is something the autocomplete rule should allow. Or alternatively... if we should have a test case that shows axe-core's implementation is a partially consistent one, because of this exception.
Common feedback we got on the autocomplete rule was people that wanted to use
type=telon number fields such asbday-month. The reason is that with type=tel IOS opens the number keypad, which it does not do if you use type=number.Axe-core has since built an exception in its autocomplete rule that allows type=tel. I wonder if this is something the autocomplete rule should allow. Or alternatively... if we should have a test case that shows axe-core's implementation is a partially consistent one, because of this exception.