Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Schema fix, changes for features summary #684

Merged
merged 1 commit into from
May 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 7 additions & 11 deletions scripts/schema.json
Original file line number Diff line number Diff line change
@@ -40,19 +40,15 @@
"No active development",
"No public signals",
"Not currently planned",
"Not Supported",
"Not Supported (DeviceOrientation is supported https://developer.mozilla.org/en-US/docs/Web/API/Detecting_device_orientation#DeviceOrientationEvent)",
"Partial Support",
"Partial Support (Only `never`, `always`, `origin`, `default` tokens are supported for navigation)",
"Partial Support (WebAuthn only)",
"Partial Support (webkitdirectory attribute https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory)",
"Not Supported",
"Partial Support",
"Prefixed",
"Preview Release",
"Provided-by-underlying-OS (Non-public target Win10 20H2)",
"Preview Release",
"Provided-by-underlying-OS",
"Removed",
"Shipped",
"Supported",
"Under Consideration"
"Shipped",
"Supported",
"Under Consideration"
],
"type": "string"
},
20 changes: 10 additions & 10 deletions status.json
Original file line number Diff line number Diff line change
@@ -455,10 +455,10 @@
"name": "Credential Management API",
"category": "Security",
"link": "https://w3c.github.io/webappsec-credential-management/",
"summary": "Credential Management API describes an imperative API enabling a website to request a user’s credentials from a user agent, and to help the user agent correctly store user credentials for future use.",
"summary": "Credential Management API describes an imperative API enabling a website to request a user’s credentials from a user agent, and to help the user agent correctly store user credentials for future use. For EdgeHTML, only WebAuthn is supported.",
"standardStatus": "Editor's draft",
"ieStatus": {
"text": "Partial Support (WebAuthn only)"
"text": "Partial Support"
},
"msdn": "https://developer.mozilla.org/docs/Web/API/Credential_Management_API",
"id": 5026422640869376,
@@ -537,10 +537,10 @@
"name": "Directory Upload",
"category": "File APIs",
"link": "https://wicg.github.io/directory-upload/proposal.html",
"summary": "Enable directory uploading by allowing a developer to read directory contents (files and sub-directories) asynchronously and be able to identify the directory structure.",
"summary": "Enable directory uploading by allowing a developer to read directory contents (files and sub-directories) asynchronously and be able to identify the directory structure. For EdgeHTML, more information about the webkitdirectory attribute can be found here: https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory.",
"standardStatus": "Working draft or equivalent",
"ieStatus": {
"text": "Partial Support (webkitdirectory attribute https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory)",
"text": "Partial Support",
"priority": "Medium"
},
"spec": "file-system-api",
@@ -2060,10 +2060,10 @@
"name": "TLS 1.3",
"category": "Network / Connectivity",
"link": "https://tools.ietf.org/html/rfc8446",
"summary": "Transport Layer Security (TLS) protocol version 1.3 allows faster and more secure connection compared to TLS 1.2 by reducing round trip number, and removing legacy vulnerable cryptography features.",
"summary": "Transport Layer Security (TLS) protocol version 1.3 allows faster and more secure connection compared to TLS 1.2 by reducing round trip number, and removing legacy vulnerable cryptography features. In EdgeHTML, this feature is a non-public target Win10 20H2.",
"standardStatus": "Established standard",
"ieStatus": {
"text": "Provided-by-underlying-OS (Non-public target Win10 20H2)"
"text": "Provided-by-underlying-OS"
},
"id": 5712755738804224,
"uservoiceid": 17379247,
@@ -3473,11 +3473,11 @@
{
"name": "Meta Referrer",
"category": "Security",
"summary": "Using the referrer metadata attribute, a document can control the behavior of the Referer HTTP header attached to requests that originate from the document.",
"summary": "Using the referrer metadata attribute, a document can control the behavior of the Referer HTTP header attached to requests that originate from the document. For EdgeHTML, only `never`, `always`, `origin`, `default` tokens are supported for navigation.",
"link": "https://html.spec.whatwg.org/multipage/semantics.html#meta-referrer",
"standardStatus": "Established standard",
"ieStatus": {
"text": "Partial Support (Only `never`, `always`, `origin`, `default` tokens are supported for navigation)"
"text": "Partial Support"
},
"id": 5126747842412544,
"statusid": 215
@@ -5624,10 +5624,10 @@
"name": "Orientation Sensor",
"category": "Device",
"link": "https://w3c.github.io/orientation-sensor/",
"summary": "Provides access to device’s physical orientation in WebGL-compatible quaternion and rotation matrix representations.",
"summary": "Provides access to device’s physical orientation in WebGL-compatible quaternion and rotation matrix representations. For EdgeHTML, DeviceOrientation is supported. More information can befound here: https://developer.mozilla.org/en-US/docs/Web/API/Detecting_device_orientation#DeviceOrientationEvent.",
"standardStatus": "Established standard",
"ieStatus": {
"text": "Not Supported (DeviceOrientation is supported https://developer.mozilla.org/en-US/docs/Web/API/Detecting_device_orientation#DeviceOrientationEvent)"
"text": "Not Supported"
},
"spec": "orientation-sensor",
"id": 5698781827825664,