Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h2>ARIA semantics that extend and diverge from HTML</h2>
attribute, allowing for an aural UI that will match the visual presentation of the control.
</p>
<p>
In the following example, a `button` allows for a user to toggle the state of a
In the following example, a `button` element allows for a user to toggle the state of a
setting within a web application. The `aria-pressed` attribute is used to
augment the `button` element. When in the "pressed" state that information can be
exposed to users of assistive technologies.
Expand Down Expand Up @@ -341,10 +341,9 @@ <h2 id="docconformance">
(role, states, and properties) given in the cell in the second column of the same row.
The third cell in each row defines the ARIA `role` values and `aria-*` attributes which authors MAY specify
on the element. Where a cell in the third column includes the term <dfn><strong>Any</strong> `role`</dfn>
it indicates that any `role` value apart from the <a>implicit ARIA semantics</a> `role` value,
MAY be used, <span class="addition">unless it is the `generic` role or a role
<a href="#docconformance-deprecated">deprecated by ARIA</a>.
The `generic` role and roles deprecated by ARIA SHOULD NOT be used by authors</span>.
it indicates that any `role` value <span class="addition correction">MAY be used on the element. However,
it is NOT RECOMMENDED for authors to specify the implicit role of the element, the `generic` role, or a role
<a href="#docconformance-deprecated">deprecated by ARIA</a> on these elements.</span>
If a cell in the third column includes the term <dfn><strong>No `role`</strong></dfn> it indicates
that authors MUST NOT overwrite the implicit ARIA semantics, or native semantics of the HTML element.
</p>
Expand Down