Skip to content

Commit 47f9afe

Browse files
feat: html-aria upgrade fixing some contextual roles
1 parent 48a4d29 commit 47f9afe

File tree

4 files changed

+9
-15
lines changed

4 files changed

+9
-15
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The current status of the WPT coverage is:
5757

5858
| Passing Test Suites | Failing Tests | Skipped Tests |
5959
| :-----------------: | :-----------: | :-----------: |
60-
| 395 | 86 | 338 |
60+
| 395 | 82 | 338 |
6161

6262
The included tests, skipped tests, and expected failures can be found in the [WPT configuration file](./test/wpt-jsdom/to-run.yaml) with reasons as to skips and expected failures. "Tentative" tests are excluded as their behaviour is often not yet confirmed.
6363

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guidepup/virtual-screen-reader",
3-
"version": "0.31.0",
3+
"version": "0.31.1",
44
"description": "Virtual Screen Reader driver for unit test automation.",
55
"author": "Craig Morten <[email protected]>",
66
"license": "MIT",
@@ -67,7 +67,7 @@
6767
"@testing-library/user-event": "^14.6.1",
6868
"aria-query": "^5.3.2",
6969
"dom-accessibility-api": "^0.7.0",
70-
"html-aria": "^0.4.0"
70+
"html-aria": "^0.5.0"
7171
},
7272
"devDependencies": {
7373
"@arethetypeswrong/cli": "^0.17.4",

test/wpt-jsdom/to-run.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -352,33 +352,27 @@ DIR: graphics-aria
352352
DIR: html-aam
353353

354354
roles-contextual.html:
355-
"el-aside-in-section-title": [fail, upstream issue with html-aria package]
356-
"el-img-no-name": [fail, upstream issue with html-aria package]
357-
"el-section-title": [fail, upstream issue with html-aria package]
358-
"el-aside-in-section-aria-label-whitespace":
359-
[fail, upstream issue with html-aria package]
360355
"el-aside-in-section-aria-labelledby-non-existing":
361356
[fail, upstream issue with html-aria package]
362357
"el-aside-in-section-aria-labelledby-empty":
363358
[fail, upstream issue with html-aria package]
364359
"el-aside-in-section-aria-labelledby-whitespace":
365360
[fail, upstream issue with html-aria package]
366-
"el-img-empty-alt-aria-label-whitespace":
361+
"el-aside-in-section-title-whitespace":
367362
[fail, upstream issue with html-aria package]
368363
"el-img-empty-alt-aria-labelledby-non-existing":
369364
[fail, upstream issue with html-aria package]
370365
"el-img-empty-alt-aria-labelledby-empty":
371366
[fail, upstream issue with html-aria package]
372367
"el-img-empty-alt-aria-labelledby-whitespace":
373368
[fail, upstream issue with html-aria package]
374-
"el-section-aria-label-whitespace":
375-
[fail, upstream issue with html-aria package]
376369
"el-section-aria-labelledby-non-existing":
377370
[fail, upstream issue with html-aria package]
378371
"el-section-aria-labelledby-empty":
379372
[fail, upstream issue with html-aria package]
380373
"el-section-aria-labelledby-whitespace":
381374
[fail, upstream issue with html-aria package]
375+
"el-section-title-whitespace": [fail, upstream issue with html-aria package]
382376
table-roles.html:
383377
"el-th-in-row": [fail, upstream issue with html-aria package]
384378

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2735,10 +2735,10 @@ highlight.js@^10.7.1:
27352735
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-10.7.3.tgz#697272e3991356e40c3cac566a74eef681756531"
27362736
integrity sha512-tzcUFauisWKNHaRkN4Wjl/ZA07gENAjFl3J/c480dprkGTg5EQstgaNFqBfUqCq54kZRIEcreTsAgF/m2quD7A==
27372737

2738-
html-aria@^0.4.0:
2739-
version "0.4.0"
2740-
resolved "https://registry.yarnpkg.com/html-aria/-/html-aria-0.4.0.tgz#7eb990a3f9ebd2e2b72c6a7e69ab7d1050058211"
2741-
integrity sha512-mIHFasbCNQYDi0jtVhQ8fFli9WL5nIEHLXc9sFa1138lXZNB3lmDw71qHtZCUV3STBC0ZzJW6dAhuS+KGSSXjg==
2738+
html-aria@^0.5.0:
2739+
version "0.5.0"
2740+
resolved "https://registry.yarnpkg.com/html-aria/-/html-aria-0.5.0.tgz#b5458b1f128093710f6a3be2e469a3767eab6e97"
2741+
integrity sha512-hjmrlYJG4KgAwKYDE04w4oLjo2S3dyPYL6WofC4/nkVCbO/KyuvrBgGcSE+xOOErm7tHIG+6+xRNFtem9QZJRg==
27422742

27432743
html-encoding-sniffer@^3.0.0:
27442744
version "3.0.0"

0 commit comments

Comments
 (0)