Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Focus area name changes #4254

Merged
merged 2 commits into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ export const interopData = {
'Accessibility Testing',
'Gaming',
'Mobile Testing',
'Privacy',
'Privacy Testing',
'WebVTT'
],
'score_as_group': true
Expand All @@ -1453,7 +1453,7 @@ export const interopData = {
},
{
'name': 'Gaming',
'url': '',
'url': 'https://github.com/web-platform-tests/interop/issues/786',
'scores_over_time': []
},
{
Expand All @@ -1462,13 +1462,13 @@ export const interopData = {
'scores_over_time': []
},
{
'name': 'Privacy',
'url': '',
'name': 'Privacy Testing',
'url': 'https://github.com/web-platform-tests/interop/issues/831',
'scores_over_time': []
},
{
'name': 'WebVTT',
'url': '',
'url': 'https://github.com/web-platform-tests/interop/issues/860',
'scores_over_time': []
}
],
Expand Down Expand Up @@ -1505,7 +1505,7 @@ export const interopData = {
'Accessibility Testing',
'Gaming',
'Mobile Testing',
'Privacy',
'Privacy Testing',
'WebVTT'
],
'score_as_group': true
Expand Down Expand Up @@ -1613,7 +1613,7 @@ export const interopData = {
]
},
'interop-2025-navigation': {
'description': 'Navigation',
'description': 'Navigation API',
'mdn': 'https://developer.mozilla.org/en-US/docs/Web/API/Navigation_API',
'spec': 'https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-api',
'tests': '/results/navigation-api?label=master&product=chrome&product=edge&product=firefox&product=safari&view=interop&q=label%3Ainterop-2025-navigation',
Expand Down
14 changes: 7 additions & 7 deletions webapp/static/interop-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@
"Accessibility Testing",
"Gaming",
"Mobile Testing",
"Privacy",
"Privacy Testing",
"WebVTT"
],
"score_as_group": true
Expand All @@ -1426,7 +1426,7 @@
},
{
"name": "Gaming",
"url": "",
"url": "https://github.com/web-platform-tests/interop/issues/786",
"scores_over_time": []
},
{
Expand All @@ -1435,13 +1435,13 @@
"scores_over_time": []
},
{
"name": "Privacy",
"url": "",
"name": "Privacy Testing",
"url": "https://github.com/web-platform-tests/interop/issues/831",
"scores_over_time": []
},
{
"name": "WebVTT",
"url": "",
"url": "https://github.com/web-platform-tests/interop/issues/860",
"scores_over_time": []
}
],
Expand Down Expand Up @@ -1478,7 +1478,7 @@
"Accessibility Testing",
"Gaming",
"Mobile Testing",
"Privacy",
"Privacy Testing",
"WebVTT"
],
"score_as_group": true
Expand Down Expand Up @@ -1582,7 +1582,7 @@
]
},
"interop-2025-navigation": {
"description": "Navigation",
"description": "Navigation API",
"mdn": "https://developer.mozilla.org/en-US/docs/Web/API/Navigation_API",
"spec": "https://html.spec.whatwg.org/multipage/nav-history-apis.html#navigation-api",
"tests": "/results/navigation-api?label=master&product=chrome&product=edge&product=firefox&product=safari&view=interop&q=label%3Ainterop-2025-navigation",
Expand Down