Skip to content

Commit ee35ae5

Browse files
committed
Doc update to onclick-has-focus.md
1 parent 390143b commit ee35ae5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/rules/onclick-has-focus.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ This rule will only test low-level DOM components, as we can not deterministical
1313
## `tabIndex` of an element with role `gridcell`
1414

1515
Within a grid, a grid cell may itself be tabbable if it contains text content.
16-
In this case, apply a `tabIndex` of 0.
16+
In this case apply a `tabIndex` of 0.
1717

18-
If the content of the grid cell is tabbable -- for example a button or link --,
19-
this apply a `tabIndex` of -1.
18+
If the content of the grid cell is tabbable -- for example a button or link --
19+
then apply a `tabIndex` of -1.
2020

2121
#### References
2222
1. [AX_FOCUS_02](https://github.com/GoogleChrome/accessibility-developer-tools/wiki/Audit-Rules#ax_focus_02)

0 commit comments

Comments
 (0)