devtools-protocol 0.0.1477697 → 0.0.1479623
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/json/browser_protocol.json +12 -10
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +11 -8
- package/types/protocol.d.ts +8 -8
@@ -1966,19 +1966,20 @@
|
|
1966
1966
|
]
|
1967
1967
|
},
|
1968
1968
|
{
|
1969
|
-
"id": "
|
1969
|
+
"id": "ElementAccessibilityIssueReason",
|
1970
1970
|
"type": "string",
|
1971
1971
|
"enum": [
|
1972
1972
|
"DisallowedSelectChild",
|
1973
1973
|
"DisallowedOptGroupChild",
|
1974
1974
|
"NonPhrasingContentOptionChild",
|
1975
1975
|
"InteractiveContentOptionChild",
|
1976
|
-
"InteractiveContentLegendChild"
|
1976
|
+
"InteractiveContentLegendChild",
|
1977
|
+
"InteractiveContentSummaryDescendant"
|
1977
1978
|
]
|
1978
1979
|
},
|
1979
1980
|
{
|
1980
|
-
"id": "
|
1981
|
-
"description": "This issue warns about errors in the select element content model.",
|
1981
|
+
"id": "ElementAccessibilityIssueDetails",
|
1982
|
+
"description": "This issue warns about errors in the select or summary element content model.",
|
1982
1983
|
"type": "object",
|
1983
1984
|
"properties": [
|
1984
1985
|
{
|
@@ -1986,8 +1987,8 @@
|
|
1986
1987
|
"$ref": "DOM.BackendNodeId"
|
1987
1988
|
},
|
1988
1989
|
{
|
1989
|
-
"name": "
|
1990
|
-
"$ref": "
|
1990
|
+
"name": "elementAccessibilityIssueReason",
|
1991
|
+
"$ref": "ElementAccessibilityIssueReason"
|
1991
1992
|
},
|
1992
1993
|
{
|
1993
1994
|
"name": "hasDisallowedAttributes",
|
@@ -2111,7 +2112,7 @@
|
|
2111
2112
|
"FederatedAuthUserInfoRequestIssue",
|
2112
2113
|
"PropertyRuleIssue",
|
2113
2114
|
"SharedDictionaryIssue",
|
2114
|
-
"
|
2115
|
+
"ElementAccessibilityIssue",
|
2115
2116
|
"SRIMessageSignatureIssue",
|
2116
2117
|
"UserReidentificationIssue"
|
2117
2118
|
]
|
@@ -2233,9 +2234,9 @@
|
|
2233
2234
|
"$ref": "SharedDictionaryIssueDetails"
|
2234
2235
|
},
|
2235
2236
|
{
|
2236
|
-
"name": "
|
2237
|
+
"name": "elementAccessibilityIssueDetails",
|
2237
2238
|
"optional": true,
|
2238
|
-
"$ref": "
|
2239
|
+
"$ref": "ElementAccessibilityIssueDetails"
|
2239
2240
|
},
|
2240
2241
|
{
|
2241
2242
|
"name": "sriMessageSignatureIssueDetails",
|
@@ -14761,7 +14762,7 @@
|
|
14761
14762
|
"experimental": true,
|
14762
14763
|
"type": "string",
|
14763
14764
|
"enum": [
|
14764
|
-
"
|
14765
|
+
"Loopback",
|
14765
14766
|
"Private",
|
14766
14767
|
"Public",
|
14767
14768
|
"Unknown"
|
@@ -19645,6 +19646,7 @@
|
|
19645
19646
|
"BroadcastChannel",
|
19646
19647
|
"WebXR",
|
19647
19648
|
"SharedWorker",
|
19649
|
+
"SharedWorkerMessage",
|
19648
19650
|
"WebLocks",
|
19649
19651
|
"WebHID",
|
19650
19652
|
"WebShare",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -1031,19 +1031,20 @@ experimental domain Audits
|
|
1031
1031
|
# Additional information about the Partitioning Blob URL issue.
|
1032
1032
|
PartitioningBlobURLInfo partitioningBlobURLInfo
|
1033
1033
|
|
1034
|
-
type
|
1034
|
+
type ElementAccessibilityIssueReason extends string
|
1035
1035
|
enum
|
1036
1036
|
DisallowedSelectChild
|
1037
1037
|
DisallowedOptGroupChild
|
1038
1038
|
NonPhrasingContentOptionChild
|
1039
1039
|
InteractiveContentOptionChild
|
1040
1040
|
InteractiveContentLegendChild
|
1041
|
+
InteractiveContentSummaryDescendant
|
1041
1042
|
|
1042
|
-
# This issue warns about errors in the select element content model.
|
1043
|
-
type
|
1043
|
+
# This issue warns about errors in the select or summary element content model.
|
1044
|
+
type ElementAccessibilityIssueDetails extends object
|
1044
1045
|
properties
|
1045
1046
|
DOM.BackendNodeId nodeId
|
1046
|
-
|
1047
|
+
ElementAccessibilityIssueReason elementAccessibilityIssueReason
|
1047
1048
|
boolean hasDisallowedAttributes
|
1048
1049
|
|
1049
1050
|
type StyleSheetLoadingIssueReason extends string
|
@@ -1120,7 +1121,7 @@ experimental domain Audits
|
|
1120
1121
|
FederatedAuthUserInfoRequestIssue
|
1121
1122
|
PropertyRuleIssue
|
1122
1123
|
SharedDictionaryIssue
|
1123
|
-
|
1124
|
+
ElementAccessibilityIssue
|
1124
1125
|
SRIMessageSignatureIssue
|
1125
1126
|
UserReidentificationIssue
|
1126
1127
|
|
@@ -1151,7 +1152,7 @@ experimental domain Audits
|
|
1151
1152
|
optional PropertyRuleIssueDetails propertyRuleIssueDetails
|
1152
1153
|
optional FederatedAuthUserInfoRequestIssueDetails federatedAuthUserInfoRequestIssueDetails
|
1153
1154
|
optional SharedDictionaryIssueDetails sharedDictionaryIssueDetails
|
1154
|
-
optional
|
1155
|
+
optional ElementAccessibilityIssueDetails elementAccessibilityIssueDetails
|
1155
1156
|
optional SRIMessageSignatureIssueDetails sriMessageSignatureIssueDetails
|
1156
1157
|
optional UserReidentificationIssueDetails userReidentificationIssueDetails
|
1157
1158
|
|
@@ -3517,7 +3518,8 @@ domain DOM
|
|
3517
3518
|
# Get the popover target for a given element. In this case, this given
|
3518
3519
|
# element can only be an HTMLFormControlElement (<input>, <button>).
|
3519
3520
|
PopoverTarget
|
3520
|
-
# Get the
|
3521
|
+
# Get the interestfor target (the attribute used to be named
|
3522
|
+
# `interesttarget`) for for a given element.
|
3521
3523
|
InterestTarget
|
3522
3524
|
# Get the commandfor target for a given element. In this case, this given
|
3523
3525
|
# element can only be an HTMLButtonElement.
|
@@ -7669,7 +7671,7 @@ domain Network
|
|
7669
7671
|
|
7670
7672
|
experimental type IPAddressSpace extends string
|
7671
7673
|
enum
|
7672
|
-
|
7674
|
+
Loopback
|
7673
7675
|
Private
|
7674
7676
|
Public
|
7675
7677
|
Unknown
|
@@ -10060,6 +10062,7 @@ domain Page
|
|
10060
10062
|
BroadcastChannel
|
10061
10063
|
WebXR
|
10062
10064
|
SharedWorker
|
10065
|
+
SharedWorkerMessage
|
10063
10066
|
WebLocks
|
10064
10067
|
WebHID
|
10065
10068
|
WebShare
|
package/types/protocol.d.ts
CHANGED
@@ -3699,14 +3699,14 @@ export namespace Protocol {
|
|
3699
3699
|
partitioningBlobURLInfo: PartitioningBlobURLInfo;
|
3700
3700
|
}
|
3701
3701
|
|
3702
|
-
export type
|
3702
|
+
export type ElementAccessibilityIssueReason = ('DisallowedSelectChild' | 'DisallowedOptGroupChild' | 'NonPhrasingContentOptionChild' | 'InteractiveContentOptionChild' | 'InteractiveContentLegendChild' | 'InteractiveContentSummaryDescendant');
|
3703
3703
|
|
3704
3704
|
/**
|
3705
|
-
* This issue warns about errors in the select element content model.
|
3705
|
+
* This issue warns about errors in the select or summary element content model.
|
3706
3706
|
*/
|
3707
|
-
export interface
|
3707
|
+
export interface ElementAccessibilityIssueDetails {
|
3708
3708
|
nodeId: DOM.BackendNodeId;
|
3709
|
-
|
3709
|
+
elementAccessibilityIssueReason: ElementAccessibilityIssueReason;
|
3710
3710
|
hasDisallowedAttributes: boolean;
|
3711
3711
|
}
|
3712
3712
|
|
@@ -3770,7 +3770,7 @@ export namespace Protocol {
|
|
3770
3770
|
* optional fields in InspectorIssueDetails to convey more specific
|
3771
3771
|
* information about the kind of issue.
|
3772
3772
|
*/
|
3773
|
-
export type InspectorIssueCode = ('CookieIssue' | 'MixedContentIssue' | 'BlockedByResponseIssue' | 'HeavyAdIssue' | 'ContentSecurityPolicyIssue' | 'SharedArrayBufferIssue' | 'LowTextContrastIssue' | 'CorsIssue' | 'AttributionReportingIssue' | 'QuirksModeIssue' | 'PartitioningBlobURLIssue' | 'NavigatorUserAgentIssue' | 'GenericIssue' | 'DeprecationIssue' | 'ClientHintIssue' | 'FederatedAuthRequestIssue' | 'BounceTrackingIssue' | 'CookieDeprecationMetadataIssue' | 'StylesheetLoadingIssue' | 'FederatedAuthUserInfoRequestIssue' | 'PropertyRuleIssue' | 'SharedDictionaryIssue' | '
|
3773
|
+
export type InspectorIssueCode = ('CookieIssue' | 'MixedContentIssue' | 'BlockedByResponseIssue' | 'HeavyAdIssue' | 'ContentSecurityPolicyIssue' | 'SharedArrayBufferIssue' | 'LowTextContrastIssue' | 'CorsIssue' | 'AttributionReportingIssue' | 'QuirksModeIssue' | 'PartitioningBlobURLIssue' | 'NavigatorUserAgentIssue' | 'GenericIssue' | 'DeprecationIssue' | 'ClientHintIssue' | 'FederatedAuthRequestIssue' | 'BounceTrackingIssue' | 'CookieDeprecationMetadataIssue' | 'StylesheetLoadingIssue' | 'FederatedAuthUserInfoRequestIssue' | 'PropertyRuleIssue' | 'SharedDictionaryIssue' | 'ElementAccessibilityIssue' | 'SRIMessageSignatureIssue' | 'UserReidentificationIssue');
|
3774
3774
|
|
3775
3775
|
/**
|
3776
3776
|
* This struct holds a list of optional fields with additional information
|
@@ -3800,7 +3800,7 @@ export namespace Protocol {
|
|
3800
3800
|
propertyRuleIssueDetails?: PropertyRuleIssueDetails;
|
3801
3801
|
federatedAuthUserInfoRequestIssueDetails?: FederatedAuthUserInfoRequestIssueDetails;
|
3802
3802
|
sharedDictionaryIssueDetails?: SharedDictionaryIssueDetails;
|
3803
|
-
|
3803
|
+
elementAccessibilityIssueDetails?: ElementAccessibilityIssueDetails;
|
3804
3804
|
sriMessageSignatureIssueDetails?: SRIMessageSignatureIssueDetails;
|
3805
3805
|
userReidentificationIssueDetails?: UserReidentificationIssueDetails;
|
3806
3806
|
}
|
@@ -11779,7 +11779,7 @@ export namespace Protocol {
|
|
11779
11779
|
|
11780
11780
|
export type PrivateNetworkRequestPolicy = ('Allow' | 'BlockFromInsecureToMorePrivate' | 'WarnFromInsecureToMorePrivate' | 'PreflightBlock' | 'PreflightWarn' | 'PermissionBlock' | 'PermissionWarn');
|
11781
11781
|
|
11782
|
-
export type IPAddressSpace = ('
|
11782
|
+
export type IPAddressSpace = ('Loopback' | 'Private' | 'Public' | 'Unknown');
|
11783
11783
|
|
11784
11784
|
export interface ConnectTiming {
|
11785
11785
|
/**
|
@@ -14696,7 +14696,7 @@ export namespace Protocol {
|
|
14696
14696
|
/**
|
14697
14697
|
* List of not restored reasons for back-forward cache.
|
14698
14698
|
*/
|
14699
|
-
export type BackForwardCacheNotRestoredReason = ('NotPrimaryMainFrame' | 'BackForwardCacheDisabled' | 'RelatedActiveContentsExist' | 'HTTPStatusNotOK' | 'SchemeNotHTTPOrHTTPS' | 'Loading' | 'WasGrantedMediaAccess' | 'DisableForRenderFrameHostCalled' | 'DomainNotAllowed' | 'HTTPMethodNotGET' | 'SubframeIsNavigating' | 'Timeout' | 'CacheLimit' | 'JavaScriptExecution' | 'RendererProcessKilled' | 'RendererProcessCrashed' | 'SchedulerTrackedFeatureUsed' | 'ConflictingBrowsingInstance' | 'CacheFlushed' | 'ServiceWorkerVersionActivation' | 'SessionRestored' | 'ServiceWorkerPostMessage' | 'EnteredBackForwardCacheBeforeServiceWorkerHostAdded' | 'RenderFrameHostReused_SameSite' | 'RenderFrameHostReused_CrossSite' | 'ServiceWorkerClaim' | 'IgnoreEventAndEvict' | 'HaveInnerContents' | 'TimeoutPuttingInCache' | 'BackForwardCacheDisabledByLowMemory' | 'BackForwardCacheDisabledByCommandLine' | 'NetworkRequestDatapipeDrainedAsBytesConsumer' | 'NetworkRequestRedirected' | 'NetworkRequestTimeout' | 'NetworkExceedsBufferLimit' | 'NavigationCancelledWhileRestoring' | 'NotMostRecentNavigationEntry' | 'BackForwardCacheDisabledForPrerender' | 'UserAgentOverrideDiffers' | 'ForegroundCacheLimit' | 'BrowsingInstanceNotSwapped' | 'BackForwardCacheDisabledForDelegate' | 'UnloadHandlerExistsInMainFrame' | 'UnloadHandlerExistsInSubFrame' | 'ServiceWorkerUnregistration' | 'CacheControlNoStore' | 'CacheControlNoStoreCookieModified' | 'CacheControlNoStoreHTTPOnlyCookieModified' | 'NoResponseHead' | 'Unknown' | 'ActivationNavigationsDisallowedForBug1234857' | 'ErrorDocument' | 'FencedFramesEmbedder' | 'CookieDisabled' | 'HTTPAuthRequired' | 'CookieFlushed' | 'BroadcastChannelOnMessage' | 'WebViewSettingsChanged' | 'WebViewJavaScriptObjectChanged' | 'WebViewMessageListenerInjected' | 'WebViewSafeBrowsingAllowlistChanged' | 'WebViewDocumentStartJavascriptChanged' | 'WebSocket' | 'WebTransport' | 'WebRTC' | 'MainResourceHasCacheControlNoStore' | 'MainResourceHasCacheControlNoCache' | 'SubresourceHasCacheControlNoStore' | 'SubresourceHasCacheControlNoCache' | 'ContainsPlugins' | 'DocumentLoaded' | 'OutstandingNetworkRequestOthers' | 'RequestedMIDIPermission' | 'RequestedAudioCapturePermission' | 'RequestedVideoCapturePermission' | 'RequestedBackForwardCacheBlockedSensors' | 'RequestedBackgroundWorkPermission' | 'BroadcastChannel' | 'WebXR' | 'SharedWorker' | 'WebLocks' | 'WebHID' | 'WebShare' | 'RequestedStorageAccessGrant' | 'WebNfc' | 'OutstandingNetworkRequestFetch' | 'OutstandingNetworkRequestXHR' | 'AppBanner' | 'Printing' | 'WebDatabase' | 'PictureInPicture' | 'SpeechRecognizer' | 'IdleManager' | 'PaymentManager' | 'SpeechSynthesis' | 'KeyboardLock' | 'WebOTPService' | 'OutstandingNetworkRequestDirectSocket' | 'InjectedJavascript' | 'InjectedStyleSheet' | 'KeepaliveRequest' | 'IndexedDBEvent' | 'Dummy' | 'JsNetworkRequestReceivedCacheControlNoStoreResource' | 'WebRTCSticky' | 'WebTransportSticky' | 'WebSocketSticky' | 'SmartCard' | 'LiveMediaStreamTrack' | 'UnloadHandler' | 'ParserAborted' | 'ContentSecurityHandler' | 'ContentWebAuthenticationAPI' | 'ContentFileChooser' | 'ContentSerial' | 'ContentFileSystemAccess' | 'ContentMediaDevicesDispatcherHost' | 'ContentWebBluetooth' | 'ContentWebUSB' | 'ContentMediaSessionService' | 'ContentScreenReader' | 'ContentDiscarded' | 'EmbedderPopupBlockerTabHelper' | 'EmbedderSafeBrowsingTriggeredPopupBlocker' | 'EmbedderSafeBrowsingThreatDetails' | 'EmbedderAppBannerManager' | 'EmbedderDomDistillerViewerSource' | 'EmbedderDomDistillerSelfDeletingRequestDelegate' | 'EmbedderOomInterventionTabHelper' | 'EmbedderOfflinePage' | 'EmbedderChromePasswordManagerClientBindCredentialManager' | 'EmbedderPermissionRequestManager' | 'EmbedderModalDialog' | 'EmbedderExtensions' | 'EmbedderExtensionMessaging' | 'EmbedderExtensionMessagingForOpenPort' | 'EmbedderExtensionSentMessageToCachedFrame' | 'RequestedByWebViewClient' | 'PostMessageByWebViewClient' | 'CacheControlNoStoreDeviceBoundSessionTerminated' | 'CacheLimitPrunedOnModerateMemoryPressure' | 'CacheLimitPrunedOnCriticalMemoryPressure');
|
14699
|
+
export type BackForwardCacheNotRestoredReason = ('NotPrimaryMainFrame' | 'BackForwardCacheDisabled' | 'RelatedActiveContentsExist' | 'HTTPStatusNotOK' | 'SchemeNotHTTPOrHTTPS' | 'Loading' | 'WasGrantedMediaAccess' | 'DisableForRenderFrameHostCalled' | 'DomainNotAllowed' | 'HTTPMethodNotGET' | 'SubframeIsNavigating' | 'Timeout' | 'CacheLimit' | 'JavaScriptExecution' | 'RendererProcessKilled' | 'RendererProcessCrashed' | 'SchedulerTrackedFeatureUsed' | 'ConflictingBrowsingInstance' | 'CacheFlushed' | 'ServiceWorkerVersionActivation' | 'SessionRestored' | 'ServiceWorkerPostMessage' | 'EnteredBackForwardCacheBeforeServiceWorkerHostAdded' | 'RenderFrameHostReused_SameSite' | 'RenderFrameHostReused_CrossSite' | 'ServiceWorkerClaim' | 'IgnoreEventAndEvict' | 'HaveInnerContents' | 'TimeoutPuttingInCache' | 'BackForwardCacheDisabledByLowMemory' | 'BackForwardCacheDisabledByCommandLine' | 'NetworkRequestDatapipeDrainedAsBytesConsumer' | 'NetworkRequestRedirected' | 'NetworkRequestTimeout' | 'NetworkExceedsBufferLimit' | 'NavigationCancelledWhileRestoring' | 'NotMostRecentNavigationEntry' | 'BackForwardCacheDisabledForPrerender' | 'UserAgentOverrideDiffers' | 'ForegroundCacheLimit' | 'BrowsingInstanceNotSwapped' | 'BackForwardCacheDisabledForDelegate' | 'UnloadHandlerExistsInMainFrame' | 'UnloadHandlerExistsInSubFrame' | 'ServiceWorkerUnregistration' | 'CacheControlNoStore' | 'CacheControlNoStoreCookieModified' | 'CacheControlNoStoreHTTPOnlyCookieModified' | 'NoResponseHead' | 'Unknown' | 'ActivationNavigationsDisallowedForBug1234857' | 'ErrorDocument' | 'FencedFramesEmbedder' | 'CookieDisabled' | 'HTTPAuthRequired' | 'CookieFlushed' | 'BroadcastChannelOnMessage' | 'WebViewSettingsChanged' | 'WebViewJavaScriptObjectChanged' | 'WebViewMessageListenerInjected' | 'WebViewSafeBrowsingAllowlistChanged' | 'WebViewDocumentStartJavascriptChanged' | 'WebSocket' | 'WebTransport' | 'WebRTC' | 'MainResourceHasCacheControlNoStore' | 'MainResourceHasCacheControlNoCache' | 'SubresourceHasCacheControlNoStore' | 'SubresourceHasCacheControlNoCache' | 'ContainsPlugins' | 'DocumentLoaded' | 'OutstandingNetworkRequestOthers' | 'RequestedMIDIPermission' | 'RequestedAudioCapturePermission' | 'RequestedVideoCapturePermission' | 'RequestedBackForwardCacheBlockedSensors' | 'RequestedBackgroundWorkPermission' | 'BroadcastChannel' | 'WebXR' | 'SharedWorker' | 'SharedWorkerMessage' | 'WebLocks' | 'WebHID' | 'WebShare' | 'RequestedStorageAccessGrant' | 'WebNfc' | 'OutstandingNetworkRequestFetch' | 'OutstandingNetworkRequestXHR' | 'AppBanner' | 'Printing' | 'WebDatabase' | 'PictureInPicture' | 'SpeechRecognizer' | 'IdleManager' | 'PaymentManager' | 'SpeechSynthesis' | 'KeyboardLock' | 'WebOTPService' | 'OutstandingNetworkRequestDirectSocket' | 'InjectedJavascript' | 'InjectedStyleSheet' | 'KeepaliveRequest' | 'IndexedDBEvent' | 'Dummy' | 'JsNetworkRequestReceivedCacheControlNoStoreResource' | 'WebRTCSticky' | 'WebTransportSticky' | 'WebSocketSticky' | 'SmartCard' | 'LiveMediaStreamTrack' | 'UnloadHandler' | 'ParserAborted' | 'ContentSecurityHandler' | 'ContentWebAuthenticationAPI' | 'ContentFileChooser' | 'ContentSerial' | 'ContentFileSystemAccess' | 'ContentMediaDevicesDispatcherHost' | 'ContentWebBluetooth' | 'ContentWebUSB' | 'ContentMediaSessionService' | 'ContentScreenReader' | 'ContentDiscarded' | 'EmbedderPopupBlockerTabHelper' | 'EmbedderSafeBrowsingTriggeredPopupBlocker' | 'EmbedderSafeBrowsingThreatDetails' | 'EmbedderAppBannerManager' | 'EmbedderDomDistillerViewerSource' | 'EmbedderDomDistillerSelfDeletingRequestDelegate' | 'EmbedderOomInterventionTabHelper' | 'EmbedderOfflinePage' | 'EmbedderChromePasswordManagerClientBindCredentialManager' | 'EmbedderPermissionRequestManager' | 'EmbedderModalDialog' | 'EmbedderExtensions' | 'EmbedderExtensionMessaging' | 'EmbedderExtensionMessagingForOpenPort' | 'EmbedderExtensionSentMessageToCachedFrame' | 'RequestedByWebViewClient' | 'PostMessageByWebViewClient' | 'CacheControlNoStoreDeviceBoundSessionTerminated' | 'CacheLimitPrunedOnModerateMemoryPressure' | 'CacheLimitPrunedOnCriticalMemoryPressure');
|
14700
14700
|
|
14701
14701
|
/**
|
14702
14702
|
* Types of not restored reasons for back-forward cache.
|