@mdn/browser-compat-data 5.1.6 → 5.1.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.
- package/README.md +9 -15
- package/data.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,17 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
[https://github.com/mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
Browser compatibility data describes which platforms (where "platforms" are
|
|
7
|
-
usually, but not always, web browsers) support particular Web APIs.
|
|
8
|
-
|
|
9
|
-
This data can be used in documentation, to build compatibility tables listing
|
|
10
|
-
browser support for APIs. For example:
|
|
11
|
-
[Browser support for WebExtension APIs](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs).
|
|
5
|
+
The `browser-compat-data` ("BCD") project contains machine-readable browser (and JavaScript runtime) compatibility data for Web technologies, such as Web APIs, JavaScript features, CSS properties and more. Our goal is to document accurate compatibility data for Web technologies, so web developers may write cross-browser compatible websites easier. BCD is used in web apps and software such as [MDN Web Docs](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs), CanIUse, Visual Studio Code, WebStorm and [more](#Projects-using-the-data).
|
|
12
6
|
|
|
13
7
|
Read how this project is [governed](GOVERNANCE.md).
|
|
14
8
|
|
|
15
|
-
Chat on [chat.mozilla.org#mdn](https://chat.mozilla.org/#/room/#mdn:mozilla.org)
|
|
9
|
+
Chat with us on Matrix at [chat.mozilla.org#mdn](https://chat.mozilla.org/#/room/#mdn:mozilla.org)!
|
|
16
10
|
|
|
17
11
|
## Installation and Import
|
|
18
12
|
|
|
@@ -88,16 +82,16 @@ Data for [Web API](https://developer.mozilla.org/en-US/docs/Web/API) features.
|
|
|
88
82
|
|
|
89
83
|
### [`browsers`](browsers)
|
|
90
84
|
|
|
91
|
-
Data for
|
|
85
|
+
Data for browsers and JavaScript runtimes. See the [browser schema](schemas/browsers-schema.md) for details.
|
|
92
86
|
|
|
93
87
|
### [`css`](css)
|
|
94
88
|
|
|
95
89
|
Data for [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS) features, including:
|
|
96
90
|
|
|
97
|
-
- `at-rules` - at-rules
|
|
98
|
-
- `properties` -
|
|
99
|
-
- `selectors` -
|
|
100
|
-
- `types` - types for rule values
|
|
91
|
+
- `at-rules` - at-rules (e.g. `@media`)
|
|
92
|
+
- `properties` - Properties (e.g. `background`, `color`, `font-variant`)
|
|
93
|
+
- `selectors` - Selectors (such as basic selectors, combinators, or pseudo elements)
|
|
94
|
+
- `types` - Value types for rule values
|
|
101
95
|
|
|
102
96
|
### [`html`](html)
|
|
103
97
|
|
|
@@ -164,11 +158,11 @@ You should expect lower-level namespaces, feature data, and browser data to be a
|
|
|
164
158
|
|
|
165
159
|
## Issues?
|
|
166
160
|
|
|
167
|
-
If you find a problem, please [file a bug](https://github.com/mdn/browser-compat-data/issues/new).
|
|
161
|
+
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).
|
|
168
162
|
|
|
169
163
|
## Contributing
|
|
170
164
|
|
|
171
|
-
|
|
165
|
+
Thank you for your interest in contributing to this project! See [Contributing to browser-compat-data](/docs/contributing.md) for more information.
|
|
172
166
|
|
|
173
167
|
## Projects using the data
|
|
174
168
|
|