You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
My team is using hosted fields, custom input fields provided by the company Braintree for collecting a user's payment information. These fields load in iframes. Axe is flagging these fields as using the autocomplete attribute incorrectly in our custom custom component. I was also able to reproduce the behavior in Braintree's own example codepens (linked). However, unless I am misunderstanding the autocomplete rule there is no accessibility violation. So, this seems to be a problem with Axe rather than Braintree's hosted fields.
Axe extension version: 4.6.1
Axe core version: 4.0.2
Browser version: Google Chrome 85.0.4183.121
Reproducible location: https://codepen.io/braintree/full/mPgdPN
Context
My team is using hosted fields, custom input fields provided by the company Braintree for collecting a user's payment information. These fields load in iframes. Axe is flagging these fields as using the autocomplete attribute incorrectly in our custom custom component. I was also able to reproduce the behavior in Braintree's own example codepens (linked). However, unless I am misunderstanding the autocomplete rule there is no accessibility violation. So, this seems to be a problem with Axe rather than Braintree's hosted fields.
Steps to reproduce:
Expected result:
There should be no violation concerning autocomplete.
Actual result:
All three hosted fields are flagged for invalid values of the autocomplete attribute including
According to these sources, https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete and https://www.w3.org/TR/WCAG21/#input-purposes the above are valid values for the autocomplete attribute.
Motivation:
We are using Axe to test our component for accessibility, and it always flags these issues.
The text was updated successfully, but these errors were encountered: