Skip to content

Commit 53ae11b

Browse files
committed
update a11y investigation scores after Nov 5 meeting
1 parent f05982d commit 53ae11b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

webapp/components/interop-data.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1451,7 +1451,8 @@ export const interopData = {
14511451
'url': 'https://github.com/web-platform-tests/interop-accessibility',
14521452
'scores_over_time': [
14531453
{ 'date': '2025-08-05', 'score': 300 },
1454-
{ 'date': '2025-10-07', 'score': 450 }
1454+
{ 'date': '2025-10-07', 'score': 450 },
1455+
{ 'date': '2025-11-05', 'score': 510 }
14551456
]
14561457
},
14571458
{

webapp/static/interop-data.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,8 @@
14241424
"url": "https://github.com/web-platform-tests/interop-accessibility",
14251425
"scores_over_time": [
14261426
{ "date": "2025-08-05", "score": 300 },
1427-
{ "date": "2025-10-07", "score": 450 }
1427+
{ "date": "2025-10-07", "score": 450 },
1428+
{ "date": "2025-11-05", "score": 510 }
14281429
]
14291430
},
14301431
{

0 commit comments

Comments
 (0)