Skip to content

Commit a75c7f8

Browse files
Merge branch 'act-rules:develop' into develop
2 parents 5a07973 + 8a5d415 commit a75c7f8

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

_rules/aria-required-context-role-ff89c9.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ This `section` element with an [explicit role][] of `doc-abstract` has a role fr
222222

223223
#### Inapplicable Example 4
224224

225-
There is no element whose role has [required context role][] because the `header` role does not have one.
225+
There is no element whose role has [required context role][] because the `heading` role does not have one.
226226

227227
```html
228-
<div role="header" aria-level="1">Hello!</div>
228+
<div role="heading" aria-level="1">Hello!</div>
229229
<p>Welcome to my homepage!</p>
230230
```
231231

_rules/text-contrast-afw4f7.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ This text not part of a [text node][].
346346

347347
```html
348348
<p>
349-
<img scr="/test-assets/contrast/example.png" alt="example" />
349+
<img src="/test-assets/contrast/example.png" alt="example" />
350350
</p>
351351
```
352352

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@
6464
"name": "Geir Sindre Fossøy",
6565
"url": "https://github.com/geirsf"
6666
},
67+
{
68+
"name": "Giacomo Petri",
69+
"url": "https://github.com/giacomo-petri"
70+
},
6771
{
6872
"name": "Jean-Yves Moyen",
6973
"url": "https://github.com/Jym77"

0 commit comments

Comments
 (0)