We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d233331 + 279466f commit cca4ff7Copy full SHA for cca4ff7
docs/rules/no-noninteractive-element-interactions.md
@@ -77,7 +77,7 @@ This preserves the table cell semantics and the button semantics; the two are no
77
78
#### Option 2, convert the table into an ARIA grid
79
80
-If you're user interface has a table-like layout, but is filled with interactive components in the cells, consider converting the table into a grid.
+If your user interface has a table-like layout, but is filled with interactive components in the cells, consider converting the table into a grid.
81
82
```
83
<table role="grid">
0 commit comments