Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions understanding/20/labels-or-instructions.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,8 @@ <h2>Examples of Labels or Instructions</h2>
single "Phone number" label also cannot label all three fields. To address this, the
three fields are grouped in a fieldset with the legend "Phone number". Visual labels for
the fields (beyond the punctuation) cannot be provided
in the design, so invisible labels are provided with the "title" attribute to each
of the three fields. The value of this attribute for the three fields are, respectively,
"Area Code", "Exchange", and "Number".
in the design, so the form includes visual labels for each of the three fields:
"Area Code", "Exchange", and "Number".
</li>

</ul>
Expand Down
Loading