Skip to content

Commit

Permalink
Interop 2025 naming changes (#4265)
Browse files Browse the repository at this point in the history
Co-authored-by: DanielRyanSmith <[email protected]>
  • Loading branch information
DanielRyanSmith and DanielRyanSmith authored Feb 13, 2025
1 parent 1582508 commit b4b909b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1436,10 +1436,10 @@ export const interopData = {
{
'name': 'Active Investigations',
'rows': [
'Accessibility Testing',
'Gaming',
'Mobile Testing',
'Privacy Testing',
'Accessibility testing',
'Gamepad API testing',
'Mobile testing',
'Privacy testing',
'WebVTT'
],
'score_as_group': true
Expand Down Expand Up @@ -1502,10 +1502,10 @@ export const interopData = {
{
'name': 'Active Investigations',
'rows': [
'Accessibility Testing',
'Gaming',
'Mobile Testing',
'Privacy Testing',
'Accessibility testing',
'Gamepad API testing',
'Mobile testing',
'Privacy testing',
'WebVTT'
],
'score_as_group': true
Expand Down Expand Up @@ -1543,7 +1543,7 @@ export const interopData = {
'focus_areas_description': 'https://github.com/web-platform-tests/interop/blob/main/2025/README.md',
'focus_areas': {
'interop-2025-anchor-positioning': {
'description': 'Anchor positioning',
'description': 'CSS anchor positioning',
'mdn': 'https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_anchor_positioning',
'spec': 'https://drafts.csswg.org/css-anchor-position-1/',
'tests': '/results/css/css-anchor-position?label=master&product=chrome&product=edge&product=firefox&product=safari&view=interop&q=label%3Ainterop-2025-anchor-positioning',
Expand Down Expand Up @@ -1646,7 +1646,7 @@ export const interopData = {
]
},
'interop-2023-events': {
'description': 'Pointer and Mouse events',
'description': 'Pointer and mouse events',
'mdn': 'https://developer.mozilla.org/docs/Web/API/Pointer_events',
'spec': 'https://w3c.github.io/pointerevents/',
'tests': '/results/?label=master&product=chrome&product=edge&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2023-events',
Expand Down Expand Up @@ -1701,7 +1701,7 @@ export const interopData = {
]
},
'interop-2025-view-transitions': {
'description': 'View Transitions',
'description': 'View Transition API',
'mdn': 'https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API',
'spec': 'https://drafts.csswg.org/css-view-transitions/',
'tests': '/results/css/css-view-transitions?label=master&product=chrome&product=edge&product=firefox&product=safari&view=interop&q=label%3Ainterop-2025-view-transitions',
Expand Down Expand Up @@ -1734,7 +1734,7 @@ export const interopData = {
]
},
'interop-2025-webcompat': {
'description': 'Web Compat',
'description': 'Web compat',
'mdn': '',
'spec': '',
'tests': '/results/?label=master&product=chrome&product=edge&product=firefox&product=safari&view=interop&q=label%3Ainterop-2025-webcompat',
Expand Down
24 changes: 12 additions & 12 deletions webapp/static/interop-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1409,10 +1409,10 @@
{
"name": "Active Investigations",
"rows": [
"Accessibility Testing",
"Gaming",
"Mobile Testing",
"Privacy Testing",
"Accessibility testing",
"Gamepad API testing",
"Mobile testing",
"Privacy testing",
"WebVTT"
],
"score_as_group": true
Expand Down Expand Up @@ -1475,10 +1475,10 @@
{
"name": "Active Investigations",
"rows": [
"Accessibility Testing",
"Gaming",
"Mobile Testing",
"Privacy Testing",
"Accessibility testing",
"Gamepad API testing",
"Mobile testing",
"Privacy testing",
"WebVTT"
],
"score_as_group": true
Expand Down Expand Up @@ -1512,7 +1512,7 @@
"focus_areas_description": "https://github.com/web-platform-tests/interop/blob/main/2025/README.md",
"focus_areas": {
"interop-2025-anchor-positioning": {
"description": "Anchor positioning",
"description": "CSS anchor positioning",
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_anchor_positioning",
"spec": "https://drafts.csswg.org/css-anchor-position-1/",
"tests": "/results/css/css-anchor-position?label=master&product=chrome&product=edge&product=firefox&product=safari&view=interop&q=label%3Ainterop-2025-anchor-positioning",
Expand Down Expand Up @@ -1615,7 +1615,7 @@
]
},
"interop-2023-events": {
"description": "Pointer and Mouse events",
"description": "Pointer and mouse events",
"mdn": "https://developer.mozilla.org/docs/Web/API/Pointer_events",
"spec": "https://w3c.github.io/pointerevents/",
"tests": "/results/?label=master&product=chrome&product=edge&product=firefox&product=safari&aligned&view=interop&q=label%3Ainterop-2023-events",
Expand Down Expand Up @@ -1670,7 +1670,7 @@
]
},
"interop-2025-view-transitions": {
"description": "View Transitions",
"description": "View Transition API",
"mdn": "https://developer.mozilla.org/en-US/docs/Web/API/View_Transition_API",
"spec": "https://drafts.csswg.org/css-view-transitions/",
"tests": "/results/css/css-view-transitions?label=master&product=chrome&product=edge&product=firefox&product=safari&view=interop&q=label%3Ainterop-2025-view-transitions",
Expand Down Expand Up @@ -1703,7 +1703,7 @@
]
},
"interop-2025-webcompat": {
"description": "Web Compat",
"description": "Web compat",
"mdn": "",
"spec": "",
"tests": "/results/?label=master&product=chrome&product=edge&product=firefox&product=safari&view=interop&q=label%3Ainterop-2025-webcompat",
Expand Down

0 comments on commit b4b909b

Please sign in to comment.