Picto thématique

Rule n° 90 - Copy-and-paste is possible in the form’s fields.

Enter your e-mail address. Are we done? No, now I am going to ask you to enter it again. You might be lazy and want to copy it from the first field and paste it. What right do some sites have to prevent you from doing this? Long live freedom of copy and paste!

#Basics #Accessibility #Development #Forms

Goal

  • Simplify form completion.

Implementation

  • Do not catch onpaste or keydown JavaScript events to block pasting into a form field.
  • Do not catch oncopy or oncut JavaScript events to block copying into a form field.

Control

Check that it is possible to copy the content of each field including password fields (using the browser context menu or, failing that, a mechanism specific to the form).
Check that it is possible to paste content into each field including in password fields (by using the contextual menu of the browser or, failing this, a mechanism specific to the form).

By Opquast - Read the license


Discover Opquast training and certification

The objective of these rules and the Opquast community mission is ‘making the web better’ for your customers and for everyone! Opquast rules cover the key major areas of risk that can negatively affect website users such as privacy, ecodesign, accessibility and security.

Opquast training has already allowed over 19,000 web professionals to have their skills certified. Train your teams, contact us

We offer a 1 hour free discovery module.