From 38feb98f7a9d4388ed97e184262f175902f307db Mon Sep 17 00:00:00 2001 From: Tim O'Haver <64042475+timohaver@users.noreply.github.com> Date: Fri, 12 Mar 2021 12:23:00 -0500 Subject: [PATCH] Update index.html I made text revisions for clarity and one edit for US English spelling (dialogue -> dialog). For readability, I shortened some sentences and eliminated some extraneous wording. --- .../aria_techniques/using_the_link_role/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/files/en-us/web/accessibility/aria/aria_techniques/using_the_link_role/index.html b/files/en-us/web/accessibility/aria/aria_techniques/using_the_link_role/index.html index 27488e40d7f1ab0..b79400b3ab287e7 100644 --- a/files/en-us/web/accessibility/aria/aria_techniques/using_the_link_role/index.html +++ b/files/en-us/web/accessibility/aria/aria_techniques/using_the_link_role/index.html @@ -5,7 +5,7 @@ - ARIA - Accessibility --- -

This technique demonstrates how to use the link role and describes the effect it has on browsers and assistive technology.

+

This article explains how to use the link role and describes the effect it has on browsers and assistive technology.

The link role is used to identify an element that creates a hyperlink to a resource that is in the application or external. When this role is added to an element, tab can be used to change focus to the link, and enter used to execute the link.

@@ -15,7 +15,7 @@

Possible effects on user agents and assistive technology 

-

When the link role is added to an element, or such an element becomes visible, the user agent should do the following:

+

When the link role is added to an element, or when such an element becomes visible, the user agent should do the following: