Skip to content

Commit 6d08f94

Browse files
committed
chore(schemas): replace {subfeature => feature}
1 parent 8054acc commit 6d08f94

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

schemas/compat-data-schema.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ Desktop browser identifiers are mandatory, with the `version_added` property set
217217

218218
#### The `support_statement` object
219219

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"`.
221221

222222
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).
223223

@@ -269,7 +269,7 @@ The `simple_support_statement` object is the core object containing the compatib
269269

270270
#### `version_added`
271271

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:
273273

274274
- Support from version 3.5 (inclusive):
275275

@@ -305,7 +305,7 @@ This is the only mandatory property and it is `false` or contains a string with
305305

306306
#### `version_removed`
307307

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.
309309

310310
Examples:
311311

@@ -334,7 +334,7 @@ Ranged versions should be used sparingly and only when it is impossible or highl
334334

335335
#### `prefix`
336336

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).
338338
If applicable, leading and trailing `-` must be included.
339339

340340
Examples:

schemas/public.schema.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ The `__compat` object describes a feature's compatibility data. It consists of t
121121

122122
#### The `support_statement` object
123123

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.
125125

126126
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.
127127

@@ -157,7 +157,7 @@ The `simple_support_statement` object is the core object containing the compatib
157157

158158
#### `version_added`
159159

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:
161161

162162
- Support from version 3.5 (inclusive):
163163

@@ -193,7 +193,7 @@ This is the only mandatory property and it is `false` or contains a string with
193193

194194
#### `version_removed`
195195

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.
197197

198198
Example:
199199

@@ -221,7 +221,7 @@ A string indicating the last browser version that supported the feature. This pr
221221

222222
#### `prefix`
223223

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).
225225
If applicable, leading and trailing `-` must be included.
226226

227227
Examples:

0 commit comments

Comments
 (0)