Skip to content

Commit

Permalink
Update tags from web-features
Browse files Browse the repository at this point in the history
Using the script from web-platform-dx/web-features#473.

This syncs BCD with these web-features changes:

web-platform-dx/web-features#450
web-platform-dx/web-features#464
  • Loading branch information
foolip committed Dec 7, 2023
1 parent cdb5efa commit e02d881
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions api/SVGScriptElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"async": {
"__compat": {
"tags": [
"web-features:svg2-script-html-equivalance"
"web-features:svg2-script-html-equivalence"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -114,7 +114,7 @@
"defer": {
"__compat": {
"tags": [
"web-features:svg2-script-html-equivalance"
"web-features:svg2-script-html-equivalence"
],
"support": {
"chrome": {
Expand Down
6 changes: 0 additions & 6 deletions css/properties/flex-basis.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,6 @@
},
"max-content": {
"__compat": {
"tags": [
"web-features:flexbox"
],
"support": {
"chrome": {
"version_added": "94"
Expand Down Expand Up @@ -260,9 +257,6 @@
},
"min-content": {
"__compat": {
"tags": [
"web-features:flexbox"
],
"support": {
"chrome": {
"version_added": "94"
Expand Down
6 changes: 3 additions & 3 deletions svg/elements/script.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"async": {
"__compat": {
"tags": [
"web-features:svg2-script-html-equivalance"
"web-features:svg2-script-html-equivalence"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"defer": {
"__compat": {
"tags": [
"web-features:svg2-script-html-equivalance"
"web-features:svg2-script-html-equivalence"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -147,7 +147,7 @@
"__compat": {
"description": "<code>type='module'</code>",
"tags": [
"web-features:svg2-script-html-equivalance"
"web-features:svg2-script-html-equivalence"
],
"support": {
"chrome": {
Expand Down

0 comments on commit e02d881

Please sign in to comment.