@@ -168,7 +168,7 @@ <h2>ARIA semantics that extend and diverge from HTML</h2>
168168 attribute, allowing for an aural UI that will match the visual presentation of the control.
169169 </ p >
170170 < 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
172172 setting within a web application. The `aria-pressed` attribute is used to
173173 augment the `button` element. When in the "pressed" state that information can be
174174 exposed to users of assistive technologies.
@@ -341,10 +341,9 @@ <h2 id="docconformance">
341341 (role, states, and properties) given in the cell in the second column of the same row.
342342 The third cell in each row defines the ARIA `role` values and `aria-*` attributes which authors MAY specify
343343 on the element. Where a cell in the third column includes the term < dfn > < strong > Any</ strong > `role`</ dfn >
344- it indicates that any `role` value apart from the < a > implicit ARIA semantics</ a > `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 ARIA</ a > .
347- The `generic` role and roles deprecated by ARIA SHOULD NOT be used by authors</ span > .
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 ARIA</ a > on these elements.</ span >
348347 If a cell in the third column includes the term < dfn > < strong > No `role`</ strong > </ dfn > it indicates
349348 that authors MUST NOT overwrite the implicit ARIA semantics, or native semantics of the HTML element.
350349 </ p >
0 commit comments