W3: F86-2: Failure of Success Criterion 4.1.2 due to not providing names for each part of a multi-part form field, such as a US telephone number
This code example is taken from the Failures for WCAG 2.0
Example Begin
Phone number: () -
Example End
Code for this Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Phone number: (<input type="text" size="3">) <input type="text" size="3">-<input type="text" size="4"> |