Skip to content

Commit

Permalink
run make update-compat-table
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Jan 6, 2024
1 parent 35c0d65 commit a652e73
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 13 deletions.
16 changes: 8 additions & 8 deletions compat-table/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions compat-table/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"githubDependencies": {
"kangax/compat-table": "1a1ccdc02b8b2158ab39a6146d8a7308f43c830b",
"williamkapke/node-compat-table": "e1d91f8e5c21dc09690f57b5656b382ae1fcdcf4"
"williamkapke/node-compat-table": "cd9bf26864ac83dea133bf50059c5eb81e4518df"
},
"dependencies": {
"@mdn/browser-compat-data": "5.5.0",
"@mdn/browser-compat-data": "5.5.4",
"@types/caniuse-lite": "1.0.1",
"@types/node": "20.3.2",
"caniuse-lite": "1.0.30001570"
"caniuse-lite": "1.0.30001574"
}
}
9 changes: 7 additions & 2 deletions internal/compat/css_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,12 @@ var cssTable = map[CSSFeature]map[Engine][]versionRange{
Safari: {{start: v{12, 1, 0}}},
},
Nesting: {
Chrome: {{start: v{120, 0, 0}}},
Edge: {{start: v{120, 0, 0}}},
Firefox: {{start: v{117, 0, 0}}},
IOS: {{start: v{17, 2, 0}}},
Opera: {{start: v{106, 0, 0}}},
Safari: {{start: v{17, 2, 0}}},
},
RebeccaPurple: {
Chrome: {{start: v{38, 0, 0}}},
Expand Down Expand Up @@ -192,9 +197,9 @@ var cssPrefixTable = map[css_ast.D][]prefixData{
css_ast.DBackgroundClip: {
{engine: Chrome, prefix: WebkitPrefix, withoutPrefix: v{120, 0, 0}},
{engine: Edge, prefix: MsPrefix, withoutPrefix: v{15, 0, 0}},
{engine: Edge, prefix: WebkitPrefix},
{engine: Edge, prefix: WebkitPrefix, withoutPrefix: v{120, 0, 0}},
{engine: IOS, prefix: WebkitPrefix, withoutPrefix: v{14, 0, 0}},
{engine: Opera, prefix: WebkitPrefix},
{engine: Opera, prefix: WebkitPrefix, withoutPrefix: v{106, 0, 0}},
{engine: Safari, prefix: WebkitPrefix, withoutPrefix: v{14, 0, 0}},
},
css_ast.DBoxDecorationBreak: {
Expand Down

0 comments on commit a652e73

Please sign in to comment.