diff --git a/accessibility-checker-engine/help-v4/en-US/element_accesskey_labelled.html b/accessibility-checker-engine/help-v4/en-US/element_accesskey_labelled.html index 21f308a0c..89b42fd7b 100644 --- a/accessibility-checker-engine/help-v4/en-US/element_accesskey_labelled.html +++ b/accessibility-checker-engine/help-v4/en-US/element_accesskey_labelled.html @@ -45,17 +45,19 @@

### Why is this important? -The label of an HTML element with an `accesskey` attribute allows the user agent to display a list of access keys with a name describing each access key’s function. It also allows voice control users to speak the label to activate its function. +The label of an element with an `accesskey` attribute allows the user agent to display a list of access keys with a name describing each access key’s function. +The label also allows voice control users to speak the label to activate its function.
### What to do - * Provide a label using a `title` attribute (e.g. `Activities`); - * **Or**, use `