Skip to content

Commit

Permalink
fix(css): update container spec URLs (#24358)
Browse files Browse the repository at this point in the history
* fix(css): update container spec URLs

* Update css/properties/contain.json
  • Loading branch information
OnkarRuikar authored Sep 6, 2024
1 parent 8bca5ec commit a884632
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions api/CSSContainerRule.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"CSSContainerRule": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSContainerRule",
"spec_url": "https://drafts.csswg.org/css-contain-3/#the-csscontainerrule-interface",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#the-csscontainerrule-interface",
"tags": [
"web-features:container-queries"
],
Expand Down Expand Up @@ -39,7 +39,7 @@
"containerName": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSContainerRule/containerName",
"spec_url": "https://drafts.csswg.org/css-contain-3/#dom-csscontainerrule-containername",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#dom-csscontainerrule-containername",
"tags": [
"web-features:container-queries"
],
Expand Down Expand Up @@ -76,7 +76,7 @@
"containerQuery": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSSContainerRule/containerQuery",
"spec_url": "https://drafts.csswg.org/css-contain-3/#dom-csscontainerrule-containerquery",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#dom-csscontainerrule-containerquery",
"tags": [
"web-features:container-queries"
],
Expand Down
4 changes: 2 additions & 2 deletions css/at-rules/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"__compat": {
"description": "<code>@container</code>",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@container",
"spec_url": "https://drafts.csswg.org/css-contain-3/#container-rule",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#container-rule",
"tags": [
"web-features:container-queries"
],
Expand Down Expand Up @@ -42,7 +42,7 @@
"__compat": {
"description": "Style queries for custom properties",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@container",
"spec_url": "https://drafts.csswg.org/css-contain-3/#style-container",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#style-container",
"tags": [
"web-features:container-style-queries"
],
Expand Down
2 changes: 1 addition & 1 deletion css/properties/contain.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"inline-size": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/contain#inline-size",
"spec_url": "https://drafts.csswg.org/css-contain-3/#valdef-contain-inline-size",
"spec_url": "https://drafts.csswg.org/css-contain-2/#valdef-contain-inline-size",
"tags": [
"web-features:contain-inline-size"
],
Expand Down
4 changes: 2 additions & 2 deletions css/properties/container-name.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"container-name": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container-name",
"spec_url": "https://drafts.csswg.org/css-contain-3/#container-name",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#container-name",
"tags": [
"web-features:container-queries"
],
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"none": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-contain-3/#valdef-container-name-none",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#valdef-container-name-none",
"tags": [
"web-features:container-queries"
],
Expand Down
8 changes: 4 additions & 4 deletions css/properties/container-type.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"container-type": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container-type",
"spec_url": "https://drafts.csswg.org/css-contain-3/#container-type",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#container-type",
"tags": [
"web-features:container-queries"
],
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"inline-size": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-contain-3/#valdef-container-type-inline-size",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#valdef-container-type-inline-size",
"tags": [
"web-features:container-queries"
],
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"normal": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-contain-3/#valdef-container-type-normal",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#valdef-container-type-normal",
"tags": [
"web-features:container-queries"
],
Expand Down Expand Up @@ -111,7 +111,7 @@
},
"size": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-contain-3/#valdef-container-type-size",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#valdef-container-type-size",
"tags": [
"web-features:container-queries"
],
Expand Down
2 changes: 1 addition & 1 deletion css/properties/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"container": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/container",
"spec_url": "https://drafts.csswg.org/css-contain-3/#container-shorthand",
"spec_url": "https://drafts.csswg.org/css-conditional-5/#container-shorthand",
"tags": [
"web-features:container-queries"
],
Expand Down

0 comments on commit a884632

Please sign in to comment.