@@ -168,7 +168,7 @@
ARIA semantics that extend and diverge from HTML
168
168
attribute, allowing for an aural UI that will match the visual presentation of the control.
169
169
p >
170
170
< p >
171
- In the following example, a `button` allows for a user to toggle the state of a
171
+ In the following example, a `button` element allows for a user to toggle the state of a
172
172
setting within a web application. The `aria-pressed` attribute is used to
173
173
augment the `button` element. When in the "pressed" state that information can be
174
174
exposed to users of assistive technologies.
341
341
(role, states, and properties) given in the cell in the second column of the same row.
342
342
The third cell in each row defines the ARIA `role` values and `aria-*` attributes which authors MAY specify
343
343
on the element. Where a cell in the third column includes the term < dfn > < strong > Anystrong > `role`dfn >
344
- it indicates that any `role` value apart from the < a > implicit ARIA semanticsa > `role` value,
345
- MAY be used, < span class ="addition "> unless it is the `generic` role or a role
346
- < a href ="#docconformance-deprecated "> deprecated by ARIAa > .
347
- The `generic` role and roles deprecated by ARIA SHOULD NOT be used by authorsspan > .
344
+ it indicates that any `role` value < span class ="addition correction "> MAY be used on the element. However,
345
+ it is NOT RECOMMENDED for authors to specify the implicit role of the element, the `generic` role, or a role
346
+ < a href ="#docconformance-deprecated "> deprecated by ARIAa > on these elements.span >
348
347
If a cell in the third column includes the term < dfn > < strong > No `role`strong > dfn > it indicates
349
348
that authors MUST NOT overwrite the implicit ARIA semantics, or native semantics of the HTML element.
350
349
p >
0 commit comments