Skip to content

Commit a209462

Browse files
authored
Merge branch 'develop' into aria-required-owned-bc4a75-syan
2 parents ccb1ec2 + fbf3d49 commit a209462

3 files changed

+3
-3
lines changed

_rules/aria-required-owned-element-bc4a75.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: ARIA required owned elements
44
rules_format: 1.1
55
rule_type: atomic
66
description: |
7-
This rule checks that an element with a semantic role has at least one of its required owned elements.
7+
This rule checks that an element with a semantic role that restricts which elements it can own only owns such elements.
88
accessibility_requirements:
99
wcag20:1.3.1: # Info and Relationships (A)
1010
forConformance: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The `aria-label` property is [prohibited][] for an element with a `paragraph` ro
238238
This `div` element has no [WAI-ARIA state or property][].
239239

240240
```html
241-
<div role="region">A region of content</div>
241+
<div role="group">A group of content</div>
242242
```
243243

244244
#### Inapplicable Example 2

_rules/summary-non-empty-accessible-name-2t702h.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Each target element has an [accessible name][] that is not empty (`""`), nor jus
3434

3535
## Background
3636

37-
This rule is only applicable to `summary` elements that the browser will use as controls for a `details` element. While this rule is not applicable to `summary` elements with an [explicit semantic role][], most of the time these likely do still require an [accessible name][]. This is covered by other rules, such as the [Button has non-empty accessible name][97a4e1].
37+
This rule is only applicable to `summary` elements that the browser will use as controls for a `details` element. While this rule is not applicable to `summary` elements with an [explicit role][], most of the time these likely do still require an [accessible name][]. This is covered by other rules, such as the [Button has non-empty accessible name][97a4e1].
3838

3939
If the `summary` element is not included in the accessibility tree, but is still included in sequential focus navigation, this can result in accessibility issues not tested by this rule. This is covered under [Element with aria-hidden has no content in sequential focus navigation][6cfa84].
4040

0 commit comments

Comments
 (0)