Skip to content

Commit 4c8832a

Browse files
Clarify wording of allowed roles for checkbox input with aria-pressed (#316)
port of #315 to implementation report
1 parent 6a8614e commit 4c8832a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

results/implementation-results.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,10 +1372,10 @@ <h2>Conformance Checker Rule Implementations</h2>
13721372
<td>
13731373
<p>
13741374
Roles:
1375-
<code>button</code> (when used with <code>aria-pressed</code>),
13761375
<code>menuitemcheckbox</code>,
13771376
<code>option</code>
1378-
or <code>switch</code>.
1377+
or <code>switch</code>;
1378+
<code>button</code> if used with <code>aria-pressed</code>.
13791379
</p>
13801380
<p>
13811381
Authors <em>SHOULD NOT</em> use the <code>aria-checked</code> attribute on <code>input type=checkbox</code> elements.

0 commit comments

Comments
 (0)