Skip to content

Commit 28071b3

Browse files
authored
Add MDN urls: CSS statics/Symbol.dispose/Viewport.segments (#29441)
* Add mdn_url for static methods * Add mdn_url to Symbol dispose * Add mdn_url to Viewport segments
1 parent 64ed8aa commit 28071b3

File tree

6 files changed

+13
-0
lines changed

6 files changed

+13
-0
lines changed

api/CSS.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@
113113
"cap_static": {
114114
"__compat": {
115115
"description": "`cap()` static method",
116+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
116117
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-cap",
117118
"tags": [
118119
"web-features:numeric-factory-functions"
@@ -1035,6 +1036,7 @@
10351036
"ic_static": {
10361037
"__compat": {
10371038
"description": "`ic()` static method",
1039+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
10381040
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-ic",
10391041
"tags": [
10401042
"web-features:numeric-factory-functions"
@@ -1145,6 +1147,7 @@
11451147
"lh_static": {
11461148
"__compat": {
11471149
"description": "`lh()` static method",
1150+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
11481151
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-lh",
11491152
"tags": [
11501153
"web-features:numeric-factory-functions"
@@ -1737,6 +1740,7 @@
17371740
"rcap_static": {
17381741
"__compat": {
17391742
"description": "`rcap()` static method",
1743+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
17401744
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-rcap",
17411745
"tags": [
17421746
"web-features:numeric-factory-functions"
@@ -1773,6 +1777,7 @@
17731777
"rch_static": {
17741778
"__compat": {
17751779
"description": "`rch()` static method",
1780+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
17761781
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-rch",
17771782
"tags": [
17781783
"web-features:numeric-factory-functions"
@@ -1882,6 +1887,7 @@
18821887
"rex_static": {
18831888
"__compat": {
18841889
"description": "`rex()` static method",
1890+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
18851891
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-rex",
18861892
"tags": [
18871893
"web-features:numeric-factory-functions"
@@ -1918,6 +1924,7 @@
19181924
"ric_static": {
19191925
"__compat": {
19201926
"description": "`ric()` static method",
1927+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
19211928
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-ric",
19221929
"tags": [
19231930
"web-features:numeric-factory-functions"
@@ -1954,6 +1961,7 @@
19541961
"rlh_static": {
19551962
"__compat": {
19561963
"description": "`rlh()` static method",
1964+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
19571965
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-rlh",
19581966
"tags": [
19591967
"web-features:numeric-factory-functions"

api/Viewport.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
},
3737
"segments": {
3838
"__compat": {
39+
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Viewport/segments",
3940
"spec_url": "https://drafts.csswg.org/css-viewport/#dom-viewport-segments",
4041
"tags": [
4142
"web-features:viewport-segments"

javascript/builtins/AsyncDisposableStack.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@
354354
},
355355
"@@asyncDispose": {
356356
"__compat": {
357+
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncDisposableStack/Symbol.asyncDispose",
357358
"spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack.prototype-@@asyncDispose",
358359
"tags": [
359360
"web-features:explicit-resource-management"

javascript/builtins/AsyncIterator.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
},
4848
"@@asyncDispose": {
4949
"__compat": {
50+
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/AsyncIterator/Symbol.asyncDispose",
5051
"spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-asyncdisposablestack.prototype-@@asyncDispose",
5152
"tags": [
5253
"web-features:explicit-resource-management"

javascript/builtins/DisposableStack.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@
354354
},
355355
"@@dispose": {
356356
"__compat": {
357+
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/DisposableStack/Symbol.dispose",
357358
"spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-disposablestack.prototype-@@dispose",
358359
"tags": [
359360
"web-features:explicit-resource-management"

javascript/builtins/Iterator.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -830,6 +830,7 @@
830830
},
831831
"@@dispose": {
832832
"__compat": {
833+
"mdn_url": "https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Iterator/Symbol.dispose",
833834
"spec_url": "https://tc39.es/proposal-async-explicit-resource-management/#sec-%iteratorprototype%-@@dispose",
834835
"tags": [
835836
"web-features:explicit-resource-management"

0 commit comments

Comments
 (0)