From 49d0c443f785ec1089e514accce6d1a849b7e63b Mon Sep 17 00:00:00 2001 From: Aron Janecki Date: Tue, 21 Jul 2020 13:40:35 +0100 Subject: [PATCH] Update appropriate field for the form control (#1387) * Update aria-required-owned-element-bc4a75.md Three notes from the Applicability section added to the background section. The first note with the `tablist` element removed. * Re-wording the definition so that it references the control group * Update pages/glossary/appropriate-field-for-the-form-control.md Co-authored-by: Carlos Co-authored-by: Jean-Yves Moyen --- pages/glossary/appropriate-field-for-the-form-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/glossary/appropriate-field-for-the-form-control.md b/pages/glossary/appropriate-field-for-the-form-control.md index 04287d76fae..9910ae2430b 100755 --- a/pages/glossary/appropriate-field-for-the-form-control.md +++ b/pages/glossary/appropriate-field-for-the-form-control.md @@ -7,4 +7,4 @@ input_aspects: - DOM tree --- -The field name listed in the autocomplete fields table from the HTML 5.2 specification is used in the `autocomplete` attribute of an element: [https://html.spec.whatwg.org/#inappropriate-for-the-control](https://html.spec.whatwg.org/#inappropriate-for-the-control) +The field name of the form control is _appropriate_ if it is listed in the autocomplete fields table from the HTML 5.2 specification as applying to the specified control group. [https://html.spec.whatwg.org/#inappropriate-for-the-control](https://html.spec.whatwg.org/#inappropriate-for-the-control).