diff --git a/understanding/21/content-on-hover-or-focus.html b/understanding/21/content-on-hover-or-focus.html index 94ec9fddf9..40fcc8ee3c 100644 --- a/understanding/21/content-on-hover-or-focus.html +++ b/understanding/21/content-on-hover-or-focus.html @@ -49,7 +49,7 @@

Dismissible

  • Position the additional content so that it does not obscure any other content including the trigger, with the exception of white space and purely decorative content, such as a background graphic which provides no information.
  • Provide a mechanism to easily dismiss the additional content, such as by pressing Escape.
  • -

    For most triggers of relatively small size, it is desirable for both methods to be implemented. If the trigger is large, noticing the additional content may be of concern if it appears away from the trigger. In those cases, only the second method may be appropriate.

    +

    For most triggers, it is desirable for both methods to be implemented. If the trigger is large, positioning the additional content so it does not obscure the trigger may place that content further from the user's current pointer location, making it harder to notice. In those cases, only the second method may be appropriate.

    The success criterion allows for input error messages to persist as there are cases that require attention, explicit confirmation or remedial action.