Skip to content

Commit

Permalink
Add missing status info for various features. (mdn#2350)
Browse files Browse the repository at this point in the history
- api/NavigatorCurrentHardware
- api/NavigatorLanguage
- api/NavigatorOnLine
- api/Worker
- api/WorkerGlobalScope
- api/XMLHttpRequest
- css/properties/overflow

Also makes some minor improvements to other data, including changing the SyncManager's worker support subfeature name.
  • Loading branch information
connorshea authored and Elchi3 committed Jun 25, 2018
1 parent b33c5b1 commit ef70a08
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 5 deletions.
9 changes: 7 additions & 2 deletions api/NavigatorConcurrentHardware.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"deprecated": false
}
},
"available_on_workers": {
"worker_support": {
"__compat": {
"description": "Available on Workers",
"description": "Available in workers",
"support": {
"webview_android": {
"version_added": "37"
Expand Down Expand Up @@ -93,6 +93,11 @@
"samsunginternet_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
Expand Down
5 changes: 5 additions & 0 deletions api/NavigatorLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
"webview_android": {
"version_added": null
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
Expand Down
7 changes: 6 additions & 1 deletion api/NavigatorOnLine.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,17 @@
"webview_android": {
"version_added": null
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"onLine": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NavigatorLanguage/onLine",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/NavigatorOnLine/onLine",
"support": {
"chrome": {
"version_added": true,
Expand Down
4 changes: 2 additions & 2 deletions api/SyncManager.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
"deprecated": false
}
},
"available_on_workers": {
"worker_support": {
"__compat": {
"description": "Available on Workers",
"description": "Available in workers",
"support": {
"chrome": [
{
Expand Down
5 changes: 5 additions & 0 deletions api/Worker.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@
"samsunginternet_android": {
"version_added": false
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions api/WorkerGlobalScope.json
Original file line number Diff line number Diff line change
Expand Up @@ -604,6 +604,11 @@
"samsunginternet_android": {
"version_added": "6.0"
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions api/XMLHttpRequest.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@
"samsunginternet_android": {
"version_added": true
}
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions css/properties/overflow.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@
"samsunginternet_android": {
"version_added": false
}
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
Expand Down

0 comments on commit ef70a08

Please sign in to comment.