From e8904db649f735211a8fca78ba6781797c976304 Mon Sep 17 00:00:00 2001 From: Jean-Yves Moyen Date: Thu, 25 Jan 2024 14:36:38 +0100 Subject: [PATCH] Apply review comments --- pages/examples/target-is-visible-exuqdg.md | 6 ++++-- pages/glossary/visible.md | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/examples/target-is-visible-exuqdg.md b/pages/examples/target-is-visible-exuqdg.md index 6d079dabf4b..fcd96e248b7 100644 --- a/pages/examples/target-is-visible-exuqdg.md +++ b/pages/examples/target-is-visible-exuqdg.md @@ -109,10 +109,12 @@ This `span` element is not visible because its text content has size 0. #### Failed Example 8 -This `span` element is not visible because it has the exact same color as its background. +This `span` element is not visible because it has the exact same color as its background. Note that the `div` element, on the other hand, is visible as a blue rectangle on the (default) white background of the page. ```html -Feel something move +
+ Feel something move +
``` #### Failed Example 9 diff --git a/pages/glossary/visible.md b/pages/glossary/visible.md index 5a327290008..7dbf9fbb6dc 100755 --- a/pages/glossary/visible.md +++ b/pages/glossary/visible.md @@ -14,4 +14,4 @@ Content is considered _visible_ if making it fully transparent would result in a [Content is defined in WCAG](https://www.w3.org/TR/WCAG21/#dfn-content). -For more details, see [examples of visible](https://act-rules.github.io/pages/examples/visible/). +For more details, see [examples of visible](https://act-rules.github.io/pages/examples/exuqdg/).