@@ -678,6 +678,18 @@ compat_features:
678678 # safari_ios: "16"
679679 - api.HTMLBaseElement.href.forbid_special_characters
680680
681+ # baseline: low
682+ # baseline_low_date: 2025-04-29
683+ # support:
684+ # chrome: "127"
685+ # chrome_android: "127"
686+ # edge: "127"
687+ # firefox: "138"
688+ # firefox_android: "138"
689+ # safari: "18"
690+ # safari_ios: "18"
691+ - html.elements.script.type.importmap.integrity
692+
681693 # baseline: false
682694 # support:
683695 # chrome: "4"
@@ -762,6 +774,16 @@ compat_features:
762774 - api.HTMLVideoElement.playsInline
763775 - html.elements.video.playsinline
764776
777+ # baseline: false
778+ # support:
779+ # chrome: "90"
780+ # chrome_android: "90"
781+ # edge: "90"
782+ # firefox: "138"
783+ # firefox_android: "138"
784+ - api.Window.originAgentCluster
785+ - http.headers.Origin-Agent-Cluster
786+
765787 # baseline: false
766788 # support:
767789 # chrome: "92"
@@ -790,15 +812,6 @@ compat_features:
790812 # firefox_android: "123"
791813 - http.status.103.preload
792814
793- # baseline: false
794- # support:
795- # chrome: "127"
796- # chrome_android: "127"
797- # edge: "127"
798- # safari: "18"
799- # safari_ios: "18"
800- - html.elements.script.type.importmap.integrity
801-
802815 # baseline: false
803816 # support:
804817 # chrome: "131"
@@ -808,6 +821,15 @@ compat_features:
808821 # safari_ios: "18.4"
809822 - http.headers.Cross-Origin-Opener-Policy.noopener-allow-popups
810823
824+ # baseline: false
825+ # support:
826+ # chrome: "133"
827+ # chrome_android: "133"
828+ # edge: "133"
829+ # safari: "18.4"
830+ # safari_ios: "18.4"
831+ - html.elements.script.type.importmap.multiple_import_maps
832+
811833 # baseline: false
812834 # support:
813835 # chrome: "96"
@@ -856,14 +878,6 @@ compat_features:
856878 - http.headers.Permissions-Policy.autoplay
857879 - http.headers.Permissions-Policy.cross-origin-isolated
858880
859- # baseline: false
860- # support:
861- # chrome: "90"
862- # chrome_android: "90"
863- # edge: "90"
864- - api.Window.originAgentCluster
865- - http.headers.Origin-Agent-Cluster
866-
867881 # baseline: false
868882 # support:
869883 # chrome: "99"
@@ -901,7 +915,6 @@ compat_features:
901915 # chrome_android: "133"
902916 # edge: "133"
903917 - api.CustomElementRegistry.define.connectedMoveCallback_lifecycle_callback
904- - html.elements.script.type.importmap.multiple_import_maps
905918
906919 # baseline: false
907920 # support:
@@ -912,6 +925,14 @@ compat_features:
912925 - api.OffscreenCanvasRenderingContext2D.getContextAttributes
913926 - html.elements.dialog.closedby
914927
928+ # baseline: false
929+ # support:
930+ # chrome: "136"
931+ # chrome_android: "136"
932+ # edge: "136"
933+ - api.CanvasRenderingContext2D.lang
934+ - api.OffscreenCanvasRenderingContext2D.lang
935+
915936 # baseline: false
916937 # support:
917938 # safari: "9"
@@ -947,10 +968,8 @@ compat_features:
947968 # ⬇️ Same status as overall feature ⬇️
948969 # baseline: false
949970 # support: {}
950- - api.CanvasRenderingContext2D.lang
951971 - api.HTMLButtonElement.command.request-close
952972 - api.Navigator.authentication
953- - api.OffscreenCanvasRenderingContext2D.lang
954973 - html.elements.hr.hr_in_select
955974 - html.elements.input.alpha
956975 - html.elements.input.colorspace
0 commit comments