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

Commit e0932f6

Browse files
authored
Merge pull request #681 from travisleithead/travisleithead-updated-data-from-new-schema
Json data update based on new schema
2 parents 787769b + 0e4db9e commit e0932f6

File tree

1 file changed

+24
-21
lines changed

1 file changed

+24
-21
lines changed

status.json

+24-21
Original file line numberDiff line numberDiff line change
@@ -5679,8 +5679,9 @@
56795679
{
56805680
"category": "JavaScript",
56815681
"ieStatus": {
5682-
"text": "Under Consideration"
5682+
"text": "Not Supported"
56835683
},
5684+
"edgechromiumoverride": { "status_text": "Under Consideration" },
56845685
"name": "ES Module Attributes",
56855686
"summary": "An inline syntax for module import statements to pass on more information alongside the module specifier.",
56865687
"spec": "https://github.com/tc39/proposal-module-attributes",
@@ -5690,159 +5691,161 @@
56905691
{
56915692
"name": "URL Protocol Handler Registration for PWAs",
56925693
"category": "Misc",
5693-
"ieStatus": { "text" : "In Development" },
5694+
"ieStatus": { "text" : "Not Supported" },
56945695
"summary": "Enable web applications to register themselves as handlers of custom URL protocols/schemes using their installation manifest.",
56955696
"statusid": 335,
56965697
"id": 6021277022158848
56975698
},
56985699
{
56995700
"name": "Run PWA on OS Login",
57005701
"category": "Misc",
5701-
"ieStatus": { "text" : "In Development" },
5702+
"ieStatus": { "text" : "Not Supported" },
57025703
"summary": "Provides a mechanism for a Progressive Web Application (PWA) to be configured at install time with the option to be launched automatically when a user logs in to its OS session.",
57035704
"statusid": 336,
57045705
"id": 5534549008187392
57055706
},
57065707
{
57075708
"name": "Version History",
57085709
"category": "Misc",
5709-
"ieStatus": { "text" : "In Development" },
5710+
"ieStatus": { "text" : "Not Supported" },
57105711
"summary": "Provide version information about the current manifest.json including URLs to provide information about the newest updates. The browser will, when available, advertise and display the new ‘changelogs’ when a user clicks the relevant UI.",
57115712
"statusid": 337,
57125713
"id": 6644911535292416
57135714
},
57145715
{
57155716
"name": "Window Controls Overlay for Installed Desktop Web Apps",
57165717
"category": "Misc",
5717-
"ieStatus": { "text" : "In Development" },
5718+
"ieStatus": { "text" : "Not Supported" },
57185719
"summary": "The app's client area is extended to cover the entire window--including the title bar area--and the window control buttons (close, maximize/restore, minimize) are overlaid on top of the client area. The web app developer is responsible for drawing and input-handling for the entire window except for the window controls overlay.",
57195720
"statusid": 338,
57205721
"id": 5741247866077184
57215722
},
57225723
{
57235724
"name": "EditContext API",
57245725
"category": "User input",
5725-
"ieStatus": { "text" : "In Development" },
5726+
"ieStatus": { "text" : "Not Supported" },
57265727
"summary": "Simplifies the process of integrating a web app with advanced text input methods such as VK shape-writing, Handwriting panels, speech recognition, IME Compositions etc., improves accessibility and performance, and unlocks new capabilities for web-based editors.",
57275728
"statusid": 339,
57285729
"id": 5041440373604352
57295730
},
57305731
{
57315732
"name": "App shortcuts",
57325733
"category": "Misc",
5733-
"ieStatus": { "text" : "In Development" },
5734+
"ieStatus": { "text" : "Not Supported" },
57345735
"summary": "Lets a web application register shortcuts for common tasks. These would typically be added to the app launcher icon (for a progressive web app) enabling the user to quickly run key tasks.",
57355736
"statusid": 340,
57365737
"id": 5706099464339456
57375738
},
57385739
{
57395740
"name": "MediaCapabilities: query HDR with decodingInfo()",
57405741
"category": "Multimedia",
5741-
"ieStatus": { "text" : "In Development" },
5742+
"ieStatus": { "text" : "Not Supported" },
57425743
"summary": "Provides APIs for websites to detect whether HDR formats, i.e. Dolby Vision, HDR10(+), and HLG, can be decoded and rendered by the browser.",
57435744
"statusid": 341,
57445745
"id": 6640863931269120
57455746
},
57465747
{
57475748
"name": "MediaCapabilities: query spatial audio with decodingInfo()",
57485749
"category": "Multimedia",
5749-
"ieStatus": { "text" : "In Development" },
5750+
"ieStatus": { "text" : "Not Supported" },
57505751
"summary": "Adds APIs for detecting whether spatial audio formats, i.e., Dolby Atmos and DST:X, can be rendered.",
57515752
"statusid": 342,
57525753
"id": 5463541354070016
57535754
},
57545755
{
57555756
"name": "Forced colors mode",
57565757
"category": "CSS",
5757-
"ieStatus": { "text" : "Shipped" },
5758+
"ieStatus": { "text" : "Not Supported" },
5759+
"edgechromiumoverride": { "status_text": "Shipped" },
57585760
"summary": "Adds the 'forced-colors' and 'forced-color-adjust' media features, which is used to detect if the user agent has enabled a forced colors mode where it enforces a user-chosen limited color palette on the page.",
57595761
"statusid": 343,
57605762
"id": 5757293075365888
57615763
},
57625764
{
57635765
"name": "New System Color Keywords",
57645766
"category": "CSS",
5765-
"ieStatus": { "text" : "Shipped" },
5767+
"ieStatus": { "text" : "Not Supported" },
5768+
"edgechromiumoverride": { "status_text": "Shipped" },
57665769
"summary": "Give users the ability to customize their sites with the relevant system colors when in forced colors mode. The keywords being added are ActiveText, Field, and FieldText.",
57675770
"statusid": 344,
57685771
"id": 4892451430989824
57695772
},
57705773
{
57715774
"name": "Storage Access API",
57725775
"category": "Offline / Storage",
5773-
"ieStatus": { "text" : "In Development" },
5776+
"ieStatus": { "text" : "Not Supported" },
57745777
"summary": "The Storage Access API allows access to first-party storage in a third-party context when a user has provided a direct intent to allow storage that would otherwise be blocked by the browser’s current configuration.",
57755778
"statusid": 345,
57765779
"id": 5612590694662144
57775780
},
57785781
{
57795782
"name": "VirtualKeyboard API",
57805783
"category": "User input",
5781-
"ieStatus": { "text" : "In Development" },
5784+
"ieStatus": { "text" : "Not Supported" },
57825785
"summary": "Provide authors with more control over when the virtual keyboard is shown or hidden. It also fires events with the size of the virtual keyboard when it occludes content in the page.",
57835786
"statusid": 346,
57845787
"id": 5680057076940800
57855788
},
57865789
{
57875790
"name": "Delegated ink trail",
57885791
"category": "User input",
5789-
"ieStatus": { "text" : "In Development" },
5792+
"ieStatus": { "text" : "Not Supported" },
57905793
"summary": "Enable web applications to describe the last input pointer with sufficient detail so that the browser can present the segments of the ink trail for input that has been delivered, but not yet rendered (the pointer trail).",
57915794
"statusid": 347,
57925795
"id": 5961434129235968
57935796
},
57945797
{
57955798
"name": "Window Segments Enumeration API",
57965799
"category": "Misc",
5797-
"ieStatus": { "text" : "In Development" },
5800+
"ieStatus": { "text" : "Not Supported" },
57985801
"summary": "API that describes the logical segments of a window’s viewport. Adds a new JavaScript API to enable web developers to target a new class of foldable devices.",
57995802
"statusid": 348,
58005803
"id": 5170498990243840
58015804
},
58025805
{
58035806
"name": "DualScreen/Foldables CSS additions",
58045807
"category": "CSS",
5805-
"ieStatus": { "text" : "In Development" },
5808+
"ieStatus": { "text" : "Not Supported" },
58065809
"summary": "Add new CSS media feature and environment variables to enable web developers to target a new class of foldable devices with responsive layouts.",
58075810
"statusid": 349,
58085811
"id": 5310356412956672
58095812
},
58105813
{
58115814
"name": "Cookies default to SameSite=Lax",
58125815
"category": "Network / Connectivity",
5813-
"ieStatus": { "text" : "In Development" },
5816+
"ieStatus": { "text" : "Not Supported" },
58145817
"summary": "Treat cookies as SameSite=Lax by default if no SameSite attribute is specified. Developers are still able to opt-in to the status quo of unrestricted use by explicitly asserting SameSite=None. See: https://docs.microsoft.com/en-us/microsoft-edge/web-platform/site-impacting-changes for more information.",
58155818
"statusid": 350,
58165819
"id": 5088147346030592
58175820
},
58185821
{
58195822
"name": "AV1 Decoder",
58205823
"category": "Multimedia",
5821-
"ieStatus": { "text" : "In Development" },
5824+
"ieStatus": { "text" : "Not Supported" },
58225825
"summary": "AV1 is a next generation codec developed by the Alliance for Open Media. AV1 improves compression efficiency over the VP9 video codec.",
58235826
"statusid": 351,
58245827
"id": 5729898442260480
58255828
},
58265829
{
58275830
"name": "WebGPU",
58285831
"category": "Graphics",
5829-
"ieStatus": { "text" : "In Development" },
5832+
"ieStatus": { "text" : "Not Supported" },
58305833
"summary": "The WebGPU API is the successor to the WebGL and WebGL 2 graphics APIs for the Web. It will provide modern features such as “GPU compute” as well as lower overhead access to GPU hardware and better, more predictable performance.",
58315834
"statusid": 352,
58325835
"id": 6213121689518080
58335836
},
58345837
{
58355838
"name": "WebXR Device API",
58365839
"category": "Device",
5837-
"ieStatus": { "text" : "In Development" },
5840+
"ieStatus": { "text" : "Not Supported" },
58385841
"summary": "Provides access to input and output capabilities commonly associated with Virtual Reality (VR) and Augmented Reality (AR).",
58395842
"statusid": 353,
58405843
"id": 5680169905815552
58415844
},
58425845
{
58435846
"name": "WebXR Gamepads Module - Level 1",
58445847
"category": "Device",
5845-
"ieStatus": { "text" : "In Development" },
5848+
"ieStatus": { "text" : "Not Supported" },
58465849
"summary": "The WebXR Gamepad Module defines how the Gamepad API integrates with WebXR to communicate the state of various physical inputs (such as buttons, touch pads, and triggers) of an XRInputSource.",
58475850
"statusid": 354,
58485851
"id": 5659025263820800

0 commit comments

Comments
 (0)