diff --git a/content/practices/names-and-descriptions/names-and-descriptions-practice.html b/content/practices/names-and-descriptions/names-and-descriptions-practice.html index 8041b544c8..13d74eccbe 100644 --- a/content/practices/names-and-descriptions/names-and-descriptions-practice.html +++ b/content/practices/names-and-descriptions/names-and-descriptions-practice.html @@ -320,7 +320,7 @@

Naming Form Controls with the Label Element

<input type="checkbox" name="subscribe" id="subscribe_checkbox">
 <label for="subscribe_checkbox">subscribe to our newsletter</label>

- While both techniques are equally valid, currently explicit labels are better supported by assistive technology. When possible, use the above technique for explicit labeling instead of the implicit technique. + While both techniques are equally valid, explicit labeling is currently better supported by assistive technology. When possible, use explicit labeling instead of implicit labeling.

Using the label element is an effective technique for satisfying Rule 2: Prefer Visible Text.