Skip to content

Commit 252d42c

Browse files
Update sequentially-focusable-element-has-visible-focus-oj04fd.md
1 parent 92f8ed3 commit 252d42c

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

_rules/sequentially-focusable-element-has-visible-focus-oj04fd.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,12 @@ The [focusable][] element does not have any pixel changing color when it is [foc
186186

187187
```html
188188
<style>
189-
body {background: white;}
190-
a:focus {outline-color: white;}
189+
body {
190+
background: white;
191+
}
192+
a:focus {
193+
outline-color: white;
194+
}
191195
</style>
192196
<a href="https://act-rules.github.io/">ACT rules</a>
193197
```

0 commit comments

Comments
 (0)