@mdn/browser-compat-data 5.7.6 → 6.0.0
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 +4 -1
- package/data.json +1 -1
- package/package.json +1 -1
- package/types.d.ts +16 -9
package/README.md
CHANGED
|
@@ -148,7 +148,6 @@ Data for [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML) features, inc
|
|
|
148
148
|
|
|
149
149
|
- `elements` - Elements
|
|
150
150
|
- `global_attributes` - Global attributes
|
|
151
|
-
- `manifest` - Web App manifest keys
|
|
152
151
|
|
|
153
152
|
### [`http`](http)
|
|
154
153
|
|
|
@@ -169,6 +168,10 @@ Data for JavaScript language features, including:
|
|
|
169
168
|
- `operators` - Mathematical and logical operators
|
|
170
169
|
- `statements` - Language statements and expressions
|
|
171
170
|
|
|
171
|
+
### [`manifests`](./manifests)
|
|
172
|
+
|
|
173
|
+
- `webapp` - Web App manifest keys
|
|
174
|
+
|
|
172
175
|
### [`mathml`](./mathml)
|
|
173
176
|
|
|
174
177
|
Data for [MathML](https://developer.mozilla.org/en-US/docs/Web/MathML) features, including:
|