Skip to content

Commit

Permalink
Apply review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Jan 25, 2024
1 parent 2b3db2a commit e8904db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions pages/examples/target-is-visible-exuqdg.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<span id="target" style="color: #00F; background: #00F;">Feel something move</span>
<div style="background: #00F;">
<span id="target" style="color: #00F;">Feel something move</span>
</div>
```

#### Failed Example 9
Expand Down
2 changes: 1 addition & 1 deletion pages/glossary/visible.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

0 comments on commit e8904db

Please sign in to comment.