3.2.2 On Input Level A

Browse by Category

Conformance Levels

Description

Changing the setting of any user interface component does not automatically cause a change of context unless the user has been advised of the behavior before using the component.

[View on W3C.org]

Questions & Answers

Should “Sign Up” fields be links or buttons?

I have an element on my page that allows users to sign in to their account. It both takes a user to a new page AND submits a form, so should it be coded as a link or a button?

  • buttons
  • links

How do I change the order the elements on my page are given focus?

When I tab through the elements on my site with the keyboard everything is almost perfect except for a couple case where it looks like the order is messed up. How can I change the order the elements on my page are given focus when...

  • best practices
  • html
  • keyboard
  • page structure

Is there a form element meant to provide instruction?

I know how to add labels to form inputs to 'label' what they are. I am wondering if there is something similar for describing what a field is in more details? I want to there to be little text under a text field but don't...

  • best practices
  • form
  • html