chrome-devtools-frontend 1.0.1022611 → 1.0.1024166

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 (358) hide show
  1. package/.eslintignore +4 -2
  2. package/.eslintrc.js +1 -0
  3. package/front_end/core/common/AppProvider.ts +1 -1
  4. package/front_end/core/common/Object.ts +7 -2
  5. package/front_end/core/common/SettingRegistration.ts +1 -1
  6. package/front_end/core/common/Settings.ts +2 -3
  7. package/front_end/core/host/InspectorFrontendHost.ts +13 -5
  8. package/front_end/core/host/ResourceLoader.ts +1 -1
  9. package/front_end/core/i18n/locales/en-US.json +24 -0
  10. package/front_end/core/i18n/locales/en-XL.json +24 -0
  11. package/front_end/core/platform/UserVisibleError.ts +1 -1
  12. package/front_end/core/sdk/AccessibilityModel.ts +3 -4
  13. package/front_end/core/sdk/CPUProfileDataModel.ts +1 -1
  14. package/front_end/core/sdk/CPUProfilerModel.ts +3 -3
  15. package/front_end/core/sdk/CPUThrottlingManager.ts +2 -2
  16. package/front_end/core/sdk/CSSContainerQuery.ts +2 -2
  17. package/front_end/core/sdk/CSSLayer.ts +1 -1
  18. package/front_end/core/sdk/CSSMatchedStyles.ts +3 -3
  19. package/front_end/core/sdk/CSSMedia.ts +1 -1
  20. package/front_end/core/sdk/CSSModel.ts +6 -6
  21. package/front_end/core/sdk/CSSProperty.ts +2 -2
  22. package/front_end/core/sdk/CSSQuery.ts +2 -3
  23. package/front_end/core/sdk/CSSRule.ts +2 -2
  24. package/front_end/core/sdk/CSSScope.ts +1 -1
  25. package/front_end/core/sdk/CSSStyleDeclaration.ts +3 -3
  26. package/front_end/core/sdk/CSSStyleSheetHeader.ts +3 -3
  27. package/front_end/core/sdk/CSSSupports.ts +1 -1
  28. package/front_end/core/sdk/ChildTargetManager.ts +2 -2
  29. package/front_end/core/sdk/CompilerSourceMappingContentProvider.ts +1 -2
  30. package/front_end/core/sdk/ConsoleModel.ts +15 -12
  31. package/front_end/core/sdk/CookieModel.ts +4 -5
  32. package/front_end/core/sdk/DOMDebuggerModel.ts +7 -7
  33. package/front_end/core/sdk/DOMModel.ts +3 -3
  34. package/front_end/core/sdk/DebuggerModel.ts +5 -6
  35. package/front_end/core/sdk/EmulationModel.ts +2 -2
  36. package/front_end/core/sdk/EventBreakpointsModel.ts +4 -4
  37. package/front_end/core/sdk/FilmStripModel.ts +1 -2
  38. package/front_end/core/sdk/FrameAssociated.ts +1 -1
  39. package/front_end/core/sdk/FrameManager.ts +6 -6
  40. package/front_end/core/sdk/HeapProfilerModel.ts +4 -4
  41. package/front_end/core/sdk/IOModel.ts +2 -2
  42. package/front_end/core/sdk/IsolateManager.ts +3 -3
  43. package/front_end/core/sdk/IssuesModel.ts +1 -2
  44. package/front_end/core/sdk/LayerTreeBase.ts +3 -4
  45. package/front_end/core/sdk/LogModel.ts +1 -2
  46. package/front_end/core/sdk/NetworkManager.ts +18 -9
  47. package/front_end/core/sdk/NetworkRequest.ts +1 -2
  48. package/front_end/core/sdk/OverlayModel.ts +5 -5
  49. package/front_end/core/sdk/PageLoad.ts +1 -1
  50. package/front_end/core/sdk/PageResourceLoader.ts +3 -3
  51. package/front_end/core/sdk/PaintProfiler.ts +1 -2
  52. package/front_end/core/sdk/PerformanceMetricsModel.ts +1 -2
  53. package/front_end/core/sdk/ProfileTreeModel.ts +1 -1
  54. package/front_end/core/sdk/RemoteObject.ts +3 -3
  55. package/front_end/core/sdk/Resource.ts +2 -3
  56. package/front_end/core/sdk/ResourceTreeModel.ts +6 -7
  57. package/front_end/core/sdk/RuntimeModel.ts +5 -5
  58. package/front_end/core/sdk/SDKModel.ts +1 -1
  59. package/front_end/core/sdk/ScreenCaptureModel.ts +2 -2
  60. package/front_end/core/sdk/Script.ts +5 -6
  61. package/front_end/core/sdk/SecurityOriginManager.ts +1 -2
  62. package/front_end/core/sdk/ServerTiming.ts +1 -1
  63. package/front_end/core/sdk/ServiceWorkerCacheModel.ts +3 -3
  64. package/front_end/core/sdk/ServiceWorkerManager.ts +3 -4
  65. package/front_end/core/sdk/SourceMap.ts +2 -2
  66. package/front_end/core/sdk/SourceMapManager.ts +5 -5
  67. package/front_end/core/sdk/StorageKeyManager.ts +1 -2
  68. package/front_end/core/sdk/Target.ts +1 -1
  69. package/front_end/core/sdk/TargetManager.ts +1 -1
  70. package/front_end/core/sdk/TracingManager.ts +2 -3
  71. package/front_end/core/sdk/TracingModel.ts +1 -1
  72. package/front_end/core/sdk/WebAuthnModel.ts +1 -2
  73. package/front_end/entrypoints/formatter_worker/CSSFormatter.ts +1 -1
  74. package/front_end/entrypoints/formatter_worker/CSSRuleParser.ts +1 -2
  75. package/front_end/entrypoints/formatter_worker/FormatterWorker.ts +1 -1
  76. package/front_end/entrypoints/formatter_worker/HTMLFormatter.ts +1 -1
  77. package/front_end/entrypoints/formatter_worker/IdentityFormatter.ts +1 -1
  78. package/front_end/entrypoints/formatter_worker/JSONFormatter.ts +1 -1
  79. package/front_end/entrypoints/formatter_worker/JavaScriptFormatter.ts +2 -3
  80. package/front_end/entrypoints/formatter_worker/JavaScriptOutline.ts +1 -1
  81. package/front_end/entrypoints/formatter_worker/ScopeParser.ts +2 -2
  82. package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshot.ts +1 -1
  83. package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshotLoader.ts +3 -3
  84. package/front_end/generated/.clang-format +1 -0
  85. package/front_end/generated/ARIAProperties.js +1515 -517
  86. package/front_end/generated/InspectorBackendCommands.js +960 -3655
  87. package/front_end/generated/SupportedCSSProperties.js +5719 -1314
  88. package/front_end/generated/protocol-mapping.d.ts +1865 -608
  89. package/front_end/generated/protocol-proxy-api.d.ts +384 -576
  90. package/front_end/generated/protocol.ts +9 -12
  91. package/front_end/models/bindings/BreakpointManager.ts +2 -2
  92. package/front_end/models/bindings/CSSWorkspaceBinding.ts +5 -2
  93. package/front_end/models/bindings/CompilerScriptMapping.ts +5 -1
  94. package/front_end/models/bindings/DebuggerLanguagePlugins.ts +2 -2
  95. package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +4 -4
  96. package/front_end/models/bindings/DefaultScriptMapping.ts +1 -1
  97. package/front_end/models/bindings/IgnoreListManager.ts +1 -1
  98. package/front_end/models/bindings/PresentationConsoleMessageHelper.ts +2 -2
  99. package/front_end/models/bindings/ResourceScriptMapping.ts +2 -4
  100. package/front_end/models/bindings/SASSSourceMapping.ts +2 -2
  101. package/front_end/models/bindings/StylesSourceMapping.ts +1 -1
  102. package/front_end/models/bindings/TempFile.ts +1 -2
  103. package/front_end/models/emulation/DeviceModeModel.ts +8 -2
  104. package/front_end/models/extensions/ExtensionPanel.ts +1 -1
  105. package/front_end/models/extensions/ExtensionServer.ts +3 -3
  106. package/front_end/models/extensions/ExtensionView.ts +1 -1
  107. package/front_end/models/extensions/LanguageExtensionEndpoint.ts +1 -1
  108. package/front_end/models/extensions/RecorderPluginManager.ts +1 -1
  109. package/front_end/models/formatter/SourceFormatter.ts +1 -2
  110. package/front_end/models/har/Importer.ts +1 -1
  111. package/front_end/models/har/Writer.ts +2 -2
  112. package/front_end/models/issues_manager/AttributionReportingIssue.ts +1 -1
  113. package/front_end/models/issues_manager/ClientHintIssue.ts +6 -2
  114. package/front_end/models/issues_manager/ContentSecurityPolicyIssue.ts +6 -2
  115. package/front_end/models/issues_manager/CookieIssue.ts +6 -2
  116. package/front_end/models/issues_manager/CorsIssue.ts +1 -1
  117. package/front_end/models/issues_manager/CrossOriginEmbedderPolicyIssue.ts +6 -2
  118. package/front_end/models/issues_manager/DeprecationIssue.ts +2 -2
  119. package/front_end/models/issues_manager/FederatedAuthRequestIssue.ts +6 -2
  120. package/front_end/models/issues_manager/GenericIssue.ts +6 -2
  121. package/front_end/models/issues_manager/HeavyAdIssue.ts +1 -1
  122. package/front_end/models/issues_manager/Issue.ts +1 -1
  123. package/front_end/models/issues_manager/IssueResolver.ts +2 -3
  124. package/front_end/models/issues_manager/IssuesManager.ts +1 -1
  125. package/front_end/models/issues_manager/LowTextContrastIssue.ts +1 -1
  126. package/front_end/models/issues_manager/MixedContentIssue.ts +1 -1
  127. package/front_end/models/issues_manager/NavigatorUserAgentIssue.ts +1 -1
  128. package/front_end/models/issues_manager/QuirksModeIssue.ts +1 -1
  129. package/front_end/models/issues_manager/RelatedIssue.ts +1 -1
  130. package/front_end/models/issues_manager/SharedArrayBufferIssue.ts +1 -1
  131. package/front_end/models/issues_manager/SourceFrameIssuesManager.ts +3 -3
  132. package/front_end/models/issues_manager/TrustedWebActivityIssue.ts +6 -2
  133. package/front_end/models/javascript_metadata/NativeFunctions.js +22 -32
  134. package/front_end/models/persistence/Automapping.ts +1 -2
  135. package/front_end/models/persistence/EditFileSystemView.ts +1 -1
  136. package/front_end/models/persistence/FileSystemWorkspaceBinding.ts +4 -4
  137. package/front_end/models/persistence/IsolatedFileSystem.ts +1 -2
  138. package/front_end/models/persistence/IsolatedFileSystemManager.ts +2 -2
  139. package/front_end/models/persistence/NetworkPersistenceManager.ts +1 -2
  140. package/front_end/models/persistence/PersistenceImpl.ts +1 -2
  141. package/front_end/models/persistence/PersistenceUtils.ts +1 -2
  142. package/front_end/models/persistence/WorkspaceSettingsTab.ts +2 -2
  143. package/front_end/models/text_utils/StaticContentProvider.ts +1 -1
  144. package/front_end/models/timeline_model/TimelineFrameModel.ts +2 -2
  145. package/front_end/models/timeline_model/TimelineProfileTree.ts +1 -1
  146. package/front_end/models/timeline_model/TracingLayerTree.ts +1 -1
  147. package/front_end/models/workspace/UISourceCode.ts +1 -2
  148. package/front_end/models/workspace/WorkspaceImpl.ts +1 -2
  149. package/front_end/panels/accessibility/AXBreadcrumbsPane.ts +1 -1
  150. package/front_end/panels/animation/AnimationGroupPreviewUI.ts +1 -1
  151. package/front_end/panels/animation/AnimationTimeline.ts +7 -2
  152. package/front_end/panels/animation/AnimationUI.ts +3 -3
  153. package/front_end/panels/application/ApplicationPanelCacheSection.ts +1 -1
  154. package/front_end/panels/application/ApplicationPanelSidebar.ts +13 -7
  155. package/front_end/panels/application/ApplicationPanelTreeElement.ts +1 -1
  156. package/front_end/panels/application/BackgroundServiceView.ts +1 -2
  157. package/front_end/panels/application/DatabaseQueryView.ts +1 -1
  158. package/front_end/panels/application/DatabaseTableView.ts +1 -1
  159. package/front_end/panels/application/IndexedDBViews.ts +9 -2
  160. package/front_end/panels/application/InterestGroupTreeElement.ts +1 -1
  161. package/front_end/panels/application/ReportingApiTreeElement.ts +1 -1
  162. package/front_end/panels/application/ResourcesPanel.ts +1 -1
  163. package/front_end/panels/application/TrustTokensTreeElement.ts +1 -1
  164. package/front_end/panels/application/components/FrameDetailsView.ts +9 -6
  165. package/front_end/panels/console/ConsoleFilter.ts +1 -1
  166. package/front_end/panels/console/ConsoleSidebar.ts +2 -3
  167. package/front_end/panels/console/ConsoleView.ts +2 -4
  168. package/front_end/panels/console/ConsoleViewMessage.ts +2 -2
  169. package/front_end/panels/console/ConsoleViewport.ts +1 -1
  170. package/front_end/panels/coverage/CoverageDecorationManager.ts +1 -1
  171. package/front_end/panels/coverage/CoverageListView.ts +1 -2
  172. package/front_end/panels/coverage/CoverageView.ts +1 -2
  173. package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +9 -5
  174. package/front_end/panels/css_overview/CSSOverviewController.ts +2 -2
  175. package/front_end/panels/css_overview/CSSOverviewModel.ts +3 -3
  176. package/front_end/panels/css_overview/CSSOverviewPanel.ts +4 -5
  177. package/front_end/panels/css_overview/CSSOverviewProcessingView.ts +1 -2
  178. package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +3 -3
  179. package/front_end/panels/elements/ComputedStyleWidget.ts +3 -4
  180. package/front_end/panels/elements/DOMLinkifier.ts +5 -1
  181. package/front_end/panels/elements/ElementsPanel.ts +7 -4
  182. package/front_end/panels/elements/ElementsSidebarPane.ts +1 -2
  183. package/front_end/panels/elements/ElementsTreeElement.ts +3 -4
  184. package/front_end/panels/elements/ElementsTreeOutline.ts +1 -1
  185. package/front_end/panels/elements/PlatformFontsWidget.ts +1 -2
  186. package/front_end/panels/elements/StyleEditorWidget.ts +2 -2
  187. package/front_end/panels/elements/StylePropertiesSection.ts +1 -2
  188. package/front_end/panels/elements/StylePropertyHighlighter.ts +2 -2
  189. package/front_end/panels/elements/StylePropertyTreeElement.ts +2 -3
  190. package/front_end/panels/elements/StylesSidebarPane.ts +39 -8
  191. package/front_end/panels/elements/TopLayerContainer.ts +1 -1
  192. package/front_end/panels/elements/components/AdornerSettingsPane.ts +1 -1
  193. package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +2 -3
  194. package/front_end/panels/elements/components/ElementsBreadcrumbsUtils.ts +1 -1
  195. package/front_end/panels/elements/components/LayoutPane.ts +1 -2
  196. package/front_end/panels/elements/components/QueryContainer.ts +1 -1
  197. package/front_end/panels/elements/components/StylePropertyEditor.ts +1 -2
  198. package/front_end/panels/emulation/AdvancedApp.ts +2 -2
  199. package/front_end/panels/emulation/DeviceModeWrapper.ts +1 -1
  200. package/front_end/panels/event_listeners/EventListenersView.ts +1 -2
  201. package/front_end/panels/issues/AffectedResourcesView.ts +2 -2
  202. package/front_end/panels/issues/CorsIssueDetailsView.ts +2 -2
  203. package/front_end/panels/issues/IssueView.ts +2 -2
  204. package/front_end/panels/issues/IssuesPane.ts +6 -2
  205. package/front_end/panels/layer_viewer/LayerDetailsView.ts +8 -2
  206. package/front_end/panels/layer_viewer/LayerTreeOutline.ts +7 -2
  207. package/front_end/panels/layer_viewer/Layers3DView.ts +9 -2
  208. package/front_end/panels/lighthouse/LighthouseController.ts +1 -1
  209. package/front_end/panels/lighthouse/LighthousePanel.ts +10 -6
  210. package/front_end/panels/lighthouse/LighthouseReportRenderer.ts +5 -1
  211. package/front_end/panels/lighthouse/LighthouseStartView.ts +1 -2
  212. package/front_end/panels/lighthouse/LighthouseStatusView.ts +1 -2
  213. package/front_end/panels/lighthouse/LighthouseTimespanView.ts +1 -2
  214. package/front_end/panels/media/EventDisplayTable.ts +1 -1
  215. package/front_end/panels/media/EventTimelineView.ts +9 -3
  216. package/front_end/panels/media/MainView.ts +1 -2
  217. package/front_end/panels/media/PlayerDetailView.ts +4 -3
  218. package/front_end/panels/media/PlayerListView.ts +2 -2
  219. package/front_end/panels/media/PlayerMessagesView.ts +76 -0
  220. package/front_end/panels/media/playerMessagesView.css +15 -0
  221. package/front_end/panels/mobile_throttling/MobileThrottlingSelector.ts +6 -2
  222. package/front_end/panels/mobile_throttling/NetworkThrottlingSelector.ts +1 -2
  223. package/front_end/panels/mobile_throttling/ThrottlingManager.ts +7 -4
  224. package/front_end/panels/network/NetworkDataGridNode.ts +1 -1
  225. package/front_end/panels/network/NetworkFrameGrouper.ts +1 -1
  226. package/front_end/panels/network/NetworkItemView.ts +1 -1
  227. package/front_end/panels/network/NetworkLogView.ts +10 -3
  228. package/front_end/panels/network/NetworkLogViewColumns.ts +7 -6
  229. package/front_end/panels/network/NetworkPanel.ts +3 -4
  230. package/front_end/panels/network/NetworkWaterfallColumn.ts +4 -4
  231. package/front_end/panels/network/RequestTimingView.ts +1 -2
  232. package/front_end/panels/network/components/RequestHeadersView.css +4 -0
  233. package/front_end/panels/network/components/RequestHeadersView.ts +57 -14
  234. package/front_end/panels/profiler/BottomUpProfileDataGrid.ts +2 -3
  235. package/front_end/panels/profiler/CPUProfileView.ts +3 -3
  236. package/front_end/panels/profiler/HeapProfileView.ts +4 -5
  237. package/front_end/panels/profiler/HeapProfilerPanel.ts +2 -2
  238. package/front_end/panels/profiler/HeapSnapshotDataGrids.ts +4 -4
  239. package/front_end/panels/profiler/HeapSnapshotGridNodes.ts +11 -7
  240. package/front_end/panels/profiler/HeapSnapshotProxy.ts +1 -1
  241. package/front_end/panels/profiler/HeapSnapshotView.ts +13 -8
  242. package/front_end/panels/profiler/ProfileLauncherView.ts +2 -2
  243. package/front_end/panels/profiler/ProfileSidebarTreeElement.ts +6 -2
  244. package/front_end/panels/profiler/ProfileView.ts +6 -6
  245. package/front_end/panels/profiler/ProfilesPanel.ts +6 -2
  246. package/front_end/panels/profiler/TopDownProfileDataGrid.ts +1 -2
  247. package/front_end/panels/search/SearchResultsPane.ts +1 -1
  248. package/front_end/panels/search/SearchView.ts +1 -2
  249. package/front_end/panels/security/SecurityPanel.ts +7 -2
  250. package/front_end/panels/settings/SettingsScreen.ts +1 -1
  251. package/front_end/panels/settings/emulation/utils/UserAgentMetadata.ts +11 -2
  252. package/front_end/panels/sources/EditingLocationHistoryManager.ts +2 -2
  253. package/front_end/panels/sources/GoToLineQuickOpen.ts +1 -1
  254. package/front_end/panels/sources/InplaceFormatterEditorAction.ts +7 -2
  255. package/front_end/panels/sources/ScriptFormatterEditorAction.ts +7 -2
  256. package/front_end/panels/sources/SourcesNavigator.ts +1 -2
  257. package/front_end/panels/sources/SourcesPanel.ts +1 -1
  258. package/front_end/panels/sources/SourcesSearchScope.ts +3 -0
  259. package/front_end/panels/sources/SourcesView.ts +6 -2
  260. package/front_end/panels/sources/UISourceCodeFrame.ts +1 -1
  261. package/front_end/panels/timeline/CountersGraph.ts +2 -3
  262. package/front_end/panels/timeline/EventsTimelineTreeView.ts +2 -2
  263. package/front_end/panels/timeline/ExtensionTracingSession.ts +3 -3
  264. package/front_end/panels/timeline/TimelineDetailsView.ts +6 -6
  265. package/front_end/panels/timeline/TimelineEventOverview.ts +3 -3
  266. package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +3 -3
  267. package/front_end/panels/timeline/TimelineFlameChartNetworkDataProvider.ts +1 -1
  268. package/front_end/panels/timeline/TimelineFlameChartView.ts +6 -6
  269. package/front_end/panels/timeline/TimelineHistoryManager.ts +1 -1
  270. package/front_end/panels/timeline/TimelinePanel.ts +5 -5
  271. package/front_end/panels/timeline/TimelineTreeView.ts +2 -2
  272. package/front_end/panels/timeline/UIDevtoolsController.ts +1 -2
  273. package/front_end/panels/timeline/components/WebVitalsLane.ts +9 -2
  274. package/front_end/panels/timeline/components/WebVitalsTimeline.ts +1 -1
  275. package/front_end/panels/web_audio/graph_visualizer/EdgeView.ts +1 -1
  276. package/front_end/panels/web_audio/graph_visualizer/GraphView.ts +9 -3
  277. package/front_end/panels/web_audio/graph_visualizer/NodeRendererUtility.ts +2 -1
  278. package/front_end/panels/web_audio/graph_visualizer/NodeView.ts +3 -1
  279. package/front_end/third_party/.clang-format +1 -1
  280. package/front_end/third_party/i18n/localized-string-set.ts +1 -1
  281. package/front_end/ui/components/buttons/Button.ts +32 -7
  282. package/front_end/ui/components/buttons/button.css +16 -0
  283. package/front_end/ui/components/data_grid/DataGrid.ts +5 -1
  284. package/front_end/ui/components/data_grid/DataGridContextMenuUtils.ts +2 -2
  285. package/front_end/ui/components/data_grid/DataGridController.ts +12 -5
  286. package/front_end/ui/components/data_grid/DataGridControllerIntegrator.ts +1 -2
  287. package/front_end/ui/components/data_grid/DataGridEvents.ts +1 -1
  288. package/front_end/ui/components/data_grid/DataGridRenderers.ts +1 -1
  289. package/front_end/ui/components/docs/building-ui-documentation/CreatingComponents.md +112 -0
  290. package/front_end/ui/components/docs/building-ui-documentation/README.md +19 -0
  291. package/front_end/ui/components/docs/button/basic.html +11 -0
  292. package/front_end/ui/components/docs/button/basic.ts +7 -0
  293. package/front_end/ui/components/icon_button/IconButton.ts +1 -3
  294. package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspector.ts +27 -13
  295. package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorController.ts +9 -4
  296. package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorPane.ts +10 -5
  297. package/front_end/ui/components/linear_memory_inspector/LinearMemoryValueInterpreter.ts +8 -7
  298. package/front_end/ui/components/linear_memory_inspector/LinearMemoryViewer.ts +1 -1
  299. package/front_end/ui/components/markdown_view/MarkdownImage.ts +1 -2
  300. package/front_end/ui/components/markdown_view/MarkdownView.ts +2 -4
  301. package/front_end/ui/components/tree_outline/TreeOutline.ts +3 -1
  302. package/front_end/ui/legacy/ActionRegistry.ts +1 -2
  303. package/front_end/ui/legacy/Context.ts +1 -1
  304. package/front_end/ui/legacy/ContextMenu.ts +2 -2
  305. package/front_end/ui/legacy/Dialog.ts +4 -4
  306. package/front_end/ui/legacy/DockController.ts +4 -4
  307. package/front_end/ui/legacy/FilterBar.ts +3 -3
  308. package/front_end/ui/legacy/FilterSuggestionBuilder.ts +1 -1
  309. package/front_end/ui/legacy/GlassPane.ts +3 -3
  310. package/front_end/ui/legacy/Infobar.ts +1 -1
  311. package/front_end/ui/legacy/InspectorView.ts +10 -10
  312. package/front_end/ui/legacy/ListControl.ts +2 -2
  313. package/front_end/ui/legacy/Panel.ts +1 -1
  314. package/front_end/ui/legacy/ShortcutRegistry.ts +2 -3
  315. package/front_end/ui/legacy/SoftDropDown.ts +4 -4
  316. package/front_end/ui/legacy/SplitWidget.ts +2 -2
  317. package/front_end/ui/legacy/SuggestBox.ts +2 -2
  318. package/front_end/ui/legacy/TabbedPane.ts +2 -2
  319. package/front_end/ui/legacy/TextPrompt.ts +1 -2
  320. package/front_end/ui/legacy/Toolbar.ts +2 -3
  321. package/front_end/ui/legacy/Treeoutline.ts +3 -3
  322. package/front_end/ui/legacy/UIUtils.ts +2 -3
  323. package/front_end/ui/legacy/View.ts +4 -4
  324. package/front_end/ui/legacy/ViewManager.ts +8 -8
  325. package/front_end/ui/legacy/ViewRegistration.ts +2 -2
  326. package/front_end/ui/legacy/XLink.ts +1 -1
  327. package/front_end/ui/legacy/components/color_picker/ContrastDetails.ts +1 -2
  328. package/front_end/ui/legacy/components/color_picker/ContrastOverlay.ts +1 -2
  329. package/front_end/ui/legacy/components/color_picker/Spectrum.ts +1 -1
  330. package/front_end/ui/legacy/components/data_grid/SortableDataGrid.ts +1 -2
  331. package/front_end/ui/legacy/components/data_grid/ViewportDataGrid.ts +1 -2
  332. package/front_end/ui/legacy/components/data_grid/dataGrid.css +2 -2
  333. package/front_end/ui/legacy/components/inline_editor/CSSAngle.ts +4 -5
  334. package/front_end/ui/legacy/components/inline_editor/CSSAngleEditor.ts +1 -1
  335. package/front_end/ui/legacy/components/inline_editor/CSSAngleSwatch.ts +1 -2
  336. package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +1 -2
  337. package/front_end/ui/legacy/components/inline_editor/CSSShadowEditor.ts +1 -2
  338. package/front_end/ui/legacy/components/inline_editor/Swatches.ts +1 -1
  339. package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +3 -4
  340. package/front_end/ui/legacy/components/perf_ui/OverviewGrid.ts +1 -2
  341. package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +2 -3
  342. package/front_end/ui/legacy/components/quick_open/QuickOpen.ts +1 -2
  343. package/front_end/ui/legacy/components/source_frame/ResourceSourceFrame.ts +1 -2
  344. package/inspector_overlay/css_grid_label_helpers.ts +1 -2
  345. package/inspector_overlay/highlight_common.ts +1 -1
  346. package/inspector_overlay/highlight_container_query.ts +3 -3
  347. package/inspector_overlay/highlight_flex_common.ts +12 -3
  348. package/inspector_overlay/highlight_grid_common.ts +3 -3
  349. package/inspector_overlay/highlight_isolated_element.ts +1 -1
  350. package/inspector_overlay/highlight_scroll_snap.ts +3 -3
  351. package/inspector_overlay/main.ts +6 -6
  352. package/inspector_overlay/tool_highlight.ts +26 -12
  353. package/inspector_overlay/tool_persistent.ts +13 -14
  354. package/inspector_overlay/tool_source_order.ts +3 -4
  355. package/package.json +1 -1
  356. package/scripts/build/generate_aria.py +2 -1
  357. package/scripts/build/generate_supported_css.py +6 -3
  358. package/scripts/protocol_typescript/protocol_dts_generator.ts +1 -1
@@ -3,522 +3,1520 @@
3
3
  // found in the LICENSE file.
4
4
 
5
5
  export const config = {
6
- 'attributes': [
7
- {'type': 'IDREF', 'name': 'aria-activedescendant'},
8
- {'default': 'false', 'type': 'boolean', 'name': 'aria-atomic'},
9
- {'default': 'none', 'enum': ['inline', 'list', 'both', 'none'], 'type': 'token', 'name': 'aria-autocomplete'},
10
- {'default': 'false', 'type': 'boolean', 'name': 'aria-busy'},
11
- {'default': 'undefined', 'enum': ['true', 'false', 'mixed', 'undefined'], 'type': 'token', 'name': 'aria-checked'},
12
- {'type': 'integer', 'name': 'aria-colcount'},
13
- {'type': 'integer', 'name': 'aria-colindex'},
14
- {'type': 'integer', 'name': 'aria-colspan'},
15
- {'type': 'IDREF_list', 'name': 'aria-controls'},
16
- {
17
- 'default': 'false',
18
- 'enum': ['page', 'step', 'location', 'date', 'time', 'true', 'false'],
19
- 'type': 'token',
20
- 'name': 'aria-current'
21
- },
22
- {'type': 'IDREF_list', 'name': 'aria-describedby'},
23
- {'type': 'string', 'name': 'aria-description'},
24
- {'type': 'IDREF', 'name': 'aria-details'},
25
- {'default': 'false', 'type': 'boolean', 'name': 'aria-disabled'},
26
- {
27
- 'default': 'none',
28
- 'enum': ['copy', 'move', 'link', 'execute', 'popup', 'none'],
29
- 'type': 'token_list',
30
- 'name': 'aria-dropeffect'
31
- },
32
- {'type': 'IDREF', 'name': 'aria-errormessage'},
33
- {'default': 'undefined', 'enum': ['true', 'false', 'undefined'], 'type': 'token', 'name': 'aria-expanded'},
34
- {'type': 'IDREF_list', 'name': 'aria-flowto'},
35
- {'default': 'undefined', 'enum': ['true', 'false', 'undefined'], 'type': 'token', 'name': 'aria-grabbed'},
36
- {
37
- 'default': 'false',
38
- 'enum': ['false', 'true', 'menu', 'listbox', 'tree', 'grid', 'dialog'],
39
- 'type': 'token',
40
- 'name': 'aria-haspopup'
41
- },
42
- {'default': 'undefined', 'enum': ['true', 'false', 'undefined'], 'type': 'token', 'name': 'aria-hidden'},
43
- {'default': 'false', 'enum': ['grammar', 'false', 'spelling', 'true'], 'type': 'token', 'name': 'aria-invalid'},
44
- {'type': 'string', 'name': 'aria-keyshortcuts'},
45
- {'type': 'string', 'name': 'aria-label'},
46
- {'type': 'IDREF_list', 'name': 'aria-labelledby'},
47
- {'type': 'IDREF_list', 'name': 'aria-labeledby'},
48
- {'type': 'integer', 'name': 'aria-level'},
49
- {'default': 'off', 'enum': ['off', 'polite', 'assertive'], 'type': 'token', 'name': 'aria-live'},
50
- {'default': 'false', 'type': 'boolean', 'name': 'aria-modal'},
51
- {'default': 'false', 'type': 'boolean', 'name': 'aria-multiline'},
52
- {'default': 'false', 'type': 'boolean', 'name': 'aria-multiselectable'},
53
- {
54
- 'default': 'undefined',
55
- 'enum': ['horizontal', 'undefined', 'vertical'],
56
- 'type': 'token',
57
- 'name': 'aria-orientation'
58
- },
59
- {'type': 'IDREF_list', 'name': 'aria-owns'},
60
- {'type': 'string', 'name': 'aria-placeholder'},
61
- {'type': 'integer', 'name': 'aria-posinset'},
62
- {'default': 'undefined', 'enum': ['true', 'false', 'mixed', 'undefined'], 'type': 'token', 'name': 'aria-pressed'},
63
- {'default': 'false', 'type': 'boolean', 'name': 'aria-readonly'},
64
- {
65
- 'default': 'additions text',
66
- 'enum': ['additions', 'removals', 'text', 'all'],
67
- 'type': 'token_list',
68
- 'name': 'aria-relevant'
69
- },
70
- {'default': 'false', 'type': 'boolean', 'name': 'aria-required'},
71
- {'type': 'string', 'name': 'aria-roledescription'},
72
- {'type': 'integer', 'name': 'aria-rowcount'},
73
- {'type': 'integer', 'name': 'aria-rowindex'},
74
- {'type': 'integer', 'name': 'aria-rowspan'},
75
- {'default': 'undefined', 'enum': ['true', 'false', 'undefined'], 'type': 'token', 'name': 'aria-selected'},
76
- {'type': 'integer', 'name': 'aria-setsize'},
77
- {'default': 'none', 'enum': ['ascending', 'descending', 'none', 'other'], 'type': 'token', 'name': 'aria-sort'},
78
- {'runtimeEnabled': 'AriaTouchPassthrough', 'type': 'boolean', 'name': 'aria-touchpassthrough'},
79
- {'type': 'decimal', 'name': 'aria-valuemax'},
80
- {'type': 'decimal', 'name': 'aria-valuemin'},
81
- {'type': 'decimal', 'name': 'aria-valuenow'},
82
- {'type': 'string', 'name': 'aria-valuetext'},
83
- {'type': 'string', 'name': 'aria-virtualcontent'}
84
- ],
85
- 'roles': [
86
- {
87
- 'implicitValues': {'aria-atomic': 'true', 'aria-live': 'assertive'},
88
- 'superclasses': ['section'],
89
- 'name': 'alert',
90
- 'nameFrom': ['author']
91
- },
92
- {'superclasses': ['alert', 'dialog'], 'name': 'alertdialog', 'nameRequired': true, 'nameFrom': ['author']},
93
- {'superclasses': ['structure'], 'name': 'application', 'nameRequired': true, 'nameFrom': ['author']},
94
- {
95
- 'supportedAttributes': ['aria-posinset', 'aria-setsize'],
96
- 'superclasses': ['document'],
97
- 'name': 'article',
98
- 'nameFrom': ['author']
99
- },
100
- {'superclasses': ['landmark'], 'name': 'banner', 'nameFrom': ['author']},
101
- {
102
- 'name': 'button',
103
- 'nameRequired': true,
104
- 'nameFrom': ['contents', 'author'],
105
- 'supportedAttributes': ['aria-expanded', 'aria-pressed'],
106
- 'superclasses': ['command'],
107
- 'childrenPresentational': true
108
- },
109
- {
110
- 'scope': 'row',
111
- 'supportedAttributes': ['aria-colindex', 'aria-colspan', 'aria-rowindex', 'aria-rowspan'],
112
- 'superclasses': ['section'],
113
- 'name': 'cell',
114
- 'namefrom': ['contents', 'author']
115
- },
116
- {
117
- 'name': 'checkbox',
118
- 'nameRequired': true,
119
- 'implicitValues': {'aria-checked': false},
120
- 'requiredAttributes': ['aria-checked'],
121
- 'nameFrom': ['contents', 'author'],
122
- 'supportedAttributes': ['aria-readonly'],
123
- 'superclasses': ['input']
124
- },
125
- {
126
- 'name': 'columnheader',
127
- 'nameRequired': true,
128
- 'nameFrom': ['contents', 'author'],
129
- 'supportedAttributes': ['aria-sort'],
130
- 'superclasses': ['gridcell', 'sectionhead', 'widget'],
131
- 'scope': ['row']
132
- },
133
- {
134
- 'name': 'combobox',
135
- 'nameRequired': true,
136
- 'implicitValues': {'aria-haspopup': 'listbox', 'aria-expanded': 'false'},
137
- 'requiredAttributes': ['aria-controls', 'aria-expanded'],
138
- 'mustContain': ['textbox'],
139
- 'nameFrom': ['author'],
140
- 'supportedAttributes': ['aria-autocomplete', 'aria-readonly', 'aria-required'],
141
- 'superclasses': ['select']
142
- },
143
- {'abstract': true, 'superclasses': ['widget'], 'name': 'command', 'nameFrom': ['author']},
144
- {'superclasses': ['landmark'], 'name': 'complementary', 'nameFrom': ['author']},
145
- {
146
- 'supportedAttributes': ['aria-activedescendant'],
147
- 'abstract': true,
148
- 'superclasses': ['widget'],
149
- 'name': 'composite',
150
- 'nameFrom': ['author']
151
- },
152
- {'superclasses': ['landmark'], 'name': 'contentinfo', 'nameFrom': ['author']},
153
- {'superclasses': ['section'], 'name': 'definition', 'nameFrom': ['author']},
154
- {'superclasses': ['window'], 'name': 'dialog', 'nameRequired': true, 'nameFrom': ['author']},
155
- {'superclasses': ['list'], 'name': 'directory', 'nameFrom': ['author']},
156
- {
157
- 'supportedAttributes': ['aria-expanded'],
158
- 'superclasses': ['structure'],
159
- 'name': 'document',
160
- 'nameRequired': false,
161
- 'nameFrom': ['author']
162
- },
163
- {
164
- 'nameRequired': false,
165
- 'superclasses': ['list'],
166
- 'name': 'feed',
167
- 'mustContain': ['article'],
168
- 'nameFrom': ['author']
169
- },
170
- {'superclasses': ['section'], 'name': 'figure', 'nameRequired': false, 'namefrom': ['author']},
171
- {'superclasses': ['landmark'], 'name': 'form', 'nameFrom': ['author']},
172
- {
173
- 'name': 'grid',
174
- 'nameRequired': true,
175
- 'nameFrom': ['author'],
176
- 'mustContain': ['row'],
177
- 'supportedAttributes': ['aria-level', 'aria-multiselectable', 'aria-readonly'],
178
- 'superclasses': ['composite', 'table']
179
- },
180
- {
181
- 'name': 'gridcell',
182
- 'nameRequired': true,
183
- 'nameFrom': ['contents', 'author'],
184
- 'supportedAttributes': ['aria-readonly', 'aria-required', 'aria-selected'],
185
- 'superclasses': ['cell', 'widget'],
186
- 'scope': ['row']
187
- },
188
- {
189
- 'supportedAttributes': ['aria-activedescendant'],
190
- 'superclasses': ['section'],
191
- 'name': 'group',
192
- 'nameFrom': ['author']
193
- },
194
- {
195
- 'name': 'heading',
196
- 'nameRequired': true,
197
- 'implicitValues': {'aria-level': '2'},
198
- 'namefrom': ['contents', 'author'],
199
- 'supportedAttributes': ['aria-level'],
200
- 'superclasses': ['sectionhead']
201
- },
202
- {
203
- 'childrenPresentational': true,
204
- 'superclasses': ['section'],
205
- 'name': 'img',
206
- 'nameRequired': true,
207
- 'nameFrom': ['author']
208
- },
209
- {'abstract': true, 'superclasses': ['widget'], 'name': 'input', 'nameFrom': ['author']},
210
- {'abstract': true, 'superclasses': ['section'], 'name': 'landmark', 'nameRequired': false, 'nameFrom': ['author']},
211
- {
212
- 'supportedAttributes': ['aria-expanded'],
213
- 'superclasses': ['command'],
214
- 'name': 'link',
215
- 'nameRequired': true,
216
- 'nameFrom': ['contents', 'author']
217
- },
218
- {
219
- 'implicitValues': {'aria-orientation': 'vertical'},
220
- 'superclasses': ['section'],
221
- 'name': 'list',
222
- 'mustContain': ['listitem'],
223
- 'nameFrom': ['author']
224
- },
225
- {
226
- 'name': 'listbox',
227
- 'nameRequired': true,
228
- 'implicitValues': {'aria-orientation': 'vertical'},
229
- 'nameFrom': ['author'],
230
- 'mustContain': ['option'],
231
- 'supportedAttributes': ['aria-multiselectable', 'aria-readonly', 'aria-required'],
232
- 'superclasses': ['select']
233
- },
234
- {
235
- 'scope': ['group', 'list'],
236
- 'supportedAttributes': ['aria-level', 'aria-posinset', 'aria-setsize'],
237
- 'superclasses': ['section'],
238
- 'name': 'listitem',
239
- 'nameFrom': ['author']
240
- },
241
- {
242
- 'implicitValues': {'aria-live': 'polite'},
243
- 'superclasses': ['section'],
244
- 'name': 'log',
245
- 'nameRequired': true,
246
- 'nameFrom': ['author']
247
- },
248
- {'superclasses': ['landmark'], 'name': 'main', 'nameFrom': ['author']},
249
- {'superclasses': ['section'], 'name': 'marquee', 'nameRequired': true, 'nameFrom': ['author']},
250
- {
251
- 'childrenPresentational': true,
252
- 'superclasses': ['section'],
253
- 'name': 'math',
254
- 'nameRequired': true,
255
- 'nameFrom': ['author']
256
- },
257
- {
258
- 'implicitValues': {'aria-orientation': 'vertical'},
259
- 'superclasses': ['select'],
260
- 'name': 'menu',
261
- 'mustContain': ['group', 'menuitemradio', 'menuitem', 'menuitemcheckbox', 'menuitemradio'],
262
- 'nameFrom': ['author']
263
- },
264
- {
265
- 'implicitValues': {'aria-orientation': 'horizontal'},
266
- 'superclasses': ['menu'],
267
- 'name': 'menubar',
268
- 'mustContain': ['menuitem', 'menuitemradio', 'menuitemcheckbox'],
269
- 'nameFrom': ['author']
270
- },
271
- {
272
- 'scope': ['group', 'menu', 'menubar'],
273
- 'superclasses': ['command'],
274
- 'name': 'menuitem',
275
- 'nameRequired': true,
276
- 'nameFrom': ['contents', 'author']
277
- },
278
- {
279
- 'name': 'menuitemcheckbox',
280
- 'nameRequired': true,
281
- 'implicitValues': {'aria-checked': false},
282
- 'nameFrom': ['contents', 'author'],
283
- 'superclasses': ['checkbox', 'menuitem'],
284
- 'childrenPresentational': true,
285
- 'scope': ['menu', 'menubar']
286
- },
287
- {
288
- 'name': 'menuitemradio',
289
- 'nameRequired': true,
290
- 'implicitValues': {'aria-checked': false},
291
- 'nameFrom': ['contents', 'author'],
292
- 'superclasses': ['menuitemcheckbox', 'radio'],
293
- 'childrenPresentational': true,
294
- 'scope': ['menu', 'menubar', 'group']
295
- },
296
- {'superclasses': ['landmark'], 'name': 'navigation', 'nameFrom': ['author']},
297
- {'name': 'none', 'superclasses': ['structure']},
298
- {'superclasses': ['section'], 'name': 'note', 'nameFrom': ['author']},
299
- {
300
- 'name': 'option',
301
- 'nameRequired': true,
302
- 'implicitValues': {'aria-selected': 'false'},
303
- 'requiredAttributes': ['aria-selected'],
304
- 'nameFrom': ['contents', 'author'],
305
- 'supportedAttributes': ['aria-checked', 'aria-posinset', 'aria-setsize'],
306
- 'superclasses': ['input'],
307
- 'childrenPresentational': true,
308
- 'scope': ['listbox']
309
- },
310
- {'name': 'presentation', 'superclasses': ['structure']},
311
- {
312
- 'childrenPresentational': true,
313
- 'superclasses': ['range'],
314
- 'name': 'progressbar',
315
- 'nameRequired': true,
316
- 'nameFrom': ['author']
317
- },
318
- {
319
- 'name': 'radio',
320
- 'nameRequired': true,
321
- 'implicitValues': {'aria-checked': 'false'},
322
- 'requiredAttributes': ['aria-checked'],
323
- 'nameFrom': ['contents', 'author'],
324
- 'supportedAttributes': ['aria-posinset', 'aria-setsize'],
325
- 'superclasses': ['input'],
326
- 'childrenPresentational': true
327
- },
328
- {
329
- 'name': 'radiogroup',
330
- 'nameRequired': true,
331
- 'nameFrom': ['author'],
332
- 'mustContain': ['radio'],
333
- 'supportedAttributes': ['aria-readonly', 'aria-required'],
334
- 'superclasses': ['select']
335
- },
336
- {
337
- 'supportedAttributes': ['aria-valuemax', 'aria-valuemin', 'aria-valuenow', 'aria-valuetext'],
338
- 'abstract': true,
339
- 'superclasses': ['widget'],
340
- 'name': 'range',
341
- 'nameFrom': ['author']
342
- },
343
- {'superclasses': ['landmark'], 'name': 'region', 'nameRequired': true, 'nameFrom': ['author']},
344
- {
345
- 'supportedAttributes': [
346
- 'aria-atomic', 'aria-busy', 'aria-controls', 'aria-current', 'aria-describedby', 'aria-details',
347
- 'aria-disabled', 'aria-dropeffect', 'aria-errormessage', 'aria-flowto', 'aria-grabbed', 'aria-haspopup',
348
- 'aria-hidden', 'aria-invalid', 'aria-keyshortcuts', 'aria-label', 'aria-labelledby', 'aria-live',
349
- 'aria-owns', 'aria-relevant', 'aria-roledescription'
350
- ],
351
- 'abstract': true,
352
- 'name': 'roletype'
353
- },
354
- {
355
- 'name': 'row',
356
- 'nameFrom': ['contents', 'author'],
357
- 'mustContain': ['cell', 'columnheader', 'gridcell', 'rowheader'],
358
- 'supportedAttributes':
359
- ['aria-colindex', 'aria-level', 'aria-rowindex', 'aria-selected', 'aria-setsize', 'aria-posinset'],
360
- 'superclasses': ['group', 'widget'],
361
- 'scope': ['grid', 'rowgroup', 'table', 'treegrid']
362
- },
363
- {
364
- 'scope': ['grid', 'table', 'treegrid'],
365
- 'superclasses': ['structure'],
366
- 'name': 'rowgroup',
367
- 'mustContain': ['row'],
368
- 'nameFrom': ['contents', 'author']
369
- },
370
- {
371
- 'name': 'rowheader',
372
- 'nameRequired': true,
373
- 'nameFrom': ['contents', 'author'],
374
- 'supportedAttributes': ['aria-sort'],
375
- 'superclasses': ['cell', 'gridcell', 'sectionhead'],
376
- 'scope': ['row']
377
- },
378
- {
379
- 'name': 'scrollbar',
380
- 'nameRequired': false,
381
- 'implicitValues': {'aria-valuemax': '100', 'aria-valuemin': '0', 'aria-orientation': 'vertical'},
382
- 'nameFrom': ['author'],
383
- 'requiredAttributes': ['aria-controls', 'aria-orientation', 'aria-valuemax', 'aria-valuemin', 'aria-valuenow'],
384
- 'superclasses': ['range'],
385
- 'childrenPresentational': true
386
- },
387
- {'superclasses': ['landmark'], 'name': 'search', 'nameFrom': ['author']},
388
- {'superclasses': ['textbox'], 'name': 'searchbox', 'nameRequired': true, 'nameFrom': ['author']},
389
- {'supportedAttributes': ['aria-expanded'], 'abstract': true, 'name': 'section', 'superclasses': ['structure']},
390
- {
391
- 'supportedAttributes': ['aria-expanded'],
392
- 'abstract': true,
393
- 'superclasses': ['structure'],
394
- 'name': 'sectionhead',
395
- 'nameFrom': ['contents', 'author']
396
- },
397
- {'abstract': true, 'superclasses': ['composite', 'group'], 'name': 'select', 'nameFrom': ['author']},
398
- {
399
- 'supportedAttributes': ['aria-orientation', 'aria-valuemin', 'aria-valuemax', 'aria-valuenow', 'aria-valuetext'],
400
- 'superclasses': ['structure'],
401
- 'name': 'separator',
402
- 'nameFrom': ['author']
403
- },
404
- {
405
- 'name': 'slider',
406
- 'nameRequired': true,
407
- 'implicitValues': {'aria-valuemax': '100', 'aria-valuemin': '0', 'aria-orientation': 'horizontal'},
408
- 'requiredAttributes': ['aria-valuemax', 'aria-valuemin', 'aria-valuenow'],
409
- 'nameFrom': ['author'],
410
- 'supportedAttributes': ['aria-orientation'],
411
- 'superclasses': ['input', 'range'],
412
- 'childrenPresentational': true
413
- },
414
- {
415
- 'name': 'spinbutton',
416
- 'nameRequired': true,
417
- 'implicitValues': {'aria-valuenow': '0'},
418
- 'requiredAttributes': ['aria-valuemax', 'aria-valuemin', 'aria-valuenow'],
419
- 'nameFrom': ['author'],
420
- 'supportedAttributes': ['aria-required', 'aria-readonly'],
421
- 'superclasses': ['composite', 'input', 'range']
422
- },
423
- {
424
- 'implicitValues': {'aria-atomic': 'true', 'aria-live': 'polite'},
425
- 'superclasses': ['section'],
426
- 'name': 'status',
427
- 'nameFrom': ['author']
428
- },
429
- {'abstract': true, 'name': 'structure', 'superclasses': ['roletype']},
430
- {
431
- 'name': 'switch',
432
- 'nameRequired': true,
433
- 'implicitValues': {'aria-checked': 'false'},
434
- 'nameFrom': ['contents', 'author'],
435
- 'requiredAttributes': ['aria-checked'],
436
- 'superclasses': ['checkbox'],
437
- 'childrenPresentational': true
438
- },
439
- {
440
- 'name': 'tab',
441
- 'implicitValues': {'aria-selected': 'false'},
442
- 'nameFrom': ['contents', 'author'],
443
- 'supportedAttributes': ['aria-selected'],
444
- 'superclasses': ['sectionhead', 'widget'],
445
- 'childrenPresentational': true,
446
- 'scope': ['tablist']
447
- },
448
- {
449
- 'name': 'table',
450
- 'nameRequired': true,
451
- 'nameFrom': ['author'],
452
- 'mustContain': ['row'],
453
- 'supportedAttributes': ['aria-colcount', 'aria-rowcount'],
454
- 'superclasses': ['section']
455
- },
456
- {
457
- 'name': 'tablist',
458
- 'implicitValues': {'aria-orientation': 'horizontal'},
459
- 'nameFrom': ['author'],
460
- 'mustContain': ['tab'],
461
- 'supportedAttributes': ['aria-level', 'aria-multiselectable', 'aria-orientation'],
462
- 'superclasses': ['composite']
463
- },
464
- {'superclasses': ['section'], 'name': 'tabpanel', 'nameRequired': true, 'nameFrom': ['author']},
465
- {'superclasses': ['section'], 'name': 'term', 'nameFrom': ['author']},
466
- {
467
- 'supportedAttributes': [
468
- 'aria-activedescendant', 'aria-autocomplete', 'aria-multiline', 'aria-placeholder', 'aria-readonly',
469
- 'aria-required'
470
- ],
471
- 'superclasses': ['input'],
472
- 'name': 'textbox',
473
- 'nameRequired': true,
474
- 'nameFrom': ['author']
475
- },
476
- {'superclasses': ['status'], 'name': 'timer', 'nameFrom': ['author']},
477
- {
478
- 'implicitValues': {'aria-orientation': 'horizontal'},
479
- 'supportedAttributes': ['aria-orientation'],
480
- 'superclasses': ['group'],
481
- 'name': 'toolbar',
482
- 'nameFrom': ['author']
483
- },
484
- {'superclasses': ['section'], 'name': 'tooltip', 'nameRequired': true, 'nameFrom': ['contents', 'author']},
485
- {
486
- 'name': 'tree',
487
- 'nameRequired': true,
488
- 'implicitValues': {'aria-orientation': 'vertical'},
489
- 'nameFrom': ['author'],
490
- 'mustContain': ['group', 'treeitem'],
491
- 'supportedAttributes': ['aria-multiselectable', 'aria-required'],
492
- 'superclasses': ['select']
493
- },
494
- {
495
- 'nameRequired': true,
496
- 'superclasses': ['grid', 'tree'],
497
- 'name': 'treegrid',
498
- 'mustContain': ['row'],
499
- 'nameFrom': ['author']
500
- },
501
- {
502
- 'scope': ['group', 'tree'],
503
- 'superclasses': ['listitem', 'option'],
504
- 'name': 'treeitem',
505
- 'nameRequired': true,
506
- 'nameFrom': ['contents', 'author']
507
- },
508
- {'abstract': true, 'name': 'widget', 'superclasses': ['roletype']},
509
- {
510
- 'supportedAttributes': ['aria-expanded', 'aria-modal'],
511
- 'abstract': true,
512
- 'superclasses': ['roletype'],
513
- 'name': 'window',
514
- 'nameFrom': ['author']
515
- }
516
- ],
517
- 'metadata': {
518
- 'namespaceURI': 'http://www.w3.org/1999/xhtml',
519
- 'attrsNullNamespace': true,
520
- 'namespace': 'HTML',
521
- 'export': 'CORE_EXPORT',
522
- 'namespacePrefix': 'xhtml'
6
+ "attributes": [
7
+ {
8
+ "name": "aria-activedescendant",
9
+ "type": "IDREF"
10
+ },
11
+ {
12
+ "default": "false",
13
+ "name": "aria-atomic",
14
+ "type": "boolean"
15
+ },
16
+ {
17
+ "default": "none",
18
+ "enum": [
19
+ "inline",
20
+ "list",
21
+ "both",
22
+ "none"
23
+ ],
24
+ "name": "aria-autocomplete",
25
+ "type": "token"
26
+ },
27
+ {
28
+ "default": "false",
29
+ "name": "aria-busy",
30
+ "type": "boolean"
31
+ },
32
+ {
33
+ "default": "undefined",
34
+ "enum": [
35
+ "true",
36
+ "false",
37
+ "mixed",
38
+ "undefined"
39
+ ],
40
+ "name": "aria-checked",
41
+ "type": "token"
42
+ },
43
+ {
44
+ "name": "aria-colcount",
45
+ "type": "integer"
46
+ },
47
+ {
48
+ "name": "aria-colindex",
49
+ "type": "integer"
50
+ },
51
+ {
52
+ "name": "aria-colspan",
53
+ "type": "integer"
54
+ },
55
+ {
56
+ "name": "aria-controls",
57
+ "type": "IDREF_list"
58
+ },
59
+ {
60
+ "default": "false",
61
+ "enum": [
62
+ "page",
63
+ "step",
64
+ "location",
65
+ "date",
66
+ "time",
67
+ "true",
68
+ "false"
69
+ ],
70
+ "name": "aria-current",
71
+ "type": "token"
72
+ },
73
+ {
74
+ "name": "aria-describedby",
75
+ "type": "IDREF_list"
76
+ },
77
+ {
78
+ "name": "aria-description",
79
+ "type": "string"
80
+ },
81
+ {
82
+ "name": "aria-details",
83
+ "type": "IDREF"
84
+ },
85
+ {
86
+ "default": "false",
87
+ "name": "aria-disabled",
88
+ "type": "boolean"
89
+ },
90
+ {
91
+ "default": "none",
92
+ "enum": [
93
+ "copy",
94
+ "move",
95
+ "link",
96
+ "execute",
97
+ "popup",
98
+ "none"
99
+ ],
100
+ "name": "aria-dropeffect",
101
+ "type": "token_list"
102
+ },
103
+ {
104
+ "name": "aria-errormessage",
105
+ "type": "IDREF"
106
+ },
107
+ {
108
+ "default": "undefined",
109
+ "enum": [
110
+ "true",
111
+ "false",
112
+ "undefined"
113
+ ],
114
+ "name": "aria-expanded",
115
+ "type": "token"
116
+ },
117
+ {
118
+ "name": "aria-flowto",
119
+ "type": "IDREF_list"
120
+ },
121
+ {
122
+ "default": "undefined",
123
+ "enum": [
124
+ "true",
125
+ "false",
126
+ "undefined"
127
+ ],
128
+ "name": "aria-grabbed",
129
+ "type": "token"
130
+ },
131
+ {
132
+ "default": "false",
133
+ "enum": [
134
+ "false",
135
+ "true",
136
+ "menu",
137
+ "listbox",
138
+ "tree",
139
+ "grid",
140
+ "dialog"
141
+ ],
142
+ "name": "aria-haspopup",
143
+ "type": "token"
144
+ },
145
+ {
146
+ "default": "undefined",
147
+ "enum": [
148
+ "true",
149
+ "false",
150
+ "undefined"
151
+ ],
152
+ "name": "aria-hidden",
153
+ "type": "token"
154
+ },
155
+ {
156
+ "default": "false",
157
+ "enum": [
158
+ "grammar",
159
+ "false",
160
+ "spelling",
161
+ "true"
162
+ ],
163
+ "name": "aria-invalid",
164
+ "type": "token"
165
+ },
166
+ {
167
+ "name": "aria-keyshortcuts",
168
+ "type": "string"
169
+ },
170
+ {
171
+ "name": "aria-label",
172
+ "type": "string"
173
+ },
174
+ {
175
+ "name": "aria-labelledby",
176
+ "type": "IDREF_list"
177
+ },
178
+ {
179
+ "name": "aria-labeledby",
180
+ "type": "IDREF_list"
181
+ },
182
+ {
183
+ "name": "aria-level",
184
+ "type": "integer"
185
+ },
186
+ {
187
+ "default": "off",
188
+ "enum": [
189
+ "off",
190
+ "polite",
191
+ "assertive"
192
+ ],
193
+ "name": "aria-live",
194
+ "type": "token"
195
+ },
196
+ {
197
+ "default": "false",
198
+ "name": "aria-modal",
199
+ "type": "boolean"
200
+ },
201
+ {
202
+ "default": "false",
203
+ "name": "aria-multiline",
204
+ "type": "boolean"
205
+ },
206
+ {
207
+ "default": "false",
208
+ "name": "aria-multiselectable",
209
+ "type": "boolean"
210
+ },
211
+ {
212
+ "default": "undefined",
213
+ "enum": [
214
+ "horizontal",
215
+ "undefined",
216
+ "vertical"
217
+ ],
218
+ "name": "aria-orientation",
219
+ "type": "token"
220
+ },
221
+ {
222
+ "name": "aria-owns",
223
+ "type": "IDREF_list"
224
+ },
225
+ {
226
+ "name": "aria-placeholder",
227
+ "type": "string"
228
+ },
229
+ {
230
+ "name": "aria-posinset",
231
+ "type": "integer"
232
+ },
233
+ {
234
+ "default": "undefined",
235
+ "enum": [
236
+ "true",
237
+ "false",
238
+ "mixed",
239
+ "undefined"
240
+ ],
241
+ "name": "aria-pressed",
242
+ "type": "token"
243
+ },
244
+ {
245
+ "default": "false",
246
+ "name": "aria-readonly",
247
+ "type": "boolean"
248
+ },
249
+ {
250
+ "default": "additions text",
251
+ "enum": [
252
+ "additions",
253
+ "removals",
254
+ "text",
255
+ "all"
256
+ ],
257
+ "name": "aria-relevant",
258
+ "type": "token_list"
259
+ },
260
+ {
261
+ "default": "false",
262
+ "name": "aria-required",
263
+ "type": "boolean"
264
+ },
265
+ {
266
+ "name": "aria-roledescription",
267
+ "type": "string"
268
+ },
269
+ {
270
+ "name": "aria-rowcount",
271
+ "type": "integer"
272
+ },
273
+ {
274
+ "name": "aria-rowindex",
275
+ "type": "integer"
276
+ },
277
+ {
278
+ "name": "aria-rowspan",
279
+ "type": "integer"
280
+ },
281
+ {
282
+ "default": "undefined",
283
+ "enum": [
284
+ "true",
285
+ "false",
286
+ "undefined"
287
+ ],
288
+ "name": "aria-selected",
289
+ "type": "token"
290
+ },
291
+ {
292
+ "name": "aria-setsize",
293
+ "type": "integer"
294
+ },
295
+ {
296
+ "default": "none",
297
+ "enum": [
298
+ "ascending",
299
+ "descending",
300
+ "none",
301
+ "other"
302
+ ],
303
+ "name": "aria-sort",
304
+ "type": "token"
305
+ },
306
+ {
307
+ "name": "aria-touchpassthrough",
308
+ "runtimeEnabled": "AriaTouchPassthrough",
309
+ "type": "boolean"
310
+ },
311
+ {
312
+ "name": "aria-valuemax",
313
+ "type": "decimal"
314
+ },
315
+ {
316
+ "name": "aria-valuemin",
317
+ "type": "decimal"
318
+ },
319
+ {
320
+ "name": "aria-valuenow",
321
+ "type": "decimal"
322
+ },
323
+ {
324
+ "name": "aria-valuetext",
325
+ "type": "string"
326
+ },
327
+ {
328
+ "name": "aria-virtualcontent",
329
+ "type": "string"
523
330
  }
331
+ ],
332
+ "metadata": {
333
+ "attrsNullNamespace": true,
334
+ "export": "CORE_EXPORT",
335
+ "namespace": "HTML",
336
+ "namespacePrefix": "xhtml",
337
+ "namespaceURI": "http://www.w3.org/1999/xhtml"
338
+ },
339
+ "roles": [
340
+ {
341
+ "implicitValues": {
342
+ "aria-atomic": "true",
343
+ "aria-live": "assertive"
344
+ },
345
+ "name": "alert",
346
+ "nameFrom": [
347
+ "author"
348
+ ],
349
+ "superclasses": [
350
+ "section"
351
+ ]
352
+ },
353
+ {
354
+ "name": "alertdialog",
355
+ "nameFrom": [
356
+ "author"
357
+ ],
358
+ "nameRequired": true,
359
+ "superclasses": [
360
+ "alert",
361
+ "dialog"
362
+ ]
363
+ },
364
+ {
365
+ "name": "application",
366
+ "nameFrom": [
367
+ "author"
368
+ ],
369
+ "nameRequired": true,
370
+ "superclasses": [
371
+ "structure"
372
+ ]
373
+ },
374
+ {
375
+ "name": "article",
376
+ "nameFrom": [
377
+ "author"
378
+ ],
379
+ "superclasses": [
380
+ "document"
381
+ ],
382
+ "supportedAttributes": [
383
+ "aria-posinset",
384
+ "aria-setsize"
385
+ ]
386
+ },
387
+ {
388
+ "name": "banner",
389
+ "nameFrom": [
390
+ "author"
391
+ ],
392
+ "superclasses": [
393
+ "landmark"
394
+ ]
395
+ },
396
+ {
397
+ "childrenPresentational": true,
398
+ "name": "button",
399
+ "nameFrom": [
400
+ "contents",
401
+ "author"
402
+ ],
403
+ "nameRequired": true,
404
+ "superclasses": [
405
+ "command"
406
+ ],
407
+ "supportedAttributes": [
408
+ "aria-expanded",
409
+ "aria-pressed"
410
+ ]
411
+ },
412
+ {
413
+ "name": "cell",
414
+ "namefrom": [
415
+ "contents",
416
+ "author"
417
+ ],
418
+ "scope": "row",
419
+ "superclasses": [
420
+ "section"
421
+ ],
422
+ "supportedAttributes": [
423
+ "aria-colindex",
424
+ "aria-colspan",
425
+ "aria-rowindex",
426
+ "aria-rowspan"
427
+ ]
428
+ },
429
+ {
430
+ "implicitValues": {
431
+ "aria-checked": false
432
+ },
433
+ "name": "checkbox",
434
+ "nameFrom": [
435
+ "contents",
436
+ "author"
437
+ ],
438
+ "nameRequired": true,
439
+ "requiredAttributes": [
440
+ "aria-checked"
441
+ ],
442
+ "superclasses": [
443
+ "input"
444
+ ],
445
+ "supportedAttributes": [
446
+ "aria-readonly"
447
+ ]
448
+ },
449
+ {
450
+ "name": "columnheader",
451
+ "nameFrom": [
452
+ "contents",
453
+ "author"
454
+ ],
455
+ "nameRequired": true,
456
+ "scope": [
457
+ "row"
458
+ ],
459
+ "superclasses": [
460
+ "gridcell",
461
+ "sectionhead",
462
+ "widget"
463
+ ],
464
+ "supportedAttributes": [
465
+ "aria-sort"
466
+ ]
467
+ },
468
+ {
469
+ "implicitValues": {
470
+ "aria-expanded": "false",
471
+ "aria-haspopup": "listbox"
472
+ },
473
+ "mustContain": [
474
+ "textbox"
475
+ ],
476
+ "name": "combobox",
477
+ "nameFrom": [
478
+ "author"
479
+ ],
480
+ "nameRequired": true,
481
+ "requiredAttributes": [
482
+ "aria-controls",
483
+ "aria-expanded"
484
+ ],
485
+ "superclasses": [
486
+ "select"
487
+ ],
488
+ "supportedAttributes": [
489
+ "aria-autocomplete",
490
+ "aria-readonly",
491
+ "aria-required"
492
+ ]
493
+ },
494
+ {
495
+ "abstract": true,
496
+ "name": "command",
497
+ "nameFrom": [
498
+ "author"
499
+ ],
500
+ "superclasses": [
501
+ "widget"
502
+ ]
503
+ },
504
+ {
505
+ "name": "complementary",
506
+ "nameFrom": [
507
+ "author"
508
+ ],
509
+ "superclasses": [
510
+ "landmark"
511
+ ]
512
+ },
513
+ {
514
+ "abstract": true,
515
+ "name": "composite",
516
+ "nameFrom": [
517
+ "author"
518
+ ],
519
+ "superclasses": [
520
+ "widget"
521
+ ],
522
+ "supportedAttributes": [
523
+ "aria-activedescendant"
524
+ ]
525
+ },
526
+ {
527
+ "name": "contentinfo",
528
+ "nameFrom": [
529
+ "author"
530
+ ],
531
+ "superclasses": [
532
+ "landmark"
533
+ ]
534
+ },
535
+ {
536
+ "name": "definition",
537
+ "nameFrom": [
538
+ "author"
539
+ ],
540
+ "superclasses": [
541
+ "section"
542
+ ]
543
+ },
544
+ {
545
+ "name": "dialog",
546
+ "nameFrom": [
547
+ "author"
548
+ ],
549
+ "nameRequired": true,
550
+ "superclasses": [
551
+ "window"
552
+ ]
553
+ },
554
+ {
555
+ "name": "directory",
556
+ "nameFrom": [
557
+ "author"
558
+ ],
559
+ "superclasses": [
560
+ "list"
561
+ ]
562
+ },
563
+ {
564
+ "name": "document",
565
+ "nameFrom": [
566
+ "author"
567
+ ],
568
+ "nameRequired": false,
569
+ "superclasses": [
570
+ "structure"
571
+ ],
572
+ "supportedAttributes": [
573
+ "aria-expanded"
574
+ ]
575
+ },
576
+ {
577
+ "mustContain": [
578
+ "article"
579
+ ],
580
+ "name": "feed",
581
+ "nameFrom": [
582
+ "author"
583
+ ],
584
+ "nameRequired": false,
585
+ "superclasses": [
586
+ "list"
587
+ ]
588
+ },
589
+ {
590
+ "name": "figure",
591
+ "nameRequired": false,
592
+ "namefrom": [
593
+ "author"
594
+ ],
595
+ "superclasses": [
596
+ "section"
597
+ ]
598
+ },
599
+ {
600
+ "name": "form",
601
+ "nameFrom": [
602
+ "author"
603
+ ],
604
+ "superclasses": [
605
+ "landmark"
606
+ ]
607
+ },
608
+ {
609
+ "mustContain": [
610
+ "row"
611
+ ],
612
+ "name": "grid",
613
+ "nameFrom": [
614
+ "author"
615
+ ],
616
+ "nameRequired": true,
617
+ "superclasses": [
618
+ "composite",
619
+ "table"
620
+ ],
621
+ "supportedAttributes": [
622
+ "aria-level",
623
+ "aria-multiselectable",
624
+ "aria-readonly"
625
+ ]
626
+ },
627
+ {
628
+ "name": "gridcell",
629
+ "nameFrom": [
630
+ "contents",
631
+ "author"
632
+ ],
633
+ "nameRequired": true,
634
+ "scope": [
635
+ "row"
636
+ ],
637
+ "superclasses": [
638
+ "cell",
639
+ "widget"
640
+ ],
641
+ "supportedAttributes": [
642
+ "aria-readonly",
643
+ "aria-required",
644
+ "aria-selected"
645
+ ]
646
+ },
647
+ {
648
+ "name": "group",
649
+ "nameFrom": [
650
+ "author"
651
+ ],
652
+ "superclasses": [
653
+ "section"
654
+ ],
655
+ "supportedAttributes": [
656
+ "aria-activedescendant"
657
+ ]
658
+ },
659
+ {
660
+ "implicitValues": {
661
+ "aria-level": "2"
662
+ },
663
+ "name": "heading",
664
+ "nameRequired": true,
665
+ "namefrom": [
666
+ "contents",
667
+ "author"
668
+ ],
669
+ "superclasses": [
670
+ "sectionhead"
671
+ ],
672
+ "supportedAttributes": [
673
+ "aria-level"
674
+ ]
675
+ },
676
+ {
677
+ "childrenPresentational": true,
678
+ "name": "img",
679
+ "nameFrom": [
680
+ "author"
681
+ ],
682
+ "nameRequired": true,
683
+ "superclasses": [
684
+ "section"
685
+ ]
686
+ },
687
+ {
688
+ "abstract": true,
689
+ "name": "input",
690
+ "nameFrom": [
691
+ "author"
692
+ ],
693
+ "superclasses": [
694
+ "widget"
695
+ ]
696
+ },
697
+ {
698
+ "abstract": true,
699
+ "name": "landmark",
700
+ "nameFrom": [
701
+ "author"
702
+ ],
703
+ "nameRequired": false,
704
+ "superclasses": [
705
+ "section"
706
+ ]
707
+ },
708
+ {
709
+ "name": "link",
710
+ "nameFrom": [
711
+ "contents",
712
+ "author"
713
+ ],
714
+ "nameRequired": true,
715
+ "superclasses": [
716
+ "command"
717
+ ],
718
+ "supportedAttributes": [
719
+ "aria-expanded"
720
+ ]
721
+ },
722
+ {
723
+ "implicitValues": {
724
+ "aria-orientation": "vertical"
725
+ },
726
+ "mustContain": [
727
+ "listitem"
728
+ ],
729
+ "name": "list",
730
+ "nameFrom": [
731
+ "author"
732
+ ],
733
+ "superclasses": [
734
+ "section"
735
+ ]
736
+ },
737
+ {
738
+ "implicitValues": {
739
+ "aria-orientation": "vertical"
740
+ },
741
+ "mustContain": [
742
+ "option"
743
+ ],
744
+ "name": "listbox",
745
+ "nameFrom": [
746
+ "author"
747
+ ],
748
+ "nameRequired": true,
749
+ "superclasses": [
750
+ "select"
751
+ ],
752
+ "supportedAttributes": [
753
+ "aria-multiselectable",
754
+ "aria-readonly",
755
+ "aria-required"
756
+ ]
757
+ },
758
+ {
759
+ "name": "listitem",
760
+ "nameFrom": [
761
+ "author"
762
+ ],
763
+ "scope": [
764
+ "group",
765
+ "list"
766
+ ],
767
+ "superclasses": [
768
+ "section"
769
+ ],
770
+ "supportedAttributes": [
771
+ "aria-level",
772
+ "aria-posinset",
773
+ "aria-setsize"
774
+ ]
775
+ },
776
+ {
777
+ "implicitValues": {
778
+ "aria-live": "polite"
779
+ },
780
+ "name": "log",
781
+ "nameFrom": [
782
+ "author"
783
+ ],
784
+ "nameRequired": true,
785
+ "superclasses": [
786
+ "section"
787
+ ]
788
+ },
789
+ {
790
+ "name": "main",
791
+ "nameFrom": [
792
+ "author"
793
+ ],
794
+ "superclasses": [
795
+ "landmark"
796
+ ]
797
+ },
798
+ {
799
+ "name": "marquee",
800
+ "nameFrom": [
801
+ "author"
802
+ ],
803
+ "nameRequired": true,
804
+ "superclasses": [
805
+ "section"
806
+ ]
807
+ },
808
+ {
809
+ "childrenPresentational": true,
810
+ "name": "math",
811
+ "nameFrom": [
812
+ "author"
813
+ ],
814
+ "nameRequired": true,
815
+ "superclasses": [
816
+ "section"
817
+ ]
818
+ },
819
+ {
820
+ "implicitValues": {
821
+ "aria-orientation": "vertical"
822
+ },
823
+ "mustContain": [
824
+ "group",
825
+ "menuitemradio",
826
+ "menuitem",
827
+ "menuitemcheckbox",
828
+ "menuitemradio"
829
+ ],
830
+ "name": "menu",
831
+ "nameFrom": [
832
+ "author"
833
+ ],
834
+ "superclasses": [
835
+ "select"
836
+ ]
837
+ },
838
+ {
839
+ "implicitValues": {
840
+ "aria-orientation": "horizontal"
841
+ },
842
+ "mustContain": [
843
+ "menuitem",
844
+ "menuitemradio",
845
+ "menuitemcheckbox"
846
+ ],
847
+ "name": "menubar",
848
+ "nameFrom": [
849
+ "author"
850
+ ],
851
+ "superclasses": [
852
+ "menu"
853
+ ]
854
+ },
855
+ {
856
+ "name": "menuitem",
857
+ "nameFrom": [
858
+ "contents",
859
+ "author"
860
+ ],
861
+ "nameRequired": true,
862
+ "scope": [
863
+ "group",
864
+ "menu",
865
+ "menubar"
866
+ ],
867
+ "superclasses": [
868
+ "command"
869
+ ]
870
+ },
871
+ {
872
+ "childrenPresentational": true,
873
+ "implicitValues": {
874
+ "aria-checked": false
875
+ },
876
+ "name": "menuitemcheckbox",
877
+ "nameFrom": [
878
+ "contents",
879
+ "author"
880
+ ],
881
+ "nameRequired": true,
882
+ "scope": [
883
+ "menu",
884
+ "menubar"
885
+ ],
886
+ "superclasses": [
887
+ "checkbox",
888
+ "menuitem"
889
+ ]
890
+ },
891
+ {
892
+ "childrenPresentational": true,
893
+ "implicitValues": {
894
+ "aria-checked": false
895
+ },
896
+ "name": "menuitemradio",
897
+ "nameFrom": [
898
+ "contents",
899
+ "author"
900
+ ],
901
+ "nameRequired": true,
902
+ "scope": [
903
+ "menu",
904
+ "menubar",
905
+ "group"
906
+ ],
907
+ "superclasses": [
908
+ "menuitemcheckbox",
909
+ "radio"
910
+ ]
911
+ },
912
+ {
913
+ "name": "navigation",
914
+ "nameFrom": [
915
+ "author"
916
+ ],
917
+ "superclasses": [
918
+ "landmark"
919
+ ]
920
+ },
921
+ {
922
+ "name": "none",
923
+ "superclasses": [
924
+ "structure"
925
+ ]
926
+ },
927
+ {
928
+ "name": "note",
929
+ "nameFrom": [
930
+ "author"
931
+ ],
932
+ "superclasses": [
933
+ "section"
934
+ ]
935
+ },
936
+ {
937
+ "childrenPresentational": true,
938
+ "implicitValues": {
939
+ "aria-selected": "false"
940
+ },
941
+ "name": "option",
942
+ "nameFrom": [
943
+ "contents",
944
+ "author"
945
+ ],
946
+ "nameRequired": true,
947
+ "requiredAttributes": [
948
+ "aria-selected"
949
+ ],
950
+ "scope": [
951
+ "listbox"
952
+ ],
953
+ "superclasses": [
954
+ "input"
955
+ ],
956
+ "supportedAttributes": [
957
+ "aria-checked",
958
+ "aria-posinset",
959
+ "aria-setsize"
960
+ ]
961
+ },
962
+ {
963
+ "name": "presentation",
964
+ "superclasses": [
965
+ "structure"
966
+ ]
967
+ },
968
+ {
969
+ "childrenPresentational": true,
970
+ "name": "progressbar",
971
+ "nameFrom": [
972
+ "author"
973
+ ],
974
+ "nameRequired": true,
975
+ "superclasses": [
976
+ "range"
977
+ ]
978
+ },
979
+ {
980
+ "childrenPresentational": true,
981
+ "implicitValues": {
982
+ "aria-checked": "false"
983
+ },
984
+ "name": "radio",
985
+ "nameFrom": [
986
+ "contents",
987
+ "author"
988
+ ],
989
+ "nameRequired": true,
990
+ "requiredAttributes": [
991
+ "aria-checked"
992
+ ],
993
+ "superclasses": [
994
+ "input"
995
+ ],
996
+ "supportedAttributes": [
997
+ "aria-posinset",
998
+ "aria-setsize"
999
+ ]
1000
+ },
1001
+ {
1002
+ "mustContain": [
1003
+ "radio"
1004
+ ],
1005
+ "name": "radiogroup",
1006
+ "nameFrom": [
1007
+ "author"
1008
+ ],
1009
+ "nameRequired": true,
1010
+ "superclasses": [
1011
+ "select"
1012
+ ],
1013
+ "supportedAttributes": [
1014
+ "aria-readonly",
1015
+ "aria-required"
1016
+ ]
1017
+ },
1018
+ {
1019
+ "abstract": true,
1020
+ "name": "range",
1021
+ "nameFrom": [
1022
+ "author"
1023
+ ],
1024
+ "superclasses": [
1025
+ "widget"
1026
+ ],
1027
+ "supportedAttributes": [
1028
+ "aria-valuemax",
1029
+ "aria-valuemin",
1030
+ "aria-valuenow",
1031
+ "aria-valuetext"
1032
+ ]
1033
+ },
1034
+ {
1035
+ "name": "region",
1036
+ "nameFrom": [
1037
+ "author"
1038
+ ],
1039
+ "nameRequired": true,
1040
+ "superclasses": [
1041
+ "landmark"
1042
+ ]
1043
+ },
1044
+ {
1045
+ "abstract": true,
1046
+ "name": "roletype",
1047
+ "supportedAttributes": [
1048
+ "aria-atomic",
1049
+ "aria-busy",
1050
+ "aria-controls",
1051
+ "aria-current",
1052
+ "aria-describedby",
1053
+ "aria-details",
1054
+ "aria-disabled",
1055
+ "aria-dropeffect",
1056
+ "aria-errormessage",
1057
+ "aria-flowto",
1058
+ "aria-grabbed",
1059
+ "aria-haspopup",
1060
+ "aria-hidden",
1061
+ "aria-invalid",
1062
+ "aria-keyshortcuts",
1063
+ "aria-label",
1064
+ "aria-labelledby",
1065
+ "aria-live",
1066
+ "aria-owns",
1067
+ "aria-relevant",
1068
+ "aria-roledescription"
1069
+ ]
1070
+ },
1071
+ {
1072
+ "mustContain": [
1073
+ "cell",
1074
+ "columnheader",
1075
+ "gridcell",
1076
+ "rowheader"
1077
+ ],
1078
+ "name": "row",
1079
+ "nameFrom": [
1080
+ "contents",
1081
+ "author"
1082
+ ],
1083
+ "scope": [
1084
+ "grid",
1085
+ "rowgroup",
1086
+ "table",
1087
+ "treegrid"
1088
+ ],
1089
+ "superclasses": [
1090
+ "group",
1091
+ "widget"
1092
+ ],
1093
+ "supportedAttributes": [
1094
+ "aria-colindex",
1095
+ "aria-level",
1096
+ "aria-rowindex",
1097
+ "aria-selected",
1098
+ "aria-setsize",
1099
+ "aria-posinset"
1100
+ ]
1101
+ },
1102
+ {
1103
+ "mustContain": [
1104
+ "row"
1105
+ ],
1106
+ "name": "rowgroup",
1107
+ "nameFrom": [
1108
+ "contents",
1109
+ "author"
1110
+ ],
1111
+ "scope": [
1112
+ "grid",
1113
+ "table",
1114
+ "treegrid"
1115
+ ],
1116
+ "superclasses": [
1117
+ "structure"
1118
+ ]
1119
+ },
1120
+ {
1121
+ "name": "rowheader",
1122
+ "nameFrom": [
1123
+ "contents",
1124
+ "author"
1125
+ ],
1126
+ "nameRequired": true,
1127
+ "scope": [
1128
+ "row"
1129
+ ],
1130
+ "superclasses": [
1131
+ "cell",
1132
+ "gridcell",
1133
+ "sectionhead"
1134
+ ],
1135
+ "supportedAttributes": [
1136
+ "aria-sort"
1137
+ ]
1138
+ },
1139
+ {
1140
+ "childrenPresentational": true,
1141
+ "implicitValues": {
1142
+ "aria-orientation": "vertical",
1143
+ "aria-valuemax": "100",
1144
+ "aria-valuemin": "0"
1145
+ },
1146
+ "name": "scrollbar",
1147
+ "nameFrom": [
1148
+ "author"
1149
+ ],
1150
+ "nameRequired": false,
1151
+ "requiredAttributes": [
1152
+ "aria-controls",
1153
+ "aria-orientation",
1154
+ "aria-valuemax",
1155
+ "aria-valuemin",
1156
+ "aria-valuenow"
1157
+ ],
1158
+ "superclasses": [
1159
+ "range"
1160
+ ]
1161
+ },
1162
+ {
1163
+ "name": "search",
1164
+ "nameFrom": [
1165
+ "author"
1166
+ ],
1167
+ "superclasses": [
1168
+ "landmark"
1169
+ ]
1170
+ },
1171
+ {
1172
+ "name": "searchbox",
1173
+ "nameFrom": [
1174
+ "author"
1175
+ ],
1176
+ "nameRequired": true,
1177
+ "superclasses": [
1178
+ "textbox"
1179
+ ]
1180
+ },
1181
+ {
1182
+ "abstract": true,
1183
+ "name": "section",
1184
+ "superclasses": [
1185
+ "structure"
1186
+ ],
1187
+ "supportedAttributes": [
1188
+ "aria-expanded"
1189
+ ]
1190
+ },
1191
+ {
1192
+ "abstract": true,
1193
+ "name": "sectionhead",
1194
+ "nameFrom": [
1195
+ "contents",
1196
+ "author"
1197
+ ],
1198
+ "superclasses": [
1199
+ "structure"
1200
+ ],
1201
+ "supportedAttributes": [
1202
+ "aria-expanded"
1203
+ ]
1204
+ },
1205
+ {
1206
+ "abstract": true,
1207
+ "name": "select",
1208
+ "nameFrom": [
1209
+ "author"
1210
+ ],
1211
+ "superclasses": [
1212
+ "composite",
1213
+ "group"
1214
+ ]
1215
+ },
1216
+ {
1217
+ "name": "separator",
1218
+ "nameFrom": [
1219
+ "author"
1220
+ ],
1221
+ "superclasses": [
1222
+ "structure"
1223
+ ],
1224
+ "supportedAttributes": [
1225
+ "aria-orientation",
1226
+ "aria-valuemin",
1227
+ "aria-valuemax",
1228
+ "aria-valuenow",
1229
+ "aria-valuetext"
1230
+ ]
1231
+ },
1232
+ {
1233
+ "childrenPresentational": true,
1234
+ "implicitValues": {
1235
+ "aria-orientation": "horizontal",
1236
+ "aria-valuemax": "100",
1237
+ "aria-valuemin": "0"
1238
+ },
1239
+ "name": "slider",
1240
+ "nameFrom": [
1241
+ "author"
1242
+ ],
1243
+ "nameRequired": true,
1244
+ "requiredAttributes": [
1245
+ "aria-valuemax",
1246
+ "aria-valuemin",
1247
+ "aria-valuenow"
1248
+ ],
1249
+ "superclasses": [
1250
+ "input",
1251
+ "range"
1252
+ ],
1253
+ "supportedAttributes": [
1254
+ "aria-orientation"
1255
+ ]
1256
+ },
1257
+ {
1258
+ "implicitValues": {
1259
+ "aria-valuenow": "0"
1260
+ },
1261
+ "name": "spinbutton",
1262
+ "nameFrom": [
1263
+ "author"
1264
+ ],
1265
+ "nameRequired": true,
1266
+ "requiredAttributes": [
1267
+ "aria-valuemax",
1268
+ "aria-valuemin",
1269
+ "aria-valuenow"
1270
+ ],
1271
+ "superclasses": [
1272
+ "composite",
1273
+ "input",
1274
+ "range"
1275
+ ],
1276
+ "supportedAttributes": [
1277
+ "aria-required",
1278
+ "aria-readonly"
1279
+ ]
1280
+ },
1281
+ {
1282
+ "implicitValues": {
1283
+ "aria-atomic": "true",
1284
+ "aria-live": "polite"
1285
+ },
1286
+ "name": "status",
1287
+ "nameFrom": [
1288
+ "author"
1289
+ ],
1290
+ "superclasses": [
1291
+ "section"
1292
+ ]
1293
+ },
1294
+ {
1295
+ "abstract": true,
1296
+ "name": "structure",
1297
+ "superclasses": [
1298
+ "roletype"
1299
+ ]
1300
+ },
1301
+ {
1302
+ "childrenPresentational": true,
1303
+ "implicitValues": {
1304
+ "aria-checked": "false"
1305
+ },
1306
+ "name": "switch",
1307
+ "nameFrom": [
1308
+ "contents",
1309
+ "author"
1310
+ ],
1311
+ "nameRequired": true,
1312
+ "requiredAttributes": [
1313
+ "aria-checked"
1314
+ ],
1315
+ "superclasses": [
1316
+ "checkbox"
1317
+ ]
1318
+ },
1319
+ {
1320
+ "childrenPresentational": true,
1321
+ "implicitValues": {
1322
+ "aria-selected": "false"
1323
+ },
1324
+ "name": "tab",
1325
+ "nameFrom": [
1326
+ "contents",
1327
+ "author"
1328
+ ],
1329
+ "scope": [
1330
+ "tablist"
1331
+ ],
1332
+ "superclasses": [
1333
+ "sectionhead",
1334
+ "widget"
1335
+ ],
1336
+ "supportedAttributes": [
1337
+ "aria-selected"
1338
+ ]
1339
+ },
1340
+ {
1341
+ "mustContain": [
1342
+ "row"
1343
+ ],
1344
+ "name": "table",
1345
+ "nameFrom": [
1346
+ "author"
1347
+ ],
1348
+ "nameRequired": true,
1349
+ "superclasses": [
1350
+ "section"
1351
+ ],
1352
+ "supportedAttributes": [
1353
+ "aria-colcount",
1354
+ "aria-rowcount"
1355
+ ]
1356
+ },
1357
+ {
1358
+ "implicitValues": {
1359
+ "aria-orientation": "horizontal"
1360
+ },
1361
+ "mustContain": [
1362
+ "tab"
1363
+ ],
1364
+ "name": "tablist",
1365
+ "nameFrom": [
1366
+ "author"
1367
+ ],
1368
+ "superclasses": [
1369
+ "composite"
1370
+ ],
1371
+ "supportedAttributes": [
1372
+ "aria-level",
1373
+ "aria-multiselectable",
1374
+ "aria-orientation"
1375
+ ]
1376
+ },
1377
+ {
1378
+ "name": "tabpanel",
1379
+ "nameFrom": [
1380
+ "author"
1381
+ ],
1382
+ "nameRequired": true,
1383
+ "superclasses": [
1384
+ "section"
1385
+ ]
1386
+ },
1387
+ {
1388
+ "name": "term",
1389
+ "nameFrom": [
1390
+ "author"
1391
+ ],
1392
+ "superclasses": [
1393
+ "section"
1394
+ ]
1395
+ },
1396
+ {
1397
+ "name": "textbox",
1398
+ "nameFrom": [
1399
+ "author"
1400
+ ],
1401
+ "nameRequired": true,
1402
+ "superclasses": [
1403
+ "input"
1404
+ ],
1405
+ "supportedAttributes": [
1406
+ "aria-activedescendant",
1407
+ "aria-autocomplete",
1408
+ "aria-multiline",
1409
+ "aria-placeholder",
1410
+ "aria-readonly",
1411
+ "aria-required"
1412
+ ]
1413
+ },
1414
+ {
1415
+ "name": "timer",
1416
+ "nameFrom": [
1417
+ "author"
1418
+ ],
1419
+ "superclasses": [
1420
+ "status"
1421
+ ]
1422
+ },
1423
+ {
1424
+ "implicitValues": {
1425
+ "aria-orientation": "horizontal"
1426
+ },
1427
+ "name": "toolbar",
1428
+ "nameFrom": [
1429
+ "author"
1430
+ ],
1431
+ "superclasses": [
1432
+ "group"
1433
+ ],
1434
+ "supportedAttributes": [
1435
+ "aria-orientation"
1436
+ ]
1437
+ },
1438
+ {
1439
+ "name": "tooltip",
1440
+ "nameFrom": [
1441
+ "contents",
1442
+ "author"
1443
+ ],
1444
+ "nameRequired": true,
1445
+ "superclasses": [
1446
+ "section"
1447
+ ]
1448
+ },
1449
+ {
1450
+ "implicitValues": {
1451
+ "aria-orientation": "vertical"
1452
+ },
1453
+ "mustContain": [
1454
+ "group",
1455
+ "treeitem"
1456
+ ],
1457
+ "name": "tree",
1458
+ "nameFrom": [
1459
+ "author"
1460
+ ],
1461
+ "nameRequired": true,
1462
+ "superclasses": [
1463
+ "select"
1464
+ ],
1465
+ "supportedAttributes": [
1466
+ "aria-multiselectable",
1467
+ "aria-required"
1468
+ ]
1469
+ },
1470
+ {
1471
+ "mustContain": [
1472
+ "row"
1473
+ ],
1474
+ "name": "treegrid",
1475
+ "nameFrom": [
1476
+ "author"
1477
+ ],
1478
+ "nameRequired": true,
1479
+ "superclasses": [
1480
+ "grid",
1481
+ "tree"
1482
+ ]
1483
+ },
1484
+ {
1485
+ "name": "treeitem",
1486
+ "nameFrom": [
1487
+ "contents",
1488
+ "author"
1489
+ ],
1490
+ "nameRequired": true,
1491
+ "scope": [
1492
+ "group",
1493
+ "tree"
1494
+ ],
1495
+ "superclasses": [
1496
+ "listitem",
1497
+ "option"
1498
+ ]
1499
+ },
1500
+ {
1501
+ "abstract": true,
1502
+ "name": "widget",
1503
+ "superclasses": [
1504
+ "roletype"
1505
+ ]
1506
+ },
1507
+ {
1508
+ "abstract": true,
1509
+ "name": "window",
1510
+ "nameFrom": [
1511
+ "author"
1512
+ ],
1513
+ "superclasses": [
1514
+ "roletype"
1515
+ ],
1516
+ "supportedAttributes": [
1517
+ "aria-expanded",
1518
+ "aria-modal"
1519
+ ]
1520
+ }
1521
+ ]
524
1522
  };