Skip to content

Commit 876dec6

Browse files
committed
README.md
Correct visually hidden content should remain accessible example
1 parent 13058f3 commit 876dec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ a, area, button, input, label, select, summary, textarea, [tabindex] {
165165
position: absolute;
166166
}
167167

168-
[aria-hidden="false"]:focus[hidden] {
168+
[aria-hidden="false"][hidden]:focus {
169169
clip: auto;
170170
}
171171
```

0 commit comments

Comments
 (0)