• JetPack forms: There seem to be no option provided to add the auto-complete attributes suggested by WCAG 1.3.5 input type purpose, without the ability to add the necessary auto-complete attributes the forms created are not fully compliant.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @tarkham,

    Thanks for reporting the issue. Can you give me some more details about the problem here? I can then report the issue to our developers.

    You can also report the issue to our developers directly here https://github.com/Automattic/jetpack/issues

    Best,

    Thread Starter raghavendra satish peri

    (@tarkham)

    Hello,
    
    Here is the explanation for my bug: the GitHub process is too complex for a blind person like me, with too many fields.
    
    1. When there are personally identifiable form controls like name, email, phone, etc., and more, according to WCAG 1.3.5 input purpose, it needs to have a custom auto-complete attribute added to it.
    
    2. Currently, this is not possible in Jetpack forms.
    
    3. These auto-complete attributes help persons with disabilities fill out forms much faster.
    
    4. In Gravity Forms, when a field is added to a form, it provides a feature to add a custom auto-complete attribute to the field. This is not possible in jetpack forms.
    
    6. Steps to test:
    
       - Download the Chrome extension DigitalA11Y Tublets:  https://chromewebstore.google.com/detail/digitala11y-tublets/ccjeccodophadokglbdcinabgkiiakjh?pli=1
    
       - Toggle the button autocomplete. If the forms have auto-complete attributes, the bookmarklet will provide the auto-complete attributes for the form controls.
    
    Sample code:
    
    
    html
    
    <label>Email
    
    &nbsp; <input type="text" auto-complete="email">
    
    </label>
    
    
    Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi there @tarkham,

    Just to be clear: is the text you reported above part of a GH issue you created, or do you want us to create the GitHub report for you with that text?

    Plugin Contributor Stef (a11n)

    (@erania-pinnera)

    Hi @tarkham,

    It’s been one week since this topic was last updated. I’m going to mark this thread as solved. If you have any further questions or need more help, you’re welcome to open another thread here. Cheers!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding auto complete attributes to pass WCAG 2.2 SC 1.3.5’ is closed to new replies.