diff --git a/aria-practices.html b/aria-practices.html index d0b60e291d..9cc668cee9 100644 --- a/aria-practices.html +++ b/aria-practices.html @@ -1092,7 +1092,7 @@

Link

Keyboard Interaction

diff --git a/examples/link/link.html b/examples/link/link.html index 88f249ceb7..e02331dd83 100644 --- a/examples/link/link.html +++ b/examples/link/link.html @@ -26,7 +26,10 @@

Link Examples

design pattern for link. The link pattern is used when it is necessary for elements other than the HTML a element to have link behaviors.

-

Note: Use the HTML a element to create links whenever possible.

+

+ Note: Use the HTML a element to create links whenever possible. + Browsers provide valuable functionality for native HTML links, e.g., open the target in a new window and copy the target URL to the system clipboard. +

Examples