@mdn/browser-compat-data 5.5.6 → 5.5.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/data.json +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -184,8 +184,10 @@ You should expect lower-level namespaces, feature data, and browser data to be a
184
184
 
185
185
  Now that you know what this project _is_, let's mention what this project _isn't_. This project is not:
186
186
 
187
- - An extensive description of every possible detail about a feature in a browser. We do not track UI changes, [irrelevant features](./docs/data-guidelines/index.md#removal-of-irrelevant-features), [irrelevant flag data](./docs/data-guidelines/index.md#removal-of-irrelevant-flag-data), web frameworks (e.g. React, Vue) or proprietary features.
187
+ - An extensive description of every possible detail about a feature in a browser. We do not track UI changes, [irrelevant features](./docs/data-guidelines/index.md#removal-of-irrelevant-features) or [irrelevant flag data](./docs/data-guidelines/index.md#removal-of-irrelevant-flag-data).
188
+ - A source for custom features added by web frameworks (e.g. React, Vue) or corporate runtimes (e.g. AWS Lambda, Azure Functions).
188
189
  - A documentation of screen reader compatibility; for screen reader compatibility, check out https://a11ysupport.io/ instead.
190
+ - The location where Baseline data is hosted; while Baseline pulls from BCD, the Baseline data is managed by the W3C WebDX Community Group on their own [GitHub repo](https://github.com/web-platform-dx/web-features).
189
191
 
190
192
  ## Issues?
191
193