Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions api/CSS.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"cap_static": {
"__compat": {
"description": "`cap()` static method",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not convinced these BCD features should link to that page, because it doesn't really provide significant information about this feature, but adding them for now does make it more consistent.

"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-cap",
"tags": [
"web-features:numeric-factory-functions"
Expand Down Expand Up @@ -1035,6 +1036,7 @@
"ic_static": {
"__compat": {
"description": "`ic()` static method",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-ic",
"tags": [
"web-features:numeric-factory-functions"
Expand Down Expand Up @@ -1145,6 +1147,7 @@
"lh_static": {
"__compat": {
"description": "`lh()` static method",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-lh",
"tags": [
"web-features:numeric-factory-functions"
Expand Down Expand Up @@ -1737,6 +1740,7 @@
"rcap_static": {
"__compat": {
"description": "`rcap()` static method",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-rcap",
"tags": [
"web-features:numeric-factory-functions"
Expand Down Expand Up @@ -1773,6 +1777,7 @@
"rch_static": {
"__compat": {
"description": "`rch()` static method",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-rch",
"tags": [
"web-features:numeric-factory-functions"
Expand Down Expand Up @@ -1882,6 +1887,7 @@
"rex_static": {
"__compat": {
"description": "`rex()` static method",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-rex",
"tags": [
"web-features:numeric-factory-functions"
Expand Down Expand Up @@ -1918,6 +1924,7 @@
"ric_static": {
"__compat": {
"description": "`ric()` static method",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-ric",
"tags": [
"web-features:numeric-factory-functions"
Expand Down Expand Up @@ -1954,6 +1961,7 @@
"rlh_static": {
"__compat": {
"description": "`rlh()` static method",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-rlh",
"tags": [
"web-features:numeric-factory-functions"
Expand Down
1 change: 1 addition & 0 deletions api/Viewport.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
},
"segments": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Viewport/segments",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This case would be fixed by #29341.

"spec_url": "https://drafts.csswg.org/css-viewport/#dom-viewport-segments",
"tags": [
"web-features:viewport-segments"
Expand Down
1 change: 1 addition & 0 deletions javascript/builtins/AsyncDisposableStack.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@
},
"@@asyncDispose": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/Symbol.asyncDispose",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was missing due to a BCD linter bug: #29454

"spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack.prototype-@@asyncDispose",
"tags": [
"web-features:explicit-resource-management"
Expand Down
1 change: 1 addition & 0 deletions javascript/builtins/AsyncIterator.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
},
"@@asyncDispose": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncIterator/Symbol.asyncDispose",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dito

"spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack.prototype-@@asyncDispose",
"tags": [
"web-features:explicit-resource-management"
Expand Down
1 change: 1 addition & 0 deletions javascript/builtins/DisposableStack.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@
},
"@@dispose": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/DisposableStack/Symbol.dispose",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dito

"spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-disposablestack.prototype-@@dispose",
"tags": [
"web-features:explicit-resource-management"
Expand Down
1 change: 1 addition & 0 deletions javascript/builtins/Iterator.json
Original file line number Diff line number Diff line change
Expand Up @@ -830,6 +830,7 @@
},
"@@dispose": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator/Symbol.dispose",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dito

"spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-%iteratorprototype%-@@dispose",
"tags": [
"web-features:explicit-resource-management"
Expand Down