@mdn/browser-compat-data 5.5.4 → 5.5.5

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 +7 -0
  2. package/data.json +1 -1
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -180,6 +180,13 @@ The details of browser compatibility change frequently, as browsers ship new fea
180
180
 
181
181
  You should expect lower-level namespaces, feature data, and browser data to be added, removed, or modified at any time. That said, we strive to communicate changes and preserve backward compatibility; if you rely on a currently undocumented portion of the package and want SemVer to apply to it, please [open an issue](https://github.com/mdn/browser-compat-data/issues).
182
182
 
183
+ ## What isn't tracked?
184
+
185
+ Now that you know what this project _is_, let's mention what this project _isn't_. This project is not:
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.
188
+ - A documentation of screen reader compatibility; for screen reader compatibility, check out https://a11ysupport.io/ instead.
189
+
183
190
  ## Issues?
184
191
 
185
192
  If you find a problem with the compatibility data (such as incorrect version numbers) or there is a new web feature you think we should document, please [file a bug](https://github.com/mdn/browser-compat-data/issues/new).