Skip to content

Commit f8c7115

Browse files
authored
Merge branch 'develop' into giacomo-petri-patch-5c01ea-inapplicable-1
2 parents d26794c + 6c575ee commit f8c7115

6 files changed

+11
-8
lines changed

.github/workflows/wai-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
- run: git config --global url."https://github.com/".insteadOf ssh://git@github.com/
2424
- name: Install dependencies
2525
run: npm ci
26+
# Since we control this we can safely just always use the latest
27+
- name: Install act-tools latest
28+
run: npm install github:act-rules/act-tools#main
2629
- name: Configure git
2730
run: |
2831
git config --global url."https://${{ secrets.WAI_GIT_NAME }}:${{ secrets.WAI_GIT_ACCESS_TOKEN }}@github.com".insteadOf "https://github.com"

_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 an explicit semantic role has at least one of its required owned elements.
7+
This rule checks that an element with an explicit 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/role-attribute-valid-value-674b10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ There are no assumptions.
5555

5656
### Accessibility Support
5757

58-
Older browsers do not support more than one token in the value for a role attribute. If multiple values are used in the role attribute, the attribute is ignored in these browsers.
58+
There are no accessibility support issues known.
5959

6060
### Bibliography
6161

_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

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
}
135135
],
136136
"devDependencies": {
137-
"act-tools": "github:act-rules/act-tools",
137+
"act-tools": "github:act-rules/act-tools#main",
138138
"aria-query": "^4.2.2",
139139
"dictionary-en-us": "^2.2.1",
140140
"fastmatter": "^2.1.1",

0 commit comments

Comments
 (0)