Skip to content

Commit 6a8614e

Browse files
Merge pull request #315 from carmacleod/issue314
Clarify wording of allowed roles for checkbox input with aria-pressed
2 parents 2f7d674 + 4ec8b85 commit 6a8614e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,10 +1267,10 @@ <h2 id="docconformance">
12671267
<td>
12681268
<p>
12691269
Roles:
1270-
<a href="#index-aria-button">`button` (when used with `aria-pressed`)</a>,
12711270
<a href="#index-aria-menuitemcheckbox">`menuitemcheckbox`</a>,
12721271
<a href="#index-aria-option">`option`</a>
1273-
or <a href="#index-aria-switch">`switch`</a>.
1272+
or <a href="#index-aria-switch">`switch`</a>;
1273+
<a href="#index-aria-button">`button` if used with `aria-pressed`</a>.
12741274
</p>
12751275
<p>
12761276
Authors <a href="#att-checked">SHOULD NOT use the `aria-checked` attribute on `input type=checkbox` elements</a>.

0 commit comments

Comments
 (0)