From 37a3ded659edb8523032a78de971ea6a27423a72 Mon Sep 17 00:00:00 2001 From: Thorleif Jacobsen Date: Fri, 15 Mar 2024 21:24:47 +0100 Subject: [PATCH] Added a clearer title to the examples --- docs/src/actionability.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/actionability.md b/docs/src/actionability.md index 076fb135f0..7df3e016f3 100644 --- a/docs/src/actionability.md +++ b/docs/src/actionability.md @@ -82,7 +82,7 @@ Learn more in the [assertions guide](./test-assertions.md). Element is considered visible when it has non-empty bounding box and does not have `visibility:hidden` computed style. -Note that according to this definition: +Here are three examples applying the provided definitions: * **Not visible:** Elements of zero size. * **Not visible:** Elements with `display:none`. * **Visible:** Elements with `opacity:0`.