Skip to content

Commit

Permalink
Rename "argument" to "parameter" in more places
Browse files Browse the repository at this point in the history
Previous renames:
mdn#10695
mdn#10700
mdn#11328
  • Loading branch information
foolip committed Oct 20, 2021
1 parent 68ae3a6 commit 17e811c
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
28 changes: 14 additions & 14 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -2099,15 +2099,15 @@
"support": {
"chrome": {
"version_added": "56",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"chrome_android": {
"version_added": "56",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"edge": {
"version_added": "79",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"firefox": {
"version_added": "50",
Expand All @@ -2122,11 +2122,11 @@
},
"opera": {
"version_added": "43",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"opera_android": {
"version_added": "43",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"safari": {
"version_added": false
Expand All @@ -2136,11 +2136,11 @@
},
"samsunginternet_android": {
"version_added": "6.0",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"webview_android": {
"version_added": "56",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
}
},
"status": {
Expand Down Expand Up @@ -2206,15 +2206,15 @@
"support": {
"chrome": {
"version_added": "56",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"chrome_android": {
"version_added": "56",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"edge": {
"version_added": "≤79",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"firefox": {
"version_added": "50",
Expand All @@ -2229,11 +2229,11 @@
},
"opera": {
"version_added": "43",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"opera_android": {
"version_added": "43",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"safari": {
"version_added": false
Expand All @@ -2243,11 +2243,11 @@
},
"samsunginternet_android": {
"version_added": "6.0",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
},
"webview_android": {
"version_added": "56",
"notes": "For backwards compatibility, the <code>options</code> argument can be an object or a string with the custom element tag name, although the string version is deprecated."
"notes": "For backwards compatibility, the <code>options</code> parameter can be an object or a string with the custom element tag name, although the string version is deprecated."
}
},
"status": {
Expand Down
4 changes: 2 additions & 2 deletions api/HTMLTableElement.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,11 +793,11 @@
},
"firefox": {
"version_added": "1",
"notes": "Starting with Firefox 20, the index argument has been made optional and defaults to -1 as per HTML specification."
"notes": "Starting with Firefox 20, the <code>index</code> parameter has been made optional and defaults to -1 as per HTML specification."
},
"firefox_android": {
"version_added": "4",
"notes": "Starting with Firefox 20, the index argument has been made optional and defaults to -1 as per HTML specification."
"notes": "Starting with Firefox 20, the <code>index</code> parameter has been made optional and defaults to -1 as per HTML specification."
},
"ie": {
"version_added": "5.5"
Expand Down
8 changes: 4 additions & 4 deletions api/History.json
Original file line number Diff line number Diff line change
Expand Up @@ -294,9 +294,9 @@
"deprecated": false
}
},
"title": {
"title_parameter": {
"__compat": {
"description": "Whether the <code>title</code> argument is used",
"description": "Whether the <code>title</code> parameter is used",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -393,9 +393,9 @@
"deprecated": false
}
},
"title": {
"title_parameter": {
"__compat": {
"description": "Whether the <code>title</code> argument is used",
"description": "Whether the <code>title</code> parameter is used",
"support": {
"chrome": {
"version_added": false
Expand Down
12 changes: 6 additions & 6 deletions api/ImageCapture.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
"version_added": "59",
"partial_implementation": true,
"version_removed": "60",
"notes": "<code>photoSettings</code> argument not supported."
"notes": "<code>photoSettings</code> parameter not supported."
}
],
"chrome_android": [
Expand All @@ -279,7 +279,7 @@
"version_added": "59",
"partial_implementation": true,
"version_removed": "60",
"notes": "<code>photoSettings</code> argument not supported."
"notes": "<code>photoSettings</code> parameter not supported."
}
],
"edge": {
Expand All @@ -304,7 +304,7 @@
"version_added": "46",
"partial_implementation": true,
"version_removed": "47",
"notes": "<code>photoSettings</code> argument not supported."
"notes": "<code>photoSettings</code> parameter not supported."
}
],
"opera_android": [
Expand All @@ -315,7 +315,7 @@
"version_added": "43",
"partial_implementation": true,
"version_removed": "44",
"notes": "<code>photoSettings</code> argument not supported."
"notes": "<code>photoSettings</code> parameter not supported."
}
],
"safari": {
Expand All @@ -332,7 +332,7 @@
"partial_implementation": true,
"version_added": "7.0",
"version_removed": "8.0",
"notes": "<code>photoSettings</code> argument not supported."
"notes": "<code>photoSettings</code> parameter not supported."
}
],
"webview_android": [
Expand All @@ -343,7 +343,7 @@
"version_added": "59",
"partial_implementation": true,
"version_removed": "60",
"notes": "<code>photoSettings</code> argument not supported."
"notes": "<code>photoSettings</code> parameter not supported."
}
]
},
Expand Down
6 changes: 3 additions & 3 deletions api/Navigator.json
Original file line number Diff line number Diff line change
Expand Up @@ -2846,7 +2846,7 @@
"notes": [
"Allowed schemes include <code>mailto</code>, <code>mms</code>, <code>nntp</code>, <code>rtsp</code>, and <code>webcal</code>. Custom protocols must be prefixed with <code>web+</code>.",
"From Chrome 77, the URL parameter only accepts <code>http</code> or <code>https</code> URLs.",
"The obsolete <code>title</code> argument is required."
"The obsolete <code>title</code> parameter is required."
]
},
"chrome_android": {
Expand All @@ -2856,7 +2856,7 @@
"version_added": "79",
"notes": [
"Allowed schemes include <code>mailto</code>, <code>mms</code>, <code>nntp</code>, <code>rtsp</code>, and <code>webcal</code>. Custom protocols must be prefixed with <code>web+</code>.",
"The obsolete <code>title</code> argument is required."
"The obsolete <code>title</code> parameter is required."
]
},
"firefox": {
Expand All @@ -2870,7 +2870,7 @@
},
"opera": {
"version_added": "11.6",
"notes": "The obsolete <code>title</code> argument is required."
"notes": "The obsolete <code>title</code> parameter is required."
},
"opera_android": {
"version_added": false
Expand Down
16 changes: 8 additions & 8 deletions api/Text.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,11 @@
"support": {
"chrome": {
"version_added": "1",
"notes": "Before Chrome 30, the <code>offset</code> argument was optional."
"notes": "Before Chrome 30, the <code>offset</code> parameter was optional."
},
"chrome_android": {
"version_added": "18",
"notes": "Before Chrome 30, the <code>offset</code> argument was optional."
"notes": "Before Chrome 30, the <code>offset</code> parameter was optional."
},
"edge": {
"version_added": "12"
Expand All @@ -233,27 +233,27 @@
},
"opera": {
"version_added": true,
"notes": "Before Opera 17, the <code>offset</code> argument was optional."
"notes": "Before Opera 17, the <code>offset</code> parameter was optional."
},
"opera_android": {
"version_added": true,
"notes": "Before Opera 17, the <code>offset</code> argument was optional."
"notes": "Before Opera 17, the <code>offset</code> parameter was optional."
},
"safari": {
"version_added": "1",
"notes": "The <code>offset</code> argument is optional."
"notes": "The <code>offset</code> parameter is optional."
},
"safari_ios": {
"version_added": "1",
"notes": "The <code>offset</code> argument is optional."
"notes": "The <code>offset</code> parameter is optional."
},
"samsunginternet_android": {
"version_added": "1.0",
"notes": "Before Samsung Internet 2.0, the <code>offset</code> argument was optional."
"notes": "Before Samsung Internet 2.0, the <code>offset</code> parameter was optional."
},
"webview_android": {
"version_added": true,
"notes": "Before version 4.4, the <code>offset</code> argument was optional."
"notes": "Before version 4.4, the <code>offset</code> parameter was optional."
}
},
"status": {
Expand Down

0 comments on commit 17e811c

Please sign in to comment.