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

Commit f641038

Browse files
jeffjkwokJeffrey Kwok
andauthored
Schema change, changes for summary features (#684)
Co-authored-by: Jeffrey Kwok <jkwok@plainconcepts.com>
1 parent e0932f6 commit f641038

File tree

2 files changed

+17
-21
lines changed

2 files changed

+17
-21
lines changed

scripts/schema.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,15 @@
4040
"No active development",
4141
"No public signals",
4242
"Not currently planned",
43-
"Not Supported",
44-
"Not Supported (DeviceOrientation is supported https://developer.mozilla.org/en-US/docs/Web/API/Detecting_device_orientation#DeviceOrientationEvent)",
45-
"Partial Support",
46-
"Partial Support (Only `never`, `always`, `origin`, `default` tokens are supported for navigation)",
47-
"Partial Support (WebAuthn only)",
48-
"Partial Support (webkitdirectory attribute https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory)",
43+
"Not Supported",
44+
"Partial Support",
4945
"Prefixed",
50-
"Preview Release",
51-
"Provided-by-underlying-OS (Non-public target Win10 20H2)",
46+
"Preview Release",
47+
"Provided-by-underlying-OS",
5248
"Removed",
53-
"Shipped",
54-
"Supported",
55-
"Under Consideration"
49+
"Shipped",
50+
"Supported",
51+
"Under Consideration"
5652
],
5753
"type": "string"
5854
},

status.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,10 @@
455455
"name": "Credential Management API",
456456
"category": "Security",
457457
"link": "https://w3c.github.io/webappsec-credential-management/",
458-
"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.",
458+
"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.",
459459
"standardStatus": "Editor's draft",
460460
"ieStatus": {
461-
"text": "Partial Support (WebAuthn only)"
461+
"text": "Partial Support"
462462
},
463463
"msdn": "https://developer.mozilla.org/docs/Web/API/Credential_Management_API",
464464
"id": 5026422640869376,
@@ -537,10 +537,10 @@
537537
"name": "Directory Upload",
538538
"category": "File APIs",
539539
"link": "https://wicg.github.io/directory-upload/proposal.html",
540-
"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.",
540+
"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.",
541541
"standardStatus": "Working draft or equivalent",
542542
"ieStatus": {
543-
"text": "Partial Support (webkitdirectory attribute https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/webkitdirectory)",
543+
"text": "Partial Support",
544544
"priority": "Medium"
545545
},
546546
"spec": "file-system-api",
@@ -2060,10 +2060,10 @@
20602060
"name": "TLS 1.3",
20612061
"category": "Network / Connectivity",
20622062
"link": "https://tools.ietf.org/html/rfc8446",
2063-
"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.",
2063+
"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.",
20642064
"standardStatus": "Established standard",
20652065
"ieStatus": {
2066-
"text": "Provided-by-underlying-OS (Non-public target Win10 20H2)"
2066+
"text": "Provided-by-underlying-OS"
20672067
},
20682068
"id": 5712755738804224,
20692069
"uservoiceid": 17379247,
@@ -3473,11 +3473,11 @@
34733473
{
34743474
"name": "Meta Referrer",
34753475
"category": "Security",
3476-
"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.",
3476+
"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.",
34773477
"link": "https://html.spec.whatwg.org/multipage/semantics.html#meta-referrer",
34783478
"standardStatus": "Established standard",
34793479
"ieStatus": {
3480-
"text": "Partial Support (Only `never`, `always`, `origin`, `default` tokens are supported for navigation)"
3480+
"text": "Partial Support"
34813481
},
34823482
"id": 5126747842412544,
34833483
"statusid": 215
@@ -5624,10 +5624,10 @@
56245624
"name": "Orientation Sensor",
56255625
"category": "Device",
56265626
"link": "https://w3c.github.io/orientation-sensor/",
5627-
"summary": "Provides access to device’s physical orientation in WebGL-compatible quaternion and rotation matrix representations.",
5627+
"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.",
56285628
"standardStatus": "Established standard",
56295629
"ieStatus": {
5630-
"text": "Not Supported (DeviceOrientation is supported https://developer.mozilla.org/en-US/docs/Web/API/Detecting_device_orientation#DeviceOrientationEvent)"
5630+
"text": "Not Supported"
56315631
},
56325632
"spec": "orientation-sensor",
56335633
"id": 5698781827825664,

0 commit comments

Comments
 (0)