Skip to content

Commit

Permalink
Update tags for renamed web-features
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Apr 6, 2024
1 parent e62344a commit 4f72247
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions api/Element.json
Original file line number Diff line number Diff line change
Expand Up @@ -8486,7 +8486,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView",
"spec_url": "https://drafts.csswg.org/cssom-view/#dom-element-scrollintoview",
"tags": [
"web-features:scrollintoview"
"web-features:scroll-into-view"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -8559,7 +8559,7 @@
"__compat": {
"description": "<code>options</code> parameter",
"tags": [
"web-features:scrollintoview"
"web-features:scroll-into-view"
],
"support": {
"chrome": {
Expand Down
10 changes: 5 additions & 5 deletions css/at-rules/font-face.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face",
"spec_url": "https://drafts.csswg.org/css-fonts/#font-face-rule",
"tags": [
"web-features:fonts"
"web-features:font-face"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -256,7 +256,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/Guide/WOFF",
"spec_url": "https://www.w3.org/TR/WOFF/#OverallStructure",
"tags": [
"web-features:fonts"
"web-features:font-face"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -300,7 +300,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/Guide/WOFF",
"spec_url": "https://w3c.github.io/woff/woff2/#FileStructure",
"tags": [
"web-features:fonts"
"web-features:font-face"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -446,7 +446,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/font-family",
"spec_url": "https://drafts.csswg.org/css-fonts/#font-family-desc",
"tags": [
"web-features:fonts"
"web-features:font-face"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -804,7 +804,7 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@font-face/src",
"spec_url": "https://drafts.csswg.org/css-fonts/#src-desc",
"tags": [
"web-features:fonts"
"web-features:font-face"
],
"support": {
"chrome": {
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/read-only.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"https://drafts.csswg.org/selectors/#rw-pseudos"
],
"tags": [
"web-features:read-write-pseudo-classes"
"web-features:read-write-pseudos"
],
"support": {
"chrome": {
Expand Down
2 changes: 1 addition & 1 deletion css/selectors/read-write.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"https://drafts.csswg.org/selectors/#rw-pseudos"
],
"tags": [
"web-features:read-write-pseudo-classes"
"web-features:read-write-pseudos"
],
"support": {
"chrome": {
Expand Down

0 comments on commit 4f72247

Please sign in to comment.