Skip to content

Commit 6f4269e

Browse files
authored
Remove unnecessary sentence in accessibility.md (#1447)
They should be in the above section, which already contains a similar sentence, so I think this is misplaced and redundant.
1 parent 3c5c610 commit 6f4269e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

book/accessibility.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1230,10 +1230,6 @@ class InputLayout:
12301230
return cmds
12311231
```
12321232

1233-
I also changed the cursor drawing to only happen if the node is
1234-
focused *and* it's an `input` element. Tabbing over to a `button`
1235-
element should not draw a cursor!
1236-
12371233
Unfortunately, handling links is a little more complicated. That's
12381234
because one `<a>` element corresponds to multiple `TextLayout`
12391235
objects, so there's not just one layout object where we can stick the

0 commit comments

Comments
 (0)