chrome-devtools-frontend 1.0.1665921 → 1.0.1666631

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.
Files changed (242) hide show
  1. package/.agents/skills/devtools-testing-guidance/SKILL.md +4 -0
  2. package/.agents/skills/migrate-chromium-test/SKILL.md +63 -48
  3. package/.agents/skills/ui-eng-vision-local-lit-renderer/SKILL.md +14 -5
  4. package/.agents/skills/ui-eng-vision-logic-consolidator/SKILL.md +11 -2
  5. package/.agents/skills/ui-eng-vision-orchestrator/SKILL.md +46 -9
  6. package/.agents/skills/ui-eng-vision-test-scaffolder/SKILL.md +20 -1
  7. package/.agents/skills/ui-eng-vision-widget-promoter/SKILL.md +9 -0
  8. package/front_end/core/host/AidaClient.ts +109 -60
  9. package/front_end/core/host/GcaClient.ts +3 -3
  10. package/front_end/core/host/UserMetrics.ts +1 -12
  11. package/front_end/core/sdk/NetworkRequest.ts +10 -55
  12. package/front_end/entrypoints/main/MainImpl.ts +0 -10
  13. package/front_end/foundation/Universe.ts +16 -0
  14. package/front_end/generated/InspectorBackendCommands.ts +2 -2
  15. package/front_end/generated/protocol.ts +2 -1
  16. package/front_end/models/ai_assistance/agents/AiAgent.ts +22 -13
  17. package/front_end/models/ai_assistance/data_formatters/PerformanceTraceFormatter.ts +21 -5
  18. package/front_end/models/issues_manager/CookieIssue.ts +6 -127
  19. package/front_end/models/issues_manager/descriptions/CoepCorpNotSameOrigin.md +2 -2
  20. package/front_end/models/issues_manager/descriptions/CoepCorpNotSameOriginAfterDefaultedToSameOriginByCoep.md +3 -3
  21. package/front_end/models/issues_manager/descriptions/CoepCorpNotSameSite.md +2 -2
  22. package/front_end/models/issues_manager/descriptions/CoepFrameResourceNeedsCoepHeader.md +1 -1
  23. package/front_end/models/issues_manager/descriptions/CompatibilityModeQuirks.md +1 -1
  24. package/front_end/models/issues_manager/descriptions/CookieAttributeValueExceedsMaxSize.md +2 -2
  25. package/front_end/models/issues_manager/descriptions/LowTextContrast.md +1 -1
  26. package/front_end/models/issues_manager/descriptions/SameSiteNoneInsecureErrorRead.md +1 -1
  27. package/front_end/models/issues_manager/descriptions/SameSiteNoneInsecureErrorSet.md +1 -1
  28. package/front_end/models/issues_manager/descriptions/SameSiteNoneInsecureWarnRead.md +1 -1
  29. package/front_end/models/issues_manager/descriptions/SameSiteNoneInsecureWarnSet.md +1 -1
  30. package/front_end/models/issues_manager/descriptions/SameSiteUnspecifiedLaxAllowUnsafeRead.md +3 -3
  31. package/front_end/models/issues_manager/descriptions/SameSiteUnspecifiedLaxAllowUnsafeSet.md +3 -3
  32. package/front_end/models/issues_manager/descriptions/bounceTrackingMitigations.md +1 -1
  33. package/front_end/models/issues_manager/descriptions/connectionAllowlistInvalidAllowlistItemType.md +2 -2
  34. package/front_end/models/issues_manager/descriptions/connectionAllowlistInvalidHeader.md +2 -2
  35. package/front_end/models/issues_manager/descriptions/connectionAllowlistInvalidUrlPattern.md +3 -3
  36. package/front_end/models/issues_manager/descriptions/connectionAllowlistItemNotInnerList.md +2 -2
  37. package/front_end/models/issues_manager/descriptions/connectionAllowlistMoreThanOneList.md +2 -2
  38. package/front_end/models/issues_manager/descriptions/connectionAllowlistReportingEndpointNotToken.md +1 -1
  39. package/front_end/models/issues_manager/descriptions/cookieCrossSiteRedirectDowngrade.md +3 -3
  40. package/front_end/models/issues_manager/descriptions/cookieExcludeBlockedWithinRelatedWebsiteSet.md +1 -1
  41. package/front_end/models/issues_manager/descriptions/cookieExcludePortMismatch.md +1 -1
  42. package/front_end/models/issues_manager/descriptions/cookieExcludeSchemeMismatch.md +1 -1
  43. package/front_end/models/issues_manager/descriptions/cookieExcludeThirdPartyPhaseoutSet.md +1 -1
  44. package/front_end/models/issues_manager/descriptions/cookieWarnThirdPartyPhaseoutRead.md +1 -1
  45. package/front_end/models/issues_manager/descriptions/corsAllowCredentialsRequired.md +1 -1
  46. package/front_end/models/issues_manager/descriptions/corsDisabledScheme.md +2 -2
  47. package/front_end/models/issues_manager/descriptions/corsDisallowedByMode.md +2 -2
  48. package/front_end/models/issues_manager/descriptions/corsHeaderDisallowedByPreflightResponse.md +1 -1
  49. package/front_end/models/issues_manager/descriptions/corsInvalidHeaderValues.md +3 -3
  50. package/front_end/models/issues_manager/descriptions/corsLocalNetworkAccessPermissionDenied.md +1 -1
  51. package/front_end/models/issues_manager/descriptions/corsMethodDisallowedByPreflightResponse.md +1 -1
  52. package/front_end/models/issues_manager/descriptions/corsNoCorsRedirectModeNotFollow.md +1 -1
  53. package/front_end/models/issues_manager/descriptions/corsOriginMismatch.md +3 -3
  54. package/front_end/models/issues_manager/descriptions/corsPreflightResponseInvalid.md +2 -2
  55. package/front_end/models/issues_manager/descriptions/corsRedirectContainsCredentials.md +3 -3
  56. package/front_end/models/issues_manager/descriptions/corsWildcardOriginNotAllowed.md +4 -3
  57. package/front_end/models/issues_manager/descriptions/cspEvalViolation.md +4 -4
  58. package/front_end/models/issues_manager/descriptions/cspInlineViolation.md +2 -2
  59. package/front_end/models/issues_manager/descriptions/cspTrustedTypesPolicyViolation.md +2 -2
  60. package/front_end/models/issues_manager/descriptions/cspTrustedTypesSinkViolation.md +4 -4
  61. package/front_end/models/issues_manager/descriptions/cspURLViolation.md +4 -4
  62. package/front_end/models/issues_manager/descriptions/emailVerificationRequestAccountsEmptyList.md +1 -1
  63. package/front_end/models/issues_manager/descriptions/emailVerificationRequestAccountsHttpNotFound.md +1 -1
  64. package/front_end/models/issues_manager/descriptions/emailVerificationRequestAccountsInvalidContentType.md +1 -1
  65. package/front_end/models/issues_manager/descriptions/emailVerificationRequestAccountsInvalidResponse.md +1 -1
  66. package/front_end/models/issues_manager/descriptions/emailVerificationRequestAccountsNoResponse.md +1 -1
  67. package/front_end/models/issues_manager/descriptions/emailVerificationRequestDnsFetchFailed.md +1 -1
  68. package/front_end/models/issues_manager/descriptions/emailVerificationRequestDnsInvalidRecord.md +1 -1
  69. package/front_end/models/issues_manager/descriptions/emailVerificationRequestEmailVerificationWellKnownHttpNotFound.md +1 -1
  70. package/front_end/models/issues_manager/descriptions/emailVerificationRequestEmailVerificationWellKnownInvalidContentType.md +1 -1
  71. package/front_end/models/issues_manager/descriptions/emailVerificationRequestEmailVerificationWellKnownInvalidResponse.md +1 -1
  72. package/front_end/models/issues_manager/descriptions/emailVerificationRequestEmailVerificationWellKnownNoResponse.md +1 -1
  73. package/front_end/models/issues_manager/descriptions/emailVerificationRequestInvalidEmail.md +1 -1
  74. package/front_end/models/issues_manager/descriptions/emailVerificationRequestJwksHttpNotFound.md +1 -1
  75. package/front_end/models/issues_manager/descriptions/emailVerificationRequestJwksInvalidResponse.md +1 -1
  76. package/front_end/models/issues_manager/descriptions/emailVerificationRequestKeyBindingSigningFailed.md +1 -1
  77. package/front_end/models/issues_manager/descriptions/emailVerificationRequestRpOriginIsOpaque.md +1 -1
  78. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenHttpNotFound.md +1 -1
  79. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenInvalidContentType.md +1 -1
  80. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenInvalidResponse.md +1 -1
  81. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenInvalidSdJwt.md +1 -1
  82. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenMalformedSdJwt.md +1 -1
  83. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenNoResponse.md +1 -1
  84. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbInvalidAudience.md +1 -1
  85. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbInvalidIssuedAt.md +1 -1
  86. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbInvalidNonce.md +1 -1
  87. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbInvalidSdHash.md +1 -1
  88. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbInvalidTyp.md +1 -1
  89. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbMissingAud.md +1 -1
  90. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbMissingCnf.md +1 -1
  91. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbMissingIat.md +1 -1
  92. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbMissingNonce.md +1 -1
  93. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbMissingSdHash.md +1 -1
  94. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationKbSignatureFailed.md +1 -1
  95. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtInvalidEmail.md +1 -1
  96. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtInvalidEmailVerified.md +1 -1
  97. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtInvalidHolderKey.md +1 -1
  98. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtInvalidIssuedAt.md +1 -1
  99. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtInvalidIssuer.md +1 -1
  100. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtJwksMissingKeys.md +1 -1
  101. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtMissingCnf.md +1 -1
  102. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtMissingEmail.md +1 -1
  103. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtMissingIat.md +1 -1
  104. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtMissingIss.md +1 -1
  105. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtSignatureFailed.md +1 -1
  106. package/front_end/models/issues_manager/descriptions/emailVerificationRequestTokenVerificationSdJwtUnsupportedHeaderAlg.md +1 -1
  107. package/front_end/models/issues_manager/descriptions/emailVerificationRequestUserLoggedOut.md +1 -1
  108. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownAccountsEndpointCrossOrigin.md +1 -1
  109. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownHttpNotFound.md +1 -1
  110. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownInvalidContentType.md +1 -1
  111. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownInvalidResponse.md +1 -1
  112. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownIssuanceEndpointCrossOrigin.md +1 -1
  113. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownListEmpty.md +1 -1
  114. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownMissingAccountsEndpoint.md +1 -1
  115. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownMissingIssuanceEndpoint.md +1 -1
  116. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownNoResponse.md +1 -1
  117. package/front_end/models/issues_manager/descriptions/emailVerificationRequestWellKnownUnsupportedSigningAlgorithm.md +1 -1
  118. package/front_end/models/issues_manager/descriptions/federatedAuthRequestAccountsHttpNotFound.md +1 -1
  119. package/front_end/models/issues_manager/descriptions/federatedAuthRequestAccountsInvalidResponse.md +1 -1
  120. package/front_end/models/issues_manager/descriptions/federatedAuthRequestAccountsNoResponse.md +1 -1
  121. package/front_end/models/issues_manager/descriptions/federatedAuthRequestApprovalDeclined.md +1 -1
  122. package/front_end/models/issues_manager/descriptions/federatedAuthRequestCanceled.md +1 -1
  123. package/front_end/models/issues_manager/descriptions/federatedAuthRequestErrorFetchingSignin.md +1 -1
  124. package/front_end/models/issues_manager/descriptions/federatedAuthRequestErrorIdToken.md +1 -1
  125. package/front_end/models/issues_manager/descriptions/federatedAuthRequestIdTokenHttpNotFound.md +1 -1
  126. package/front_end/models/issues_manager/descriptions/federatedAuthRequestIdTokenInvalidRequest.md +1 -1
  127. package/front_end/models/issues_manager/descriptions/federatedAuthRequestIdTokenInvalidResponse.md +1 -1
  128. package/front_end/models/issues_manager/descriptions/federatedAuthRequestIdTokenNoResponse.md +1 -1
  129. package/front_end/models/issues_manager/descriptions/federatedAuthRequestInvalidSigninResponse.md +1 -1
  130. package/front_end/models/issues_manager/descriptions/federatedAuthRequestManifestHttpNotFound.md +1 -1
  131. package/front_end/models/issues_manager/descriptions/federatedAuthRequestManifestInvalidResponse.md +1 -1
  132. package/front_end/models/issues_manager/descriptions/federatedAuthRequestManifestNoResponse.md +1 -1
  133. package/front_end/models/issues_manager/descriptions/federatedAuthRequestTooManyRequests.md +1 -1
  134. package/front_end/models/issues_manager/descriptions/federatedAuthUserInfoRequestInvalidAccountsResponse.md +1 -1
  135. package/front_end/models/issues_manager/descriptions/federatedAuthUserInfoRequestInvalidConfigOrWellKnown.md +1 -1
  136. package/front_end/models/issues_manager/descriptions/federatedAuthUserInfoRequestNoAccountSharingPermission.md +1 -1
  137. package/front_end/models/issues_manager/descriptions/federatedAuthUserInfoRequestNoApiPermission.md +1 -1
  138. package/front_end/models/issues_manager/descriptions/federatedAuthUserInfoRequestNoReturningUserFromFetchedAccounts.md +1 -1
  139. package/front_end/models/issues_manager/descriptions/federatedAuthUserInfoRequestNotIframe.md +1 -1
  140. package/front_end/models/issues_manager/descriptions/federatedAuthUserInfoRequestNotPotentiallyTrustworthy.md +1 -1
  141. package/front_end/models/issues_manager/descriptions/federatedAuthUserInfoRequestNotSameOrigin.md +1 -1
  142. package/front_end/models/issues_manager/descriptions/federatedAuthUserInfoRequestNotSignedInWithIdp.md +1 -1
  143. package/front_end/models/issues_manager/descriptions/fetchingPartitionedBlobURL.md +2 -2
  144. package/front_end/models/issues_manager/descriptions/genericFormAriaLabelledByToNonExistingIdError.md +2 -2
  145. package/front_end/models/issues_manager/descriptions/genericFormAutocompleteAttributeEmptyError.md +1 -1
  146. package/front_end/models/issues_manager/descriptions/genericFormDuplicateIdForInputError.md +1 -1
  147. package/front_end/models/issues_manager/descriptions/genericFormEmptyIdAndNameAttributesForInputError.md +2 -2
  148. package/front_end/models/issues_manager/descriptions/genericFormInputAssignedAutocompleteValueToIdOrNameAttributeError.md +2 -2
  149. package/front_end/models/issues_manager/descriptions/genericFormInputHasWrongButWellIntendedAutocompleteValueError.md +1 -1
  150. package/front_end/models/issues_manager/descriptions/genericFormInputWithNoLabelError.md +1 -1
  151. package/front_end/models/issues_manager/descriptions/genericFormLabelForMatchesNonExistingIdError.md +2 -2
  152. package/front_end/models/issues_manager/descriptions/genericFormLabelForNameError.md +1 -1
  153. package/front_end/models/issues_manager/descriptions/genericFormLabelHasNeitherForNorNestedInputError.md +1 -1
  154. package/front_end/models/issues_manager/descriptions/genericFormModelContextMissingToolName.md +1 -1
  155. package/front_end/models/issues_manager/descriptions/genericFormModelContextParameterMissingName.md +1 -1
  156. package/front_end/models/issues_manager/descriptions/genericFormModelContextRequiredParameterMissingName.md +1 -1
  157. package/front_end/models/issues_manager/descriptions/genericNavigationEntryMarkedSkippable.md +2 -2
  158. package/front_end/models/issues_manager/descriptions/heavyAd.md +1 -1
  159. package/front_end/models/issues_manager/descriptions/lazyLoadImageZeroSize.md +1 -1
  160. package/front_end/models/issues_manager/descriptions/navigatingPartitionedBlobURL.md +3 -3
  161. package/front_end/models/issues_manager/descriptions/permissionElementActivationDisabled.md +1 -1
  162. package/front_end/models/issues_manager/descriptions/permissionElementActivationDisabledWithOccluder.md +1 -1
  163. package/front_end/models/issues_manager/descriptions/permissionElementActivationDisabledWithOccluderParent.md +1 -1
  164. package/front_end/models/issues_manager/descriptions/permissionElementFencedFrameDisallowed.md +2 -2
  165. package/front_end/models/issues_manager/descriptions/permissionElementFontSizeTooLarge.md +2 -2
  166. package/front_end/models/issues_manager/descriptions/permissionElementFontSizeTooSmall.md +2 -2
  167. package/front_end/models/issues_manager/descriptions/permissionElementInsetBoxShadowUnsupported.md +1 -1
  168. package/front_end/models/issues_manager/descriptions/permissionElementInvalidDisplayStyle.md +2 -2
  169. package/front_end/models/issues_manager/descriptions/permissionElementInvalidSizeValue.md +2 -2
  170. package/front_end/models/issues_manager/descriptions/permissionElementInvalidType.md +2 -2
  171. package/front_end/models/issues_manager/descriptions/permissionElementInvalidTypeActivation.md +2 -2
  172. package/front_end/models/issues_manager/descriptions/permissionElementNonOpaqueColor.md +1 -1
  173. package/front_end/models/issues_manager/descriptions/permissionElementPaddingBottomUnsupported.md +2 -2
  174. package/front_end/models/issues_manager/descriptions/permissionElementPaddingRightUnsupported.md +2 -2
  175. package/front_end/models/issues_manager/descriptions/permissionElementRequestInProgress.md +2 -2
  176. package/front_end/models/issues_manager/descriptions/permissionElementSecurityChecksFailed.md +1 -1
  177. package/front_end/models/issues_manager/descriptions/permissionElementTypeNotSupported.md +2 -2
  178. package/front_end/models/issues_manager/descriptions/permissionElementUntrustedEvent.md +1 -1
  179. package/front_end/models/issues_manager/descriptions/placeholderDescriptionForInvisibleIssues.md +1 -1
  180. package/front_end/models/issues_manager/descriptions/selectElementAccessibilityDisallowedOptGroupChild.md +1 -1
  181. package/front_end/models/issues_manager/descriptions/selectElementAccessibilityDisallowedSelectChild.md +1 -1
  182. package/front_end/models/issues_manager/descriptions/selectElementAccessibilityInteractiveContentAttributesSelectDescendant.md +1 -1
  183. package/front_end/models/issues_manager/descriptions/selectElementAccessibilityInteractiveContentLegendChild.md +1 -1
  184. package/front_end/models/issues_manager/descriptions/selectElementAccessibilityInteractiveContentOptionChild.md +1 -1
  185. package/front_end/models/issues_manager/descriptions/selectElementAccessibilityNonPhrasingContentOptionChild.md +1 -1
  186. package/front_end/models/issues_manager/descriptions/selectivePermissionsIntervention.md +3 -3
  187. package/front_end/models/issues_manager/descriptions/sharedArrayBuffer.md +1 -1
  188. package/front_end/models/issues_manager/descriptions/sharedDictionaryUseErrorCrossOriginNoCorsRequest.md +1 -1
  189. package/front_end/models/issues_manager/descriptions/sharedDictionaryUseErrorMatchingDictionaryNotUsed.md +1 -1
  190. package/front_end/models/issues_manager/descriptions/sharedDictionaryUseErrorUnexpectedContentDictionaryHeader.md +1 -1
  191. package/front_end/models/issues_manager/descriptions/sharedDictionaryWriteErrorCossOriginNoCorsRequest.md +1 -1
  192. package/front_end/models/issues_manager/descriptions/sharedDictionaryWriteErrorDisallowedBySettings.md +1 -1
  193. package/front_end/models/issues_manager/descriptions/sharedDictionaryWriteErrorExpiredResponse.md +1 -1
  194. package/front_end/models/issues_manager/descriptions/sharedDictionaryWriteErrorFeatureDisabled.md +2 -2
  195. package/front_end/models/issues_manager/descriptions/sharedDictionaryWriteErrorInvalidStructuredHeader.md +1 -1
  196. package/front_end/models/issues_manager/descriptions/sharedDictionaryWriteErrorNavigationRequest.md +2 -2
  197. package/front_end/models/issues_manager/descriptions/sriInvalidSignatureHeader.md +4 -4
  198. package/front_end/models/issues_manager/descriptions/sriInvalidSignatureInputHeader.md +4 -4
  199. package/front_end/models/issues_manager/descriptions/sriMissingSignatureHeader.md +1 -1
  200. package/front_end/models/issues_manager/descriptions/sriMissingSignatureInputHeader.md +2 -2
  201. package/front_end/models/issues_manager/descriptions/sriSignatureHeaderValueIsIncorrectLength.md +2 -2
  202. package/front_end/models/issues_manager/descriptions/sriSignatureHeaderValueIsNotByteSequence.md +4 -4
  203. package/front_end/models/issues_manager/descriptions/sriSignatureHeaderValueIsParameterized.md +4 -4
  204. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderInvalidComponentName.md +1 -1
  205. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderInvalidComponentType.md +2 -2
  206. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderInvalidDerivedComponentParameter.md +1 -1
  207. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderInvalidHeaderComponentParameter.md +1 -1
  208. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderInvalidParameter.md +2 -2
  209. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderKeyIdLength.md +5 -5
  210. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderMissingLabel.md +3 -3
  211. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderMissingRequiredParameters.md +2 -2
  212. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderValueMissingComponents.md +2 -2
  213. package/front_end/models/issues_manager/descriptions/sriSignatureInputHeaderValueNotInnerList.md +2 -2
  214. package/front_end/models/issues_manager/descriptions/sriValidationFailedIntegrityMismatch.md +4 -4
  215. package/front_end/models/issues_manager/descriptions/sriValidationFailedInvalidLength.md +3 -3
  216. package/front_end/models/issues_manager/descriptions/sriValidationFailedSignatureExpired.md +2 -2
  217. package/front_end/models/issues_manager/descriptions/sriValidationFailedSignatureMismatch.md +2 -2
  218. package/front_end/models/issues_manager/descriptions/stylesheetLateImport.md +1 -1
  219. package/front_end/models/issues_manager/descriptions/summaryElementAccessibilityInteractiveContentSummaryDescendant.md +1 -1
  220. package/front_end/models/issues_manager/descriptions/unencodedDigestIncorrectDigestLength.md +2 -2
  221. package/front_end/models/issues_manager/descriptions/unencodedDigestIncorrectDigestType.md +3 -3
  222. package/front_end/models/issues_manager/descriptions/unencodedDigestMalformedDictionary.md +2 -2
  223. package/front_end/models/issues_manager/descriptions/unencodedDigestUnknownAlgorithm.md +1 -1
  224. package/front_end/panels/application/DOMStorageItemsView.ts +1 -2
  225. package/front_end/panels/application/KeyValueStorageItemsView.ts +12 -0
  226. package/front_end/panels/elements/StylePropertiesSection.ts +25 -9
  227. package/front_end/panels/elements/StylesSidebarPane.ts +48 -0
  228. package/front_end/panels/emulation/DeviceModeToolbar.ts +0 -1
  229. package/front_end/panels/emulation/DeviceModeView.ts +289 -164
  230. package/front_end/panels/emulation/MediaQueryInspector.ts +10 -6
  231. package/front_end/panels/emulation/deviceModeView.css +1 -0
  232. package/front_end/panels/lighthouse/LighthouseController.ts +1 -6
  233. package/front_end/panels/sources/breakpointEditDialog.css +2 -2
  234. package/front_end/third_party/chromium/README.chromium +1 -1
  235. package/front_end/ui/components/text_editor/AiCodeGenerationProvider.ts +1 -2
  236. package/package.json +1 -2
  237. package/front_end/models/issues_manager/descriptions/SameSiteExcludeContextDowngradeRead.md +0 -8
  238. package/front_end/models/issues_manager/descriptions/SameSiteExcludeContextDowngradeSet.md +0 -8
  239. package/front_end/models/issues_manager/descriptions/SameSiteExcludeNavigationContextDowngrade.md +0 -8
  240. package/front_end/models/issues_manager/descriptions/SameSiteWarnCrossDowngradeRead.md +0 -8
  241. package/front_end/models/issues_manager/descriptions/SameSiteWarnCrossDowngradeSet.md +0 -8
  242. package/front_end/models/issues_manager/descriptions/SameSiteWarnStrictLaxDowngradeStrict.md +0 -8
@@ -1 +1 @@
1
- # Email verification request failed because the SD-JWT issued at claim is missing.
1
+ # Email verification request failed because the SD-JWT issued at claim is missing
@@ -1 +1 @@
1
- # Email verification request failed because the SD-JWT issuer claim is missing.
1
+ # Email verification request failed because the SD-JWT issuer claim is missing
@@ -1 +1 @@
1
- # Email verification request failed because the SD-JWT signature verification failed.
1
+ # Email verification request failed because the SD-JWT signature verification failed
@@ -1 +1 @@
1
- # Email verification request failed because the SD-JWT signature header algorithm is unsupported.
1
+ # Email verification request failed because the SD-JWT signature header algorithm is unsupported
@@ -1 +1 @@
1
- # Email verification request failed because the user is logged out.
1
+ # Email verification request failed because the user is logged out
@@ -1 +1 @@
1
- # Email verification request failed because the accounts endpoint in the well-known file is cross-origin.
1
+ # Email verification request failed because the accounts endpoint in the well-known file is cross-origin
@@ -1 +1 @@
1
- # Email verification request failed because the well-known file was not found (HTTP 404).
1
+ # Email verification request failed because the well-known file wasn’t found (HTTP 404)
@@ -1 +1 @@
1
- # Email verification request failed because the well-known file had an invalid Content-Type.
1
+ # Email verification request failed because the well-known file had an invalid Content-Type
@@ -1 +1 @@
1
- # Email verification request failed because the well-known file response was invalid.
1
+ # Email verification request failed because the well-known file response was invalid
@@ -1 +1 @@
1
- # Email verification request failed because the issuance endpoint in the well-known file is cross-origin.
1
+ # Email verification request failed because the issuance endpoint in the well-known file is cross-origin
@@ -1 +1 @@
1
- # Email verification request failed because the well-known file list was empty.
1
+ # Email verification request failed because the well-known file list was empty
@@ -1 +1 @@
1
- # Email verification request failed because the well-known file is missing the accounts endpoint.
1
+ # Email verification request failed because the well-known file is missing the accounts endpoint
@@ -1 +1 @@
1
- # Email verification request failed because the well-known file is missing the issuance endpoint.
1
+ # Email verification request failed because the well-known file is missing the issuance endpoint
@@ -1 +1 @@
1
- # Email verification request failed because there was no response when fetching the well-known file.
1
+ # Email verification request failed because there was no response when fetching the well-known file
@@ -1 +1 @@
1
- # Email verification request failed because the well-known file specifies an unsupported signing algorithm.
1
+ # Email verification request failed because the well-known file specifies an unsupported signing algorithm
@@ -1 +1 @@
1
- # The provider's accounts list endpoint cannot be found.
1
+ # The providers accounts list endpoint can’t be found
@@ -1 +1 @@
1
- # Provider's accounts list is invalid.
1
+ # Providers accounts list is invalid
@@ -1 +1 @@
1
- # The response body is empty when fetching the provider's accounts list.
1
+ # The response body is empty when fetching the providers accounts list
@@ -1 +1 @@
1
- # User declined the sign-in attempt.
1
+ # User declined the sign-in attempt
@@ -1 +1 @@
1
- # The request has been aborted.
1
+ # The request has been aborted
@@ -1 +1 @@
1
- # Error attempting to reach the provider's sign-in endpoint.
1
+ # Error attempting to reach the providers sign-in endpoint
@@ -1 +1 @@
1
- # Error retrieving a token.
1
+ # Error retrieving a token
@@ -1 +1 @@
1
- # The provider's id token endpoint cannot be found.
1
+ # The providers id token endpoint can’t be found
@@ -1 +1 @@
1
- # The token fetching request is invalid.
1
+ # The token fetching request is invalid
@@ -1 +1 @@
1
- # Provider's token is invalid.
1
+ # Providers token is invalid
@@ -1 +1 @@
1
- # The response body is empty when fetching the provider's token.
1
+ # The response body is empty when fetching the providers token
@@ -1 +1 @@
1
- # Provider's sign-in response is invalid.
1
+ # Providers sign-in response is invalid
@@ -1 +1 @@
1
- # The provider's FedCM manifest configuration cannot be found.
1
+ # The providers FedCM manifest configuration can’t be found
@@ -1 +1 @@
1
- # Provider's FedCM manifest configuration is invalid.
1
+ # Providers FedCM manifest configuration is invalid
@@ -1 +1 @@
1
- # The response body is empty when fetching the provider's FedCM manifest configuration.
1
+ # The response body is empty when fetching the providers FedCM manifest configuration
@@ -1 +1 @@
1
- # Only one navigator.credentials.get request may be outstanding at one time.
1
+ # Only one navigator.credentials.get request may be outstanding at one time
@@ -1 +1 @@
1
- # getUserInfo() failed because of an invalid accounts response.
1
+ # getUserInfo() failed because of an invalid accounts response
@@ -1 +1 @@
1
- # getUserInfo() failed because the config and well-known files were invalid.
1
+ # getUserInfo() failed because the config and well-known files were invalid
@@ -1 +1 @@
1
- # getUserInfo() failed because the user has not yet used FedCM on this site with the provided IDP.
1
+ # getUserInfo() failed because the user hasn’t yet used FedCM on this site with the provided IDP
@@ -1 +1 @@
1
- # getUserInfo() is disabled because FedCM is disabled.
1
+ # getUserInfo() is disabled because FedCM is disabled
@@ -1 +1 @@
1
- # getUserInfo() failed because no account received was a returning account.
1
+ # getUserInfo() failed because no account got was a returning account
@@ -1 +1 @@
1
- # getUserInfo() caller is not an iframe.
1
+ # getUserInfo() caller isn’t an iframe
@@ -1 +1 @@
1
- # getUserInfo() failed because the config URL is not potentially trustworthy.
1
+ # getUserInfo() failed because the config URL isn’t potentially trustworthy
@@ -1 +1 @@
1
- # getUserInfo() caller is not same origin as the config URL.
1
+ # getUserInfo() caller isn’t same origin as the config URL
@@ -1 +1 @@
1
- # getUserInfo() is disabled because the IDP Sign-In Status is signed-out.
1
+ # getUserInfo() is disabled because the IDP Sign-In Status is signed-out
@@ -1,7 +1,7 @@
1
- # Fetching Partitioned Blob URL Issue
1
+ # Fetching partitioned blob URL issue
2
2
 
3
3
  This issue occurs when a Blob URL access attempt was blocked because it was made from a cross-partition, same-origin context.
4
4
 
5
- Make sure the Blob URL was created in the same [storage partition](storagePartitioningExplainer) as the context it is being fetched from.
5
+ Make sure the Blob URL was created in the same [storage partition](storagePartitioningExplainer) as the context it’s being fetched from.
6
6
 
7
7
  If access to unpartitioned Blob URLs is needed, the Storage Access API [can be used](storageAccessAPI).
@@ -1,6 +1,6 @@
1
- # An aria-labelledby attribute doesn't match any element id
1
+ # An aria-labelledby attribute doesnt match any element id
2
2
 
3
- An `aria-labelledby` attribute doesn't match any element `id`. This might prevent
3
+ An `aria-labelledby` attribute doesnt match any element `id`. This might stop
4
4
  the browser from correctly autofilling the form and accessibility tools from
5
5
  working correctly.
6
6
 
@@ -1,5 +1,5 @@
1
1
  # Incorrect use of autocomplete attribute
2
2
 
3
- A form field's `autocomplete` attribute is empty. This might prevent the browser from correctly autofilling the form.
3
+ A form fields `autocomplete` attribute is empty. This might stop the browser from correctly autofilling the form.
4
4
 
5
5
  To fix this issue, provide a valid `autocomplete` value.
@@ -1,5 +1,5 @@
1
1
  # Duplicate form field id in the same form
2
2
 
3
- Multiple form field elements in the same form have the same `id` attribute value. This might prevent the browser from correctly autofilling the form.
3
+ Multiple form field elements in the same form have the same `id` attribute value. This might stop the browser from correctly autofilling the form.
4
4
 
5
5
  To fix this issue, use unique `id` attribute values for each form field.
@@ -1,5 +1,5 @@
1
1
  # A form field element should have an id or name attribute
2
2
 
3
- A form field element has neither an `id` nor a `name` attribute. This might prevent the browser from correctly autofilling the form.
3
+ A form field element has neither an `id` nor a `name` attribute. This might stop the browser from correctly autofilling the form.
4
4
 
5
- To fix this issue, add a unique `id` or `name` attribute to a form field. This is not strictly needed, but still recommended even if you have an autocomplete attribute on the same element.
5
+ To fix this issue, add a unique `id` or `name` attribute to a form field. This isn’t strictly needed, but still recommended even if you have an autocomplete attribute on the same element.
@@ -1,5 +1,5 @@
1
- # An element doesn't have an autocomplete attribute
1
+ # An element doesnt have an autocomplete attribute
2
2
 
3
- A form field has an `id` or `name` attribute that the browser's autofill recognizes. However, it doesn't have an `autocomplete` attribute assigned. This might prevent the browser from correctly autofilling the form.
3
+ A form field has an `id` or `name` attribute that the browsers autofill recognizes. However, it doesnt have an `autocomplete` attribute assigned. This might stop the browser from correctly autofilling the form.
4
4
 
5
5
  To fix this issue, provide an `autocomplete` attribute.
@@ -1,5 +1,5 @@
1
1
  # Non-standard `autocomplete` attribute value
2
2
 
3
- An `autocomplete` attribute of a form field uses a non-standard HTML value. This might prevent the browser from correctly autofilling the form.
3
+ An `autocomplete` attribute of a form field uses a non-standard HTML value. This might stop the browser from correctly autofilling the form.
4
4
 
5
5
  To fix this issue, use a valid `autocomplete` value.
@@ -1,5 +1,5 @@
1
1
  # Form field without valid aria-labelledby attribute or associated label
2
2
 
3
- A form field has neither a valid `aria-labelledby` attribute nor an associated `<label>`. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.
3
+ A form field has neither a valid `aria-labelledby` attribute nor an associated `<label>`. This might stop the browser from correctly autofilling the form and accessibility tools from working correctly.
4
4
 
5
5
  To fix this issue, provide a `<label>` describing the purpose of the form field.
@@ -1,5 +1,5 @@
1
1
  # Incorrect use of <label for=FORM_ELEMENT>
2
2
 
3
- The label's `for` attribute doesn't match any element `id`. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.
3
+ The labels `for` attribute doesnt match any element `id`. This might stop the browser from correctly autofilling the form and accessibility tools from working correctly.
4
4
 
5
- To fix this issue, make sure the label's `for` attribute references the correct `id` of a form field.
5
+ To fix this issue, make sure the labels `for` attribute references the correct `id` of a form field.
@@ -1,5 +1,5 @@
1
1
  # Incorrect use of <label for=FORM_ELEMENT>
2
2
 
3
- The label's `for` attribute refers to a form field by its `name`, not its `id`. This might prevent the browser from correctly autofilling the form and accessibility tools from working correctly.
3
+ The labels `for` attribute refers to a form field by its `name`, not its `id`. This might stop the browser from correctly autofilling the form and accessibility tools from working correctly.
4
4
 
5
5
  To fix this issue, refer to form fields by their `id` attribute.
@@ -1,5 +1,5 @@
1
1
  # No label associated with a form field
2
2
 
3
- A `<label>` isn't associated with a form field.
3
+ A `<label>` isnt associated with a form field.
4
4
 
5
5
  To fix this issue, nest the `<input>` in the `<label>` or provide a `for` attribute on the `<label>` that matches a form field `id`.
@@ -1,5 +1,5 @@
1
1
  # Missing tool name for a WebMCP declarative tool definition
2
2
 
3
- This form is intended to be used as a WebMCP declarative tool definition, but it does not specify a name. A tool name is required for an AI model to correctly identify and invoke the tool.
3
+ This form is intended to be used as a WebMCP declarative tool definition, but it doesn’t specify a name. A tool name is required for an AI model to correctly identify and invoke the tool.
4
4
 
5
5
  To fix this issue, provide a tool name via the `toolname` attribute.
@@ -1,5 +1,5 @@
1
1
  # Parameter missing name for a WebMCP declarative tool definition
2
2
 
3
- An input element within this form lacks a `name` attribute. Without a name, the AI model cannot format the parameter payload correctly when invoking the tool.
3
+ An input element within this form lacks a `name` attribute. Without a name, the AI model can’t format the parameter payload correctly when invoking the tool.
4
4
 
5
5
  To fix this issue, ensure form parameters have a `name` attribute.
@@ -1,5 +1,5 @@
1
1
  # Required parameter missing name for a WebMCP declarative tool definition
2
2
 
3
- A required input element within this form lacks a `name` attribute. Without a name, the AI model cannot format the parameter payload correctly when invoking the tool.
3
+ A required input element within this form lacks a `name` attribute. Without a name, the AI model can’t format the parameter payload correctly when invoking the tool.
4
4
 
5
5
  To fix this issue, ensure all required form parameters have a `name` attribute.
@@ -1,7 +1,7 @@
1
1
  # Session History Item Has Been Marked Skippable
2
2
 
3
3
  A session history item was added by this document without any interaction from the
4
- user. As a result, this document's history items will be skipped if the user goes
5
- back or forward via the browser's UI (e.g., back/forward buttons), to prevent pages
4
+ user. As a result, this documents history items will be skipped if the user goes
5
+ back or forward via the browsers UI (e.g., back/forward buttons), to stop pages
6
6
  from trapping a user. If the user interacts with the page, the history items
7
7
  will no longer be skipped.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Chrome identifies heavy ads on your site that use too many resources without a user gesture. Heavy ads have an impact on performance and harm the user’s browsing experience. They increase battery drain, consume mobile data, and make your site slow. To improve the user experience, Chrome warns about or removes heavy ads.
4
4
 
5
- An ad is considered heavy if the user has not interacted with it (for example, has not tapped or clicked it) and it meets any of the following criteria:
5
+ An ad is considered heavy if the user hasn’t interacted with it (for example, hasn’t tapped or clicked it) and it meets any of the following criteria:
6
6
  * Uses the main thread for more than 60 seconds in total (CPU total limit)
7
7
  * Uses the main thread for more than 15 seconds in any 30 second window (CPU peak limit)
8
8
  * Uses more than 4 megabytes of network bandwidth (Network limit)
@@ -4,4 +4,4 @@ An image on this page specifies `loading="lazy"` without explicit width and heig
4
4
 
5
5
  When lazy-loaded images lack dimensions, the browser allocates an initial 0x0 bounding box before network loading completes. As the user scrolls and the image loads, its sudden expansion triggers unexpected layout shifts (CLS) and can displace or clip surrounding content.
6
6
 
7
- To prevent layout shifts, always include explicit `width` and `height` attributes on lazy-loaded images, or define their aspect ratio using CSS.
7
+ To stop layout shifts, always include explicit `width` and `height` attributes on lazy-loaded images, or define their aspect ratio using CSS.
@@ -1,5 +1,5 @@
1
- # Navigating Partitioned Blob URL Issue
1
+ # Navigating partitioned blob URL issue
2
2
 
3
- This issue occurs when 'noopener' was enforced during navigation to a cross-partition, same-origin Blob URL. The navigation won't be blocked due to it being cross-partition, but APIs like window.open won't return a WindowProxy for the new window in this case.
3
+ This issue occurs when `noopener` was enforced during navigation to a cross-partition, same-origin Blob URL. The navigation wont be blocked due to it being cross-partition, but APIs like window.open wont return a WindowProxy for the new window in this case.
4
4
 
5
- If your application requires a WindowProxy object to be returned by navigating to the Blob URL, make sure the Blob URL has the same top-level site as the context it is navigated fetched from.
5
+ If your application requires a WindowProxy object to be returned by navigating to the Blob URL, make sure the Blob URL has the same top-level site as the context it’s navigated fetched from.
@@ -1,6 +1,6 @@
1
1
  # Activation disabled
2
2
 
3
- The "{PLACEHOLDER_Type}" element could not be activated for the following reason: {PLACEHOLDER_DisableReason}.
3
+ The "{PLACEHOLDER_Type}" element couldn’t be activated for the following reason: {PLACEHOLDER_DisableReason}.
4
4
 
5
5
  To resolve this issue, ensure that the element follows all styling restrictions and is fully visible to the user.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Activation disabled
2
2
 
3
- The "{PLACEHOLDER_Type}" element could not be activated for the following reason: {PLACEHOLDER_DisableReason}.
3
+ The "{PLACEHOLDER_Type}" element couldn’t be activated for the following reason: {PLACEHOLDER_DisableReason}.
4
4
 
5
5
  The element is occluded by: "{PLACEHOLDER_OccluderInfo}"
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Activation disabled
2
2
 
3
- The "{PLACEHOLDER_Type}" element could not be activated for the following reason: {PLACEHOLDER_DisableReason}.
3
+ The "{PLACEHOLDER_Type}" element couldn’t be activated for the following reason: {PLACEHOLDER_DisableReason}.
4
4
 
5
5
  The element is occluded by: "{PLACEHOLDER_OccluderInfo}" (parent element: "{PLACEHOLDER_OccluderParentInfo}")
6
6
 
@@ -1,5 +1,5 @@
1
1
  # Fenced frame disallowed
2
2
 
3
- The "{PLACEHOLDER_Type}" element is not allowed in a fenced frame.
3
+ The "{PLACEHOLDER_Type}" element isn’t allowed in a fenced frame.
4
4
 
5
- To resolve this issue, ensure the element is not used in a fenced frame.
5
+ To resolve this issue, ensure the element isn’t used in a fenced frame.
@@ -1,5 +1,5 @@
1
1
  # Font size too large
2
2
 
3
- The "{PLACEHOLDER_Type}" element's font size is too large.
3
+ The "{PLACEHOLDER_Type}" elements font size is too large.
4
4
 
5
- To resolve this issue, ensure that the element's font is at most 'xx-large'.
5
+ To resolve this issue, ensure that the elements font is at most `xx-large`.
@@ -1,5 +1,5 @@
1
1
  # Font size too small
2
2
 
3
- The "{PLACEHOLDER_Type}" element's font size is too small.
3
+ The "{PLACEHOLDER_Type}" elements font size is too small.
4
4
 
5
- To resolve this issue, ensure that the element's font is at least 'small'.
5
+ To resolve this issue, ensure that the elements font is at least `small`.
@@ -1,5 +1,5 @@
1
1
  # Unsupported inset box shadow
2
2
 
3
- The "{PLACEHOLDER_Type}" element does not support `inset` box shadows.
3
+ The "{PLACEHOLDER_Type}" element doesn’t support `inset` box shadows.
4
4
 
5
5
  To resolve this issue, remove the `inset` keyword from the relevant stylesheet.
@@ -1,5 +1,5 @@
1
1
  # Invalid display style
2
2
 
3
- The "{PLACEHOLDER_Type}" element has an invalid display style. Values that result in an unsupported layout are not allowed.
3
+ The "{PLACEHOLDER_Type}" element has an invalid display style. Values that result in an unsupported layout aren’t allowed.
4
4
 
5
- To resolve this issue, consider using 'inline-block', 'block', or 'flex' instead.
5
+ To resolve this issue, consider using `inline-block`, `block`, or `flex` instead.
@@ -1,5 +1,5 @@
1
1
  # Invalid size value
2
2
 
3
- Content, intrinsic, or stretch sizes are not supported as values for the min/max width and height of the "{PLACEHOLDER_Type}" element.
3
+ Content, intrinsic, or stretch sizes aren’t supported as values for the min/max width and height of the "{PLACEHOLDER_Type}" element.
4
4
 
5
- To resolve this issue, use absolute or relative lengths for the element's width and height.
5
+ To resolve this issue, use absolute or relative lengths for the elements width and height.
@@ -1,5 +1,5 @@
1
1
  # Invalid type attribute
2
2
 
3
- The "{PLACEHOLDER_Type}" type is not supported.
3
+ The "{PLACEHOLDER_Type}" type isn’t supported.
4
4
 
5
- To resolve this issue, ensure the element's type is one of the supported values: "camera", "microphone", "geolocation", "camera microphone".
5
+ To resolve this issue, ensure the elements type is one of the supported values: "camera", "microphone", "geolocation", "camera microphone".
@@ -1,5 +1,5 @@
1
1
  # Invalid type activation
2
2
 
3
- An element with the "{PLACEHOLDER_Type}" type was attempted to be activated. However this type is not supported.
3
+ An element with the "{PLACEHOLDER_Type}" type was attempted to be activated. However this type isn’t supported.
4
4
 
5
- To resolve this issue, ensure the element's type is one of the supported values: "camera", "microphone", "geolocation", "camera microphone".
5
+ To resolve this issue, ensure the elements type is one of the supported values: "camera", "microphone", "geolocation", "camera microphone".
@@ -2,4 +2,4 @@
2
2
 
3
3
  The text color or background color of the "{PLACEHOLDER_Type}" element is non-opaque.
4
4
 
5
- To resolve this issue, ensure the element's text and background colors have their alpha channel value at 100%.
5
+ To resolve this issue, ensure the elements text and background colors have their alpha channel value at 100%.
@@ -1,6 +1,6 @@
1
1
  # Unsupported bottom padding
2
2
 
3
- The "{PLACEHOLDER_Type}" element does not support `padding-bottom`.
3
+ The "{PLACEHOLDER_Type}" element doesn’t support `padding-bottom`.
4
4
  `padding-bottom` is always set to be identical to `padding-top`.
5
5
 
6
- To resolve this issue, ensure the element's `padding-bottom` is unset or identical to `padding-top`.
6
+ To resolve this issue, ensure the elements `padding-bottom` is unset or identical to `padding-top`.
@@ -1,6 +1,6 @@
1
1
  # Unsupported right padding
2
2
 
3
- The "{PLACEHOLDER_Type}" element does not support `padding-right`.
3
+ The "{PLACEHOLDER_Type}" element doesn’t support `padding-right`.
4
4
  `padding-right` is always set to be identical to `padding-left`.
5
5
 
6
- To resolve this issue, ensure the element's `padding-right` is unset or identical to `padding-left`.
6
+ To resolve this issue, ensure the elements `padding-right` is unset or identical to `padding-left`.
@@ -1,5 +1,5 @@
1
1
  # Request in progress
2
2
 
3
- A permission request on the "{PLACEHOLDER_Type}" element was prevented because a previous request is still in progress.
3
+ A permission request on the "{PLACEHOLDER_Type}" element was stopped because a previous request is still in progress.
4
4
 
5
- To resolve this issue, ensure that the site does not allow users to interact with the element behind the current content scrim (for example by moving the element to a document in a new window, which is not covered by the scrim).
5
+ To resolve this issue, ensure that the site doesn’t allow users to interact with the element behind the current content scrim (for example by moving the element to a document in a new window, which isn’t covered by the scrim).
@@ -1,5 +1,5 @@
1
1
  # Activation disabled (quota)
2
2
 
3
- The "{PLACEHOLDER_Type}" element could not be activated because the page's quota has been exceeded.
3
+ The "{PLACEHOLDER_Type}" element couldn’t be activated because the pages quota has been exceeded.
4
4
 
5
5
  To resolve this issue, ensure that you have no more than 3 elements of the same type per page.
@@ -1,5 +1,5 @@
1
1
  # Permission not supported
2
2
 
3
- The permission type "{PLACEHOLDER_Type}" is not supported by this browser and therefore the element will not be functional.
3
+ The permission type "{PLACEHOLDER_Type}" isn’t supported by this browser and therefore the element won’t be functional.
4
4
 
5
- To resolve this issue, ensure the element's type is one of the supported values: "camera", "microphone", "geolocation", "camera microphone".
5
+ To resolve this issue, ensure the elements type is one of the supported values: "camera", "microphone", "geolocation", "camera microphone".
@@ -2,6 +2,6 @@
2
2
 
3
3
  The "{PLACEHOLDER_Type}" element can only be activated by actual user clicks, not simulated ones.
4
4
 
5
- To resolve this issue, do not use frameworks which simulate click events, (e.g. via `click()`) and do not prevent the `DOMActivate` event.
5
+ To resolve this issue, don’t use frameworks which simulate click events, (e.g. via `click()`) and don’t stop the `DOMActivate` event.
6
6
 
7
7
  You can use the command line flag `--runtime-enabled-features=BypassPepcSecurityForTesting` to bypass this behavior for testing purposes.
@@ -1,3 +1,3 @@
1
1
  # This is a placeholder issue description
2
2
 
3
- This description is used for issues that are not intended to be shown to the user. This means there is no need for a useful description.
3
+ This description is used for issues that aren’t intended to be shown to the user. This means there is no need for a useful description.
@@ -1,6 +1,6 @@
1
1
  # Invalid element or text node within <optgroup>
2
2
 
3
- An element which is not allowed in the content model of the `<optgroup>` element was found within an `<optgroup>` element. These elements will not consistently be accessible to people navigating by keyboard or using assistive technology.
3
+ An element which isn’t allowed in the content model of the `<optgroup>` element was found within an `<optgroup>` element. These elements won’t consistently be accessible to people navigating by keyboard or using assistive technology.
4
4
 
5
5
  If using disallowed elements for layout structure and styling, consider using the allowed `<div>` element instead.
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Invalid element or text node within <select>
2
2
 
3
- An element which is not allowed in the content model of the `<select>` element was found within a `<select>` element. These elements will not consistently be accessible to people navigating by keyboard or using assistive technology.
3
+ An element which isn’t allowed in the content model of the `<select>` element was found within a `<select>` element. These elements won’t consistently be accessible to people navigating by keyboard or using assistive technology.
4
4
 
5
5
  If using disallowed elements for layout structure and styling, consider using the allowed `<div>` element instead.
6
6
 
@@ -1,3 +1,3 @@
1
1
  # Element with invalid attributes within a <select> element
2
2
 
3
- An element with `contenteditable` or `tabindex` attributes is not an allowed child of a `<select>` element. It will not consistently be accessible to people navigating by keyboard or using assistive technology.
3
+ An element with `contenteditable` or `tabindex` attributes isn’t an allowed child of a `<select>` element. It won’t consistently be accessible to people navigating by keyboard or using assistive technology.
@@ -1,3 +1,3 @@
1
1
  # Interactive element inside of a <legend> element
2
2
 
3
- An interactive element which is not allowed in the content model of the `<legend>` element was found within a `<legend>` element. Interactive elements are not allowed children of a `<legend>` element when used within an `<optgroup>` element. These elements will not consistently be accessible to people navigating by keyboard or using assistive technology.
3
+ An interactive element which isn’t allowed in the content model of the `<legend>` element was found within a `<legend>` element. Interactive elements aren’t allowed children of a `<legend>` element when used within an `<optgroup>` element. These elements won’t consistently be accessible to people navigating by keyboard or using assistive technology.
@@ -1,3 +1,3 @@
1
1
  # Interactive element inside of an <option> element
2
2
 
3
- An interactive element which is not allowed in the content model of the `<option>` element was found within an `<option>` element. These elements will not consistently be accessible to people navigating by keyboard or using assistive technology.
3
+ An interactive element which isn’t allowed in the content model of the `<option>` element was found within an `<option>` element. These elements won’t consistently be accessible to people navigating by keyboard or using assistive technology.
@@ -1,3 +1,3 @@
1
1
  # Non-phrasing content used within an <option> element
2
2
 
3
- The `<option>` element allows only non-interactive phrasing content, text, and `<div>` elements as its children. The semantics of non-phrasing content elements do not make sense as children of an `<option>`, and such semantics will largely be ignored by assistive technology since they are inappropriate in this context. Consider removing or changing such elements to one of the allowed phrasing content elements.
3
+ The `<option>` element allows only non-interactive phrasing content, text, and `<div>` elements as its children. The semantics of non-phrasing content elements don’t make sense as children of an `<option>`, and such semantics will largely be ignored by assistive technology since they are inappropriate in this context. Consider removing or changing such elements to one of the allowed phrasing content elements.