Skip to content

Commit 9c624d8

Browse files
authored
update a11y investigation scores after oct 7 meeting (#4592)
1 parent eb3d571 commit 9c624d8

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
@@ -1450,7 +1450,8 @@ export const interopData = {
14501450
'name': 'Accessibility testing',
14511451
'url': 'https://github.com/web-platform-tests/interop-accessibility',
14521452
'scores_over_time': [
1453-
{ 'date': '2025-08-05', 'score': 300 }
1453+
{ 'date': '2025-08-05', 'score': 300 },
1454+
{ 'date': '2025-10-07', 'score': 450 }
14541455
]
14551456
},
14561457
{

webapp/static/interop-data.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1423,7 +1423,8 @@
14231423
"name": "Accessibility testing",
14241424
"url": "https://github.com/web-platform-tests/interop-accessibility",
14251425
"scores_over_time": [
1426-
{ "date": "2025-08-05", "score": 300 }
1426+
{ "date": "2025-08-05", "score": 300 },
1427+
{ "date": "2025-10-07", "score": 450 }
14271428
]
14281429
},
14291430
{

0 commit comments

Comments
 (0)