1

Could someone explain the difference between Technique H44 and Technique F68 ?

They relate to the same set of instruction and seem quite identical to me.

  • Failure Techniques are a 100% **certain** way to fail a WCAG 2.0 criterion. Other Techniques aren't normative: there may have other ways of still meeting this criterion. In the particular example of H44: by using a title attribute on a form element instead of a label asssociated with `for`, etc. Labels are better but WCAG 2.0 is OK with the use of `title` – FelipeAls Apr 24 '13 at 20:50

1 Answers1

2

H44 describes a way to pass a number of success criterion.

F68 demonstrates various common things people do in failed efforts to present information that should be in a label through some other method. These methods have problems which result in two of those criterion not being met.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335