Skip to content

Commit

Permalink
Merge pull request #34 from nicoburns/css-grid
Browse files Browse the repository at this point in the history
Add css-grid as a focus area
  • Loading branch information
mrobinson authored Oct 29, 2024
2 parents 667b5a0 + 91727bc commit 269ad7b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions process-wpt-results.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,25 +131,30 @@ const FOCUS_AREAS = {
predicate: prefix_predicate('/css/css-flexbox/'),
order: 93
},
cssgrid: {
name: '/css/css-grid',
predicate: prefix_predicate('/css/css-grid/'),
order: 94
},
cssalign: {
name: '/css/css-align',
predicate: prefix_predicate('/css/css-align/'),
order: 94
order: 95
},
csstext: {
name: '/css/css-text',
predicate: prefix_predicate('/css/css-text/'),
order: 95
order: 96
},
gamepad: {
name: '/gamepad',
predicate: prefix_predicate('/gamepad/'),
order: 96
order: 97
},
webxr: {
name: '/webxr',
predicate: prefix_predicate('/webxr/'),
order: 97
order: 98
}
}

Expand Down

0 comments on commit 269ad7b

Please sign in to comment.