Skip to content

Commit da1650e

Browse files
shunguoyWilcoFiers
andauthored
Update _rules/aria-state-or-property-permitted-5c01ea.md
Co-authored-by: Wilco Fiers <[email protected]>
1 parent af583d9 commit da1650e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_rules/aria-state-or-property-permitted-5c01ea.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The presence of prohibited ARIA attributes is often the result of a developer us
5757

5858
In HTML, there are language features that do not have corresponding implicit WAI-ARIA semantics. As per [ARIA in HTML](https://www.w3.org/TR/html-aria/), those elements can have [global states or properties][global]. Some of those elements can also have [inherited][], [supported][], or [required][] [states][state] or [properties][property] that correspond to a [WAI-ARIA role](https://www.w3.org/TR/wai-aria-1.2/#introroles). For example, the `audio` element has no corresponding ARIA semantics but it can have [inherited][], [supported][], or [required][] [states][state] or [properties][property] of the [`application` role](https://www.w3.org/TR/wai-aria-1.2/#application).
5959

60-
Note that required WAI-ARIA states or properties for a role may change with the advance of the WAI-ARIA specifications. For example, both aria-expanded and aria-controls were required in [ARIA 1.2](<[https://](https://www.w3.org/TR/wai-aria-1.2/#combobox)https://>) for combobox role, but the aria-controls was removed from required states or properties in [ARIA 1.3](<[https://](https://www.w3.org/TR/wai-aria-1.3/#combobox)https://>). The examples in this rule follow [ARIA 1.3](<[https://](https://www.w3.org/TR/wai-aria-1.3/#combobox)https://>).
60+
Note that required WAI-ARIA states or properties for a role may change with the advance of the WAI-ARIA specifications. For example, both aria-expanded and aria-controls were required in [ARIA 1.2](https://www.w3.org/TR/wai-aria-1.2/#combobox) for combobox role, but the aria-controls was removed from required states or properties in [ARIA 1.3](https://www.w3.org/TR/wai-aria-1.3/#combobox). The examples in this rule follow [ARIA 1.3](https://www.w3.org/TR/wai-aria-1.3/#combobox).
6161

6262
Assessing the value of the attribute is out of scope for this rule.
6363

0 commit comments

Comments
 (0)