You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schemas/compat-data-schema.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -217,7 +217,7 @@ Desktop browser identifiers are mandatory, with the `version_added` property set
217
217
218
218
#### The `support_statement` object
219
219
220
-
The `support_statement` object describes the support provided by a single browser type for the given subfeature. It is either a `simple_support_statement` object, an array of two or more `simple_support_statement` objects, or the string `"mirror"`.
220
+
The `support_statement` object describes the support provided by a single browser type for the given feature. It is either a `simple_support_statement` object, an array of two or more `simple_support_statement` objects, or the string `"mirror"`.
221
221
222
222
If there is an array, the `simple_support_statement` objects should be sorted with the most relevant and general entries first. In other words, sort such arrays with entries applying to the most recent browser releases first and sort entries with prefixes or flags after those without. If in doubt, reverse-chronological order with respect to the `"version_removed"` and then `"version_added"` values usually works well. For more information on sorting support statements, see [#1596](https://github.com/mdn/browser-compat-data/issues/1596).
223
223
@@ -269,7 +269,7 @@ The `simple_support_statement` object is the core object containing the compatib
269
269
270
270
#### `version_added`
271
271
272
-
This is the only mandatory property and it is `false` or contains a string with the version number when support for the subfeature was added. Examples:
272
+
This is the only mandatory property and it is `false` or contains a string with the version number when support for the feature was added. Examples:
273
273
274
274
- Support from version 3.5 (inclusive):
275
275
@@ -305,7 +305,7 @@ This is the only mandatory property and it is `false` or contains a string with
305
305
306
306
#### `version_removed`
307
307
308
-
This optional property contains a string with the version number when the subfeature ceased to be supported. If the feature has not been removed from the browser, this property is omitted.
308
+
This optional property contains a string with the version number when the feature ceased to be supported. If the feature has not been removed from the browser, this property is omitted.
309
309
310
310
Examples:
311
311
@@ -334,7 +334,7 @@ Ranged versions should be used sparingly and only when it is impossible or highl
334
334
335
335
#### `prefix`
336
336
337
-
A prefix to add to the subfeature name (defaults to empty string).
337
+
A prefix to add to the feature name (defaults to empty string).
338
338
If applicable, leading and trailing `-` must be included.
Copy file name to clipboardExpand all lines: schemas/public.schema.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ The `__compat` object describes a feature's compatibility data. It consists of t
121
121
122
122
#### The `support_statement` object
123
123
124
-
The `support_statement` object describes the support provided by a single browser type for the given subfeature. It is either a `simple_support_statement` object, or an array of two or more `simple_support_statement` objects.
124
+
The `support_statement` object describes the support provided by a single browser type for the given feature. It is either a `simple_support_statement` object, or an array of two or more `simple_support_statement` objects.
125
125
126
126
If there is an array, the `simple_support_statement` objects are sorted with the most relevant and general entries first. In other words, entries applying to the most recent browser releases come first and entries with prefixes or flags come after those without.
127
127
@@ -157,7 +157,7 @@ The `simple_support_statement` object is the core object containing the compatib
157
157
158
158
#### `version_added`
159
159
160
-
This is the only mandatory property and it is `false` or contains a string with the version number when support for the subfeature was added. Examples:
160
+
This is the only mandatory property and it is `false` or contains a string with the version number when support for the feature was added. Examples:
161
161
162
162
- Support from version 3.5 (inclusive):
163
163
@@ -193,7 +193,7 @@ This is the only mandatory property and it is `false` or contains a string with
193
193
194
194
#### `version_removed`
195
195
196
-
This optional property contains a string with the version number when the subfeature ceased to be supported. If the feature has not been removed from the browser, this property is omitted.
196
+
This optional property contains a string with the version number when the feature ceased to be supported. If the feature has not been removed from the browser, this property is omitted.
197
197
198
198
Example:
199
199
@@ -221,7 +221,7 @@ A string indicating the last browser version that supported the feature. This pr
221
221
222
222
#### `prefix`
223
223
224
-
A prefix to add to the subfeature name (defaults to empty string).
224
+
A prefix to add to the feature name (defaults to empty string).
225
225
If applicable, leading and trailing `-` must be included.
0 commit comments