Skip to content

Commit c7e8242

Browse files
authored
update scores for 2025 a11y investigation (#4492)
1 parent 27b7fbb commit c7e8242

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

webapp/components/interop-data.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1449,7 +1449,9 @@ export const interopData = {
14491449
{
14501450
'name': 'Accessibility testing',
14511451
'url': 'https://github.com/web-platform-tests/interop-accessibility',
1452-
'scores_over_time': []
1452+
'scores_over_time': [
1453+
{ 'date': '2025-08-05', 'score': 300 }
1454+
]
14531455
},
14541456
{
14551457
'name': 'Gamepad API testing',

webapp/static/interop-data.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,9 @@
14221422
{
14231423
"name": "Accessibility testing",
14241424
"url": "https://github.com/web-platform-tests/interop-accessibility",
1425-
"scores_over_time": []
1425+
"scores_over_time": [
1426+
{ "date": "2025-08-05", "score": 300 }
1427+
]
14261428
},
14271429
{
14281430
"name": "Gamepad API testing",

0 commit comments

Comments
 (0)