Skip to content

Commit

Permalink
Schema change, changes for summary features (MicrosoftEdge#684)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeffrey Kwok <[email protected]>
  • Loading branch information
jeffjkwok and Jeffrey Kwok authored May 20, 2020
1 parent e0932f6 commit f641038
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 21 deletions.
18 changes: 7 additions & 11 deletions scripts/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
20 changes: 10 additions & 10 deletions status.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit f641038

Please sign in to comment.