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.
- package/.eslintignore +4 -2
 - package/.eslintrc.js +1 -0
 - package/front_end/core/common/AppProvider.ts +1 -1
 - package/front_end/core/common/Object.ts +7 -2
 - package/front_end/core/common/SettingRegistration.ts +1 -1
 - package/front_end/core/common/Settings.ts +2 -3
 - package/front_end/core/host/InspectorFrontendHost.ts +13 -5
 - package/front_end/core/host/ResourceLoader.ts +1 -1
 - package/front_end/core/i18n/locales/en-US.json +24 -0
 - package/front_end/core/i18n/locales/en-XL.json +24 -0
 - package/front_end/core/platform/UserVisibleError.ts +1 -1
 - package/front_end/core/sdk/AccessibilityModel.ts +3 -4
 - package/front_end/core/sdk/CPUProfileDataModel.ts +1 -1
 - package/front_end/core/sdk/CPUProfilerModel.ts +3 -3
 - package/front_end/core/sdk/CPUThrottlingManager.ts +2 -2
 - package/front_end/core/sdk/CSSContainerQuery.ts +2 -2
 - package/front_end/core/sdk/CSSLayer.ts +1 -1
 - package/front_end/core/sdk/CSSMatchedStyles.ts +3 -3
 - package/front_end/core/sdk/CSSMedia.ts +1 -1
 - package/front_end/core/sdk/CSSModel.ts +6 -6
 - package/front_end/core/sdk/CSSProperty.ts +2 -2
 - package/front_end/core/sdk/CSSQuery.ts +2 -3
 - package/front_end/core/sdk/CSSRule.ts +2 -2
 - package/front_end/core/sdk/CSSScope.ts +1 -1
 - package/front_end/core/sdk/CSSStyleDeclaration.ts +3 -3
 - package/front_end/core/sdk/CSSStyleSheetHeader.ts +3 -3
 - package/front_end/core/sdk/CSSSupports.ts +1 -1
 - package/front_end/core/sdk/ChildTargetManager.ts +2 -2
 - package/front_end/core/sdk/CompilerSourceMappingContentProvider.ts +1 -2
 - package/front_end/core/sdk/ConsoleModel.ts +15 -12
 - package/front_end/core/sdk/CookieModel.ts +4 -5
 - package/front_end/core/sdk/DOMDebuggerModel.ts +7 -7
 - package/front_end/core/sdk/DOMModel.ts +3 -3
 - package/front_end/core/sdk/DebuggerModel.ts +5 -6
 - package/front_end/core/sdk/EmulationModel.ts +2 -2
 - package/front_end/core/sdk/EventBreakpointsModel.ts +4 -4
 - package/front_end/core/sdk/FilmStripModel.ts +1 -2
 - package/front_end/core/sdk/FrameAssociated.ts +1 -1
 - package/front_end/core/sdk/FrameManager.ts +6 -6
 - package/front_end/core/sdk/HeapProfilerModel.ts +4 -4
 - package/front_end/core/sdk/IOModel.ts +2 -2
 - package/front_end/core/sdk/IsolateManager.ts +3 -3
 - package/front_end/core/sdk/IssuesModel.ts +1 -2
 - package/front_end/core/sdk/LayerTreeBase.ts +3 -4
 - package/front_end/core/sdk/LogModel.ts +1 -2
 - package/front_end/core/sdk/NetworkManager.ts +18 -9
 - package/front_end/core/sdk/NetworkRequest.ts +1 -2
 - package/front_end/core/sdk/OverlayModel.ts +5 -5
 - package/front_end/core/sdk/PageLoad.ts +1 -1
 - package/front_end/core/sdk/PageResourceLoader.ts +3 -3
 - package/front_end/core/sdk/PaintProfiler.ts +1 -2
 - package/front_end/core/sdk/PerformanceMetricsModel.ts +1 -2
 - package/front_end/core/sdk/ProfileTreeModel.ts +1 -1
 - package/front_end/core/sdk/RemoteObject.ts +3 -3
 - package/front_end/core/sdk/Resource.ts +2 -3
 - package/front_end/core/sdk/ResourceTreeModel.ts +6 -7
 - package/front_end/core/sdk/RuntimeModel.ts +5 -5
 - package/front_end/core/sdk/SDKModel.ts +1 -1
 - package/front_end/core/sdk/ScreenCaptureModel.ts +2 -2
 - package/front_end/core/sdk/Script.ts +5 -6
 - package/front_end/core/sdk/SecurityOriginManager.ts +1 -2
 - package/front_end/core/sdk/ServerTiming.ts +1 -1
 - package/front_end/core/sdk/ServiceWorkerCacheModel.ts +3 -3
 - package/front_end/core/sdk/ServiceWorkerManager.ts +3 -4
 - package/front_end/core/sdk/SourceMap.ts +2 -2
 - package/front_end/core/sdk/SourceMapManager.ts +5 -5
 - package/front_end/core/sdk/StorageKeyManager.ts +1 -2
 - package/front_end/core/sdk/Target.ts +1 -1
 - package/front_end/core/sdk/TargetManager.ts +1 -1
 - package/front_end/core/sdk/TracingManager.ts +2 -3
 - package/front_end/core/sdk/TracingModel.ts +1 -1
 - package/front_end/core/sdk/WebAuthnModel.ts +1 -2
 - package/front_end/entrypoints/formatter_worker/CSSFormatter.ts +1 -1
 - package/front_end/entrypoints/formatter_worker/CSSRuleParser.ts +1 -2
 - package/front_end/entrypoints/formatter_worker/FormatterWorker.ts +1 -1
 - package/front_end/entrypoints/formatter_worker/HTMLFormatter.ts +1 -1
 - package/front_end/entrypoints/formatter_worker/IdentityFormatter.ts +1 -1
 - package/front_end/entrypoints/formatter_worker/JSONFormatter.ts +1 -1
 - package/front_end/entrypoints/formatter_worker/JavaScriptFormatter.ts +2 -3
 - package/front_end/entrypoints/formatter_worker/JavaScriptOutline.ts +1 -1
 - package/front_end/entrypoints/formatter_worker/ScopeParser.ts +2 -2
 - package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshot.ts +1 -1
 - package/front_end/entrypoints/heap_snapshot_worker/HeapSnapshotLoader.ts +3 -3
 - package/front_end/generated/.clang-format +1 -0
 - package/front_end/generated/ARIAProperties.js +1515 -517
 - package/front_end/generated/InspectorBackendCommands.js +960 -3655
 - package/front_end/generated/SupportedCSSProperties.js +5719 -1314
 - package/front_end/generated/protocol-mapping.d.ts +1865 -608
 - package/front_end/generated/protocol-proxy-api.d.ts +384 -576
 - package/front_end/generated/protocol.ts +9 -12
 - package/front_end/models/bindings/BreakpointManager.ts +2 -2
 - package/front_end/models/bindings/CSSWorkspaceBinding.ts +5 -2
 - package/front_end/models/bindings/CompilerScriptMapping.ts +5 -1
 - package/front_end/models/bindings/DebuggerLanguagePlugins.ts +2 -2
 - package/front_end/models/bindings/DebuggerWorkspaceBinding.ts +4 -4
 - package/front_end/models/bindings/DefaultScriptMapping.ts +1 -1
 - package/front_end/models/bindings/IgnoreListManager.ts +1 -1
 - package/front_end/models/bindings/PresentationConsoleMessageHelper.ts +2 -2
 - package/front_end/models/bindings/ResourceScriptMapping.ts +2 -4
 - package/front_end/models/bindings/SASSSourceMapping.ts +2 -2
 - package/front_end/models/bindings/StylesSourceMapping.ts +1 -1
 - package/front_end/models/bindings/TempFile.ts +1 -2
 - package/front_end/models/emulation/DeviceModeModel.ts +8 -2
 - package/front_end/models/extensions/ExtensionPanel.ts +1 -1
 - package/front_end/models/extensions/ExtensionServer.ts +3 -3
 - package/front_end/models/extensions/ExtensionView.ts +1 -1
 - package/front_end/models/extensions/LanguageExtensionEndpoint.ts +1 -1
 - package/front_end/models/extensions/RecorderPluginManager.ts +1 -1
 - package/front_end/models/formatter/SourceFormatter.ts +1 -2
 - package/front_end/models/har/Importer.ts +1 -1
 - package/front_end/models/har/Writer.ts +2 -2
 - package/front_end/models/issues_manager/AttributionReportingIssue.ts +1 -1
 - package/front_end/models/issues_manager/ClientHintIssue.ts +6 -2
 - package/front_end/models/issues_manager/ContentSecurityPolicyIssue.ts +6 -2
 - package/front_end/models/issues_manager/CookieIssue.ts +6 -2
 - package/front_end/models/issues_manager/CorsIssue.ts +1 -1
 - package/front_end/models/issues_manager/CrossOriginEmbedderPolicyIssue.ts +6 -2
 - package/front_end/models/issues_manager/DeprecationIssue.ts +2 -2
 - package/front_end/models/issues_manager/FederatedAuthRequestIssue.ts +6 -2
 - package/front_end/models/issues_manager/GenericIssue.ts +6 -2
 - package/front_end/models/issues_manager/HeavyAdIssue.ts +1 -1
 - package/front_end/models/issues_manager/Issue.ts +1 -1
 - package/front_end/models/issues_manager/IssueResolver.ts +2 -3
 - package/front_end/models/issues_manager/IssuesManager.ts +1 -1
 - package/front_end/models/issues_manager/LowTextContrastIssue.ts +1 -1
 - package/front_end/models/issues_manager/MixedContentIssue.ts +1 -1
 - package/front_end/models/issues_manager/NavigatorUserAgentIssue.ts +1 -1
 - package/front_end/models/issues_manager/QuirksModeIssue.ts +1 -1
 - package/front_end/models/issues_manager/RelatedIssue.ts +1 -1
 - package/front_end/models/issues_manager/SharedArrayBufferIssue.ts +1 -1
 - package/front_end/models/issues_manager/SourceFrameIssuesManager.ts +3 -3
 - package/front_end/models/issues_manager/TrustedWebActivityIssue.ts +6 -2
 - package/front_end/models/javascript_metadata/NativeFunctions.js +22 -32
 - package/front_end/models/persistence/Automapping.ts +1 -2
 - package/front_end/models/persistence/EditFileSystemView.ts +1 -1
 - package/front_end/models/persistence/FileSystemWorkspaceBinding.ts +4 -4
 - package/front_end/models/persistence/IsolatedFileSystem.ts +1 -2
 - package/front_end/models/persistence/IsolatedFileSystemManager.ts +2 -2
 - package/front_end/models/persistence/NetworkPersistenceManager.ts +1 -2
 - package/front_end/models/persistence/PersistenceImpl.ts +1 -2
 - package/front_end/models/persistence/PersistenceUtils.ts +1 -2
 - package/front_end/models/persistence/WorkspaceSettingsTab.ts +2 -2
 - package/front_end/models/text_utils/StaticContentProvider.ts +1 -1
 - package/front_end/models/timeline_model/TimelineFrameModel.ts +2 -2
 - package/front_end/models/timeline_model/TimelineProfileTree.ts +1 -1
 - package/front_end/models/timeline_model/TracingLayerTree.ts +1 -1
 - package/front_end/models/workspace/UISourceCode.ts +1 -2
 - package/front_end/models/workspace/WorkspaceImpl.ts +1 -2
 - package/front_end/panels/accessibility/AXBreadcrumbsPane.ts +1 -1
 - package/front_end/panels/animation/AnimationGroupPreviewUI.ts +1 -1
 - package/front_end/panels/animation/AnimationTimeline.ts +7 -2
 - package/front_end/panels/animation/AnimationUI.ts +3 -3
 - package/front_end/panels/application/ApplicationPanelCacheSection.ts +1 -1
 - package/front_end/panels/application/ApplicationPanelSidebar.ts +13 -7
 - package/front_end/panels/application/ApplicationPanelTreeElement.ts +1 -1
 - package/front_end/panels/application/BackgroundServiceView.ts +1 -2
 - package/front_end/panels/application/DatabaseQueryView.ts +1 -1
 - package/front_end/panels/application/DatabaseTableView.ts +1 -1
 - package/front_end/panels/application/IndexedDBViews.ts +9 -2
 - package/front_end/panels/application/InterestGroupTreeElement.ts +1 -1
 - package/front_end/panels/application/ReportingApiTreeElement.ts +1 -1
 - package/front_end/panels/application/ResourcesPanel.ts +1 -1
 - package/front_end/panels/application/TrustTokensTreeElement.ts +1 -1
 - package/front_end/panels/application/components/FrameDetailsView.ts +9 -6
 - package/front_end/panels/console/ConsoleFilter.ts +1 -1
 - package/front_end/panels/console/ConsoleSidebar.ts +2 -3
 - package/front_end/panels/console/ConsoleView.ts +2 -4
 - package/front_end/panels/console/ConsoleViewMessage.ts +2 -2
 - package/front_end/panels/console/ConsoleViewport.ts +1 -1
 - package/front_end/panels/coverage/CoverageDecorationManager.ts +1 -1
 - package/front_end/panels/coverage/CoverageListView.ts +1 -2
 - package/front_end/panels/coverage/CoverageView.ts +1 -2
 - package/front_end/panels/css_overview/CSSOverviewCompletedView.ts +9 -5
 - package/front_end/panels/css_overview/CSSOverviewController.ts +2 -2
 - package/front_end/panels/css_overview/CSSOverviewModel.ts +3 -3
 - package/front_end/panels/css_overview/CSSOverviewPanel.ts +4 -5
 - package/front_end/panels/css_overview/CSSOverviewProcessingView.ts +1 -2
 - package/front_end/panels/elements/ColorSwatchPopoverIcon.ts +3 -3
 - package/front_end/panels/elements/ComputedStyleWidget.ts +3 -4
 - package/front_end/panels/elements/DOMLinkifier.ts +5 -1
 - package/front_end/panels/elements/ElementsPanel.ts +7 -4
 - package/front_end/panels/elements/ElementsSidebarPane.ts +1 -2
 - package/front_end/panels/elements/ElementsTreeElement.ts +3 -4
 - package/front_end/panels/elements/ElementsTreeOutline.ts +1 -1
 - package/front_end/panels/elements/PlatformFontsWidget.ts +1 -2
 - package/front_end/panels/elements/StyleEditorWidget.ts +2 -2
 - package/front_end/panels/elements/StylePropertiesSection.ts +1 -2
 - package/front_end/panels/elements/StylePropertyHighlighter.ts +2 -2
 - package/front_end/panels/elements/StylePropertyTreeElement.ts +2 -3
 - package/front_end/panels/elements/StylesSidebarPane.ts +39 -8
 - package/front_end/panels/elements/TopLayerContainer.ts +1 -1
 - package/front_end/panels/elements/components/AdornerSettingsPane.ts +1 -1
 - package/front_end/panels/elements/components/ElementsBreadcrumbs.ts +2 -3
 - package/front_end/panels/elements/components/ElementsBreadcrumbsUtils.ts +1 -1
 - package/front_end/panels/elements/components/LayoutPane.ts +1 -2
 - package/front_end/panels/elements/components/QueryContainer.ts +1 -1
 - package/front_end/panels/elements/components/StylePropertyEditor.ts +1 -2
 - package/front_end/panels/emulation/AdvancedApp.ts +2 -2
 - package/front_end/panels/emulation/DeviceModeWrapper.ts +1 -1
 - package/front_end/panels/event_listeners/EventListenersView.ts +1 -2
 - package/front_end/panels/issues/AffectedResourcesView.ts +2 -2
 - package/front_end/panels/issues/CorsIssueDetailsView.ts +2 -2
 - package/front_end/panels/issues/IssueView.ts +2 -2
 - package/front_end/panels/issues/IssuesPane.ts +6 -2
 - package/front_end/panels/layer_viewer/LayerDetailsView.ts +8 -2
 - package/front_end/panels/layer_viewer/LayerTreeOutline.ts +7 -2
 - package/front_end/panels/layer_viewer/Layers3DView.ts +9 -2
 - package/front_end/panels/lighthouse/LighthouseController.ts +1 -1
 - package/front_end/panels/lighthouse/LighthousePanel.ts +10 -6
 - package/front_end/panels/lighthouse/LighthouseReportRenderer.ts +5 -1
 - package/front_end/panels/lighthouse/LighthouseStartView.ts +1 -2
 - package/front_end/panels/lighthouse/LighthouseStatusView.ts +1 -2
 - package/front_end/panels/lighthouse/LighthouseTimespanView.ts +1 -2
 - package/front_end/panels/media/EventDisplayTable.ts +1 -1
 - package/front_end/panels/media/EventTimelineView.ts +9 -3
 - package/front_end/panels/media/MainView.ts +1 -2
 - package/front_end/panels/media/PlayerDetailView.ts +4 -3
 - package/front_end/panels/media/PlayerListView.ts +2 -2
 - package/front_end/panels/media/PlayerMessagesView.ts +76 -0
 - package/front_end/panels/media/playerMessagesView.css +15 -0
 - package/front_end/panels/mobile_throttling/MobileThrottlingSelector.ts +6 -2
 - package/front_end/panels/mobile_throttling/NetworkThrottlingSelector.ts +1 -2
 - package/front_end/panels/mobile_throttling/ThrottlingManager.ts +7 -4
 - package/front_end/panels/network/NetworkDataGridNode.ts +1 -1
 - package/front_end/panels/network/NetworkFrameGrouper.ts +1 -1
 - package/front_end/panels/network/NetworkItemView.ts +1 -1
 - package/front_end/panels/network/NetworkLogView.ts +10 -3
 - package/front_end/panels/network/NetworkLogViewColumns.ts +7 -6
 - package/front_end/panels/network/NetworkPanel.ts +3 -4
 - package/front_end/panels/network/NetworkWaterfallColumn.ts +4 -4
 - package/front_end/panels/network/RequestTimingView.ts +1 -2
 - package/front_end/panels/network/components/RequestHeadersView.css +4 -0
 - package/front_end/panels/network/components/RequestHeadersView.ts +57 -14
 - package/front_end/panels/profiler/BottomUpProfileDataGrid.ts +2 -3
 - package/front_end/panels/profiler/CPUProfileView.ts +3 -3
 - package/front_end/panels/profiler/HeapProfileView.ts +4 -5
 - package/front_end/panels/profiler/HeapProfilerPanel.ts +2 -2
 - package/front_end/panels/profiler/HeapSnapshotDataGrids.ts +4 -4
 - package/front_end/panels/profiler/HeapSnapshotGridNodes.ts +11 -7
 - package/front_end/panels/profiler/HeapSnapshotProxy.ts +1 -1
 - package/front_end/panels/profiler/HeapSnapshotView.ts +13 -8
 - package/front_end/panels/profiler/ProfileLauncherView.ts +2 -2
 - package/front_end/panels/profiler/ProfileSidebarTreeElement.ts +6 -2
 - package/front_end/panels/profiler/ProfileView.ts +6 -6
 - package/front_end/panels/profiler/ProfilesPanel.ts +6 -2
 - package/front_end/panels/profiler/TopDownProfileDataGrid.ts +1 -2
 - package/front_end/panels/search/SearchResultsPane.ts +1 -1
 - package/front_end/panels/search/SearchView.ts +1 -2
 - package/front_end/panels/security/SecurityPanel.ts +7 -2
 - package/front_end/panels/settings/SettingsScreen.ts +1 -1
 - package/front_end/panels/settings/emulation/utils/UserAgentMetadata.ts +11 -2
 - package/front_end/panels/sources/EditingLocationHistoryManager.ts +2 -2
 - package/front_end/panels/sources/GoToLineQuickOpen.ts +1 -1
 - package/front_end/panels/sources/InplaceFormatterEditorAction.ts +7 -2
 - package/front_end/panels/sources/ScriptFormatterEditorAction.ts +7 -2
 - package/front_end/panels/sources/SourcesNavigator.ts +1 -2
 - package/front_end/panels/sources/SourcesPanel.ts +1 -1
 - package/front_end/panels/sources/SourcesSearchScope.ts +3 -0
 - package/front_end/panels/sources/SourcesView.ts +6 -2
 - package/front_end/panels/sources/UISourceCodeFrame.ts +1 -1
 - package/front_end/panels/timeline/CountersGraph.ts +2 -3
 - package/front_end/panels/timeline/EventsTimelineTreeView.ts +2 -2
 - package/front_end/panels/timeline/ExtensionTracingSession.ts +3 -3
 - package/front_end/panels/timeline/TimelineDetailsView.ts +6 -6
 - package/front_end/panels/timeline/TimelineEventOverview.ts +3 -3
 - package/front_end/panels/timeline/TimelineFlameChartDataProvider.ts +3 -3
 - package/front_end/panels/timeline/TimelineFlameChartNetworkDataProvider.ts +1 -1
 - package/front_end/panels/timeline/TimelineFlameChartView.ts +6 -6
 - package/front_end/panels/timeline/TimelineHistoryManager.ts +1 -1
 - package/front_end/panels/timeline/TimelinePanel.ts +5 -5
 - package/front_end/panels/timeline/TimelineTreeView.ts +2 -2
 - package/front_end/panels/timeline/UIDevtoolsController.ts +1 -2
 - package/front_end/panels/timeline/components/WebVitalsLane.ts +9 -2
 - package/front_end/panels/timeline/components/WebVitalsTimeline.ts +1 -1
 - package/front_end/panels/web_audio/graph_visualizer/EdgeView.ts +1 -1
 - package/front_end/panels/web_audio/graph_visualizer/GraphView.ts +9 -3
 - package/front_end/panels/web_audio/graph_visualizer/NodeRendererUtility.ts +2 -1
 - package/front_end/panels/web_audio/graph_visualizer/NodeView.ts +3 -1
 - package/front_end/third_party/.clang-format +1 -1
 - package/front_end/third_party/i18n/localized-string-set.ts +1 -1
 - package/front_end/ui/components/buttons/Button.ts +32 -7
 - package/front_end/ui/components/buttons/button.css +16 -0
 - package/front_end/ui/components/data_grid/DataGrid.ts +5 -1
 - package/front_end/ui/components/data_grid/DataGridContextMenuUtils.ts +2 -2
 - package/front_end/ui/components/data_grid/DataGridController.ts +12 -5
 - package/front_end/ui/components/data_grid/DataGridControllerIntegrator.ts +1 -2
 - package/front_end/ui/components/data_grid/DataGridEvents.ts +1 -1
 - package/front_end/ui/components/data_grid/DataGridRenderers.ts +1 -1
 - package/front_end/ui/components/docs/building-ui-documentation/CreatingComponents.md +112 -0
 - package/front_end/ui/components/docs/building-ui-documentation/README.md +19 -0
 - package/front_end/ui/components/docs/button/basic.html +11 -0
 - package/front_end/ui/components/docs/button/basic.ts +7 -0
 - package/front_end/ui/components/icon_button/IconButton.ts +1 -3
 - package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspector.ts +27 -13
 - package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorController.ts +9 -4
 - package/front_end/ui/components/linear_memory_inspector/LinearMemoryInspectorPane.ts +10 -5
 - package/front_end/ui/components/linear_memory_inspector/LinearMemoryValueInterpreter.ts +8 -7
 - package/front_end/ui/components/linear_memory_inspector/LinearMemoryViewer.ts +1 -1
 - package/front_end/ui/components/markdown_view/MarkdownImage.ts +1 -2
 - package/front_end/ui/components/markdown_view/MarkdownView.ts +2 -4
 - package/front_end/ui/components/tree_outline/TreeOutline.ts +3 -1
 - package/front_end/ui/legacy/ActionRegistry.ts +1 -2
 - package/front_end/ui/legacy/Context.ts +1 -1
 - package/front_end/ui/legacy/ContextMenu.ts +2 -2
 - package/front_end/ui/legacy/Dialog.ts +4 -4
 - package/front_end/ui/legacy/DockController.ts +4 -4
 - package/front_end/ui/legacy/FilterBar.ts +3 -3
 - package/front_end/ui/legacy/FilterSuggestionBuilder.ts +1 -1
 - package/front_end/ui/legacy/GlassPane.ts +3 -3
 - package/front_end/ui/legacy/Infobar.ts +1 -1
 - package/front_end/ui/legacy/InspectorView.ts +10 -10
 - package/front_end/ui/legacy/ListControl.ts +2 -2
 - package/front_end/ui/legacy/Panel.ts +1 -1
 - package/front_end/ui/legacy/ShortcutRegistry.ts +2 -3
 - package/front_end/ui/legacy/SoftDropDown.ts +4 -4
 - package/front_end/ui/legacy/SplitWidget.ts +2 -2
 - package/front_end/ui/legacy/SuggestBox.ts +2 -2
 - package/front_end/ui/legacy/TabbedPane.ts +2 -2
 - package/front_end/ui/legacy/TextPrompt.ts +1 -2
 - package/front_end/ui/legacy/Toolbar.ts +2 -3
 - package/front_end/ui/legacy/Treeoutline.ts +3 -3
 - package/front_end/ui/legacy/UIUtils.ts +2 -3
 - package/front_end/ui/legacy/View.ts +4 -4
 - package/front_end/ui/legacy/ViewManager.ts +8 -8
 - package/front_end/ui/legacy/ViewRegistration.ts +2 -2
 - package/front_end/ui/legacy/XLink.ts +1 -1
 - package/front_end/ui/legacy/components/color_picker/ContrastDetails.ts +1 -2
 - package/front_end/ui/legacy/components/color_picker/ContrastOverlay.ts +1 -2
 - package/front_end/ui/legacy/components/color_picker/Spectrum.ts +1 -1
 - package/front_end/ui/legacy/components/data_grid/SortableDataGrid.ts +1 -2
 - package/front_end/ui/legacy/components/data_grid/ViewportDataGrid.ts +1 -2
 - package/front_end/ui/legacy/components/data_grid/dataGrid.css +2 -2
 - package/front_end/ui/legacy/components/inline_editor/CSSAngle.ts +4 -5
 - package/front_end/ui/legacy/components/inline_editor/CSSAngleEditor.ts +1 -1
 - package/front_end/ui/legacy/components/inline_editor/CSSAngleSwatch.ts +1 -2
 - package/front_end/ui/legacy/components/inline_editor/CSSLength.ts +1 -2
 - package/front_end/ui/legacy/components/inline_editor/CSSShadowEditor.ts +1 -2
 - package/front_end/ui/legacy/components/inline_editor/Swatches.ts +1 -1
 - package/front_end/ui/legacy/components/perf_ui/FlameChart.ts +3 -4
 - package/front_end/ui/legacy/components/perf_ui/OverviewGrid.ts +1 -2
 - package/front_end/ui/legacy/components/perf_ui/TimelineOverviewPane.ts +2 -3
 - package/front_end/ui/legacy/components/quick_open/QuickOpen.ts +1 -2
 - package/front_end/ui/legacy/components/source_frame/ResourceSourceFrame.ts +1 -2
 - package/inspector_overlay/css_grid_label_helpers.ts +1 -2
 - package/inspector_overlay/highlight_common.ts +1 -1
 - package/inspector_overlay/highlight_container_query.ts +3 -3
 - package/inspector_overlay/highlight_flex_common.ts +12 -3
 - package/inspector_overlay/highlight_grid_common.ts +3 -3
 - package/inspector_overlay/highlight_isolated_element.ts +1 -1
 - package/inspector_overlay/highlight_scroll_snap.ts +3 -3
 - package/inspector_overlay/main.ts +6 -6
 - package/inspector_overlay/tool_highlight.ts +26 -12
 - package/inspector_overlay/tool_persistent.ts +13 -14
 - package/inspector_overlay/tool_source_order.ts +3 -4
 - package/package.json +1 -1
 - package/scripts/build/generate_aria.py +2 -1
 - package/scripts/build/generate_supported_css.py +6 -3
 - 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 
     | 
    
         
            -
             
     | 
| 
       7 
     | 
    
         
            -
             
     | 
| 
       8 
     | 
    
         
            -
             
     | 
| 
       9 
     | 
    
         
            -
             
     | 
| 
       10 
     | 
    
         
            -
             
     | 
| 
       11 
     | 
    
         
            -
             
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
             
     | 
| 
       14 
     | 
    
         
            -
             
     | 
| 
       15 
     | 
    
         
            -
             
     | 
| 
       16 
     | 
    
         
            -
             
     | 
| 
       17 
     | 
    
         
            -
             
     | 
| 
       18 
     | 
    
         
            -
             
     | 
| 
       19 
     | 
    
         
            -
             
     | 
| 
       20 
     | 
    
         
            -
             
     | 
| 
       21 
     | 
    
         
            -
                 
     | 
| 
       22 
     | 
    
         
            -
                 
     | 
| 
       23 
     | 
    
         
            -
             
     | 
| 
       24 
     | 
    
         
            -
             
     | 
| 
       25 
     | 
    
         
            -
             
     | 
| 
       26 
     | 
    
         
            -
             
     | 
| 
       27 
     | 
    
         
            -
             
     | 
| 
       28 
     | 
    
         
            -
             
     | 
| 
       29 
     | 
    
         
            -
             
     | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
       31 
     | 
    
         
            -
             
     | 
| 
       32 
     | 
    
         
            -
             
     | 
| 
       33 
     | 
    
         
            -
             
     | 
| 
       34 
     | 
    
         
            -
             
     | 
| 
       35 
     | 
    
         
            -
                 
     | 
| 
       36 
     | 
    
         
            -
                 
     | 
| 
       37 
     | 
    
         
            -
             
     | 
| 
       38 
     | 
    
         
            -
             
     | 
| 
       39 
     | 
    
         
            -
             
     | 
| 
       40 
     | 
    
         
            -
             
     | 
| 
       41 
     | 
    
         
            -
             
     | 
| 
       42 
     | 
    
         
            -
             
     | 
| 
       43 
     | 
    
         
            -
             
     | 
| 
       44 
     | 
    
         
            -
             
     | 
| 
       45 
     | 
    
         
            -
             
     | 
| 
       46 
     | 
    
         
            -
             
     | 
| 
       47 
     | 
    
         
            -
             
     | 
| 
       48 
     | 
    
         
            -
             
     | 
| 
       49 
     | 
    
         
            -
             
     | 
| 
       50 
     | 
    
         
            -
             
     | 
| 
       51 
     | 
    
         
            -
             
     | 
| 
       52 
     | 
    
         
            -
             
     | 
| 
       53 
     | 
    
         
            -
             
     | 
| 
       54 
     | 
    
         
            -
             
     | 
| 
       55 
     | 
    
         
            -
             
     | 
| 
       56 
     | 
    
         
            -
             
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
             
     | 
| 
       59 
     | 
    
         
            -
             
     | 
| 
       60 
     | 
    
         
            -
             
     | 
| 
       61 
     | 
    
         
            -
             
     | 
| 
       62 
     | 
    
         
            -
                 
     | 
| 
       63 
     | 
    
         
            -
                 
     | 
| 
       64 
     | 
    
         
            -
                 
     | 
| 
       65 
     | 
    
         
            -
             
     | 
| 
       66 
     | 
    
         
            -
             
     | 
| 
       67 
     | 
    
         
            -
             
     | 
| 
       68 
     | 
    
         
            -
             
     | 
| 
       69 
     | 
    
         
            -
             
     | 
| 
       70 
     | 
    
         
            -
             
     | 
| 
       71 
     | 
    
         
            -
             
     | 
| 
       72 
     | 
    
         
            -
             
     | 
| 
       73 
     | 
    
         
            -
             
     | 
| 
       74 
     | 
    
         
            -
             
     | 
| 
       75 
     | 
    
         
            -
             
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
             
     | 
| 
       78 
     | 
    
         
            -
             
     | 
| 
       79 
     | 
    
         
            -
             
     | 
| 
       80 
     | 
    
         
            -
             
     | 
| 
       81 
     | 
    
         
            -
             
     | 
| 
       82 
     | 
    
         
            -
             
     | 
| 
       83 
     | 
    
         
            -
             
     | 
| 
       84 
     | 
    
         
            -
               
     | 
| 
       85 
     | 
    
         
            -
               
     | 
| 
       86 
     | 
    
         
            -
             
     | 
| 
       87 
     | 
    
         
            -
             
     | 
| 
       88 
     | 
    
         
            -
             
     | 
| 
       89 
     | 
    
         
            -
             
     | 
| 
       90 
     | 
    
         
            -
             
     | 
| 
       91 
     | 
    
         
            -
             
     | 
| 
       92 
     | 
    
         
            -
             
     | 
| 
       93 
     | 
    
         
            -
                 
     | 
| 
       94 
     | 
    
         
            -
                 
     | 
| 
       95 
     | 
    
         
            -
             
     | 
| 
       96 
     | 
    
         
            -
             
     | 
| 
       97 
     | 
    
         
            -
             
     | 
| 
       98 
     | 
    
         
            -
             
     | 
| 
       99 
     | 
    
         
            -
             
     | 
| 
       100 
     | 
    
         
            -
             
     | 
| 
       101 
     | 
    
         
            -
             
     | 
| 
       102 
     | 
    
         
            -
             
     | 
| 
       103 
     | 
    
         
            -
             
     | 
| 
       104 
     | 
    
         
            -
             
     | 
| 
       105 
     | 
    
         
            -
             
     | 
| 
       106 
     | 
    
         
            -
             
     | 
| 
       107 
     | 
    
         
            -
             
     | 
| 
       108 
     | 
    
         
            -
             
     | 
| 
       109 
     | 
    
         
            -
             
     | 
| 
       110 
     | 
    
         
            -
             
     | 
| 
       111 
     | 
    
         
            -
             
     | 
| 
       112 
     | 
    
         
            -
             
     | 
| 
       113 
     | 
    
         
            -
             
     | 
| 
       114 
     | 
    
         
            -
             
     | 
| 
       115 
     | 
    
         
            -
             
     | 
| 
       116 
     | 
    
         
            -
             
     | 
| 
       117 
     | 
    
         
            -
             
     | 
| 
       118 
     | 
    
         
            -
             
     | 
| 
       119 
     | 
    
         
            -
             
     | 
| 
       120 
     | 
    
         
            -
             
     | 
| 
       121 
     | 
    
         
            -
             
     | 
| 
       122 
     | 
    
         
            -
             
     | 
| 
       123 
     | 
    
         
            -
             
     | 
| 
       124 
     | 
    
         
            -
                 
     | 
| 
       125 
     | 
    
         
            -
                 
     | 
| 
       126 
     | 
    
         
            -
             
     | 
| 
       127 
     | 
    
         
            -
             
     | 
| 
       128 
     | 
    
         
            -
             
     | 
| 
       129 
     | 
    
         
            -
             
     | 
| 
       130 
     | 
    
         
            -
             
     | 
| 
       131 
     | 
    
         
            -
             
     | 
| 
       132 
     | 
    
         
            -
             
     | 
| 
       133 
     | 
    
         
            -
             
     | 
| 
       134 
     | 
    
         
            -
             
     | 
| 
       135 
     | 
    
         
            -
             
     | 
| 
       136 
     | 
    
         
            -
             
     | 
| 
       137 
     | 
    
         
            -
             
     | 
| 
       138 
     | 
    
         
            -
             
     | 
| 
       139 
     | 
    
         
            -
             
     | 
| 
       140 
     | 
    
         
            -
             
     | 
| 
       141 
     | 
    
         
            -
             
     | 
| 
       142 
     | 
    
         
            -
             
     | 
| 
       143 
     | 
    
         
            -
             
     | 
| 
       144 
     | 
    
         
            -
             
     | 
| 
       145 
     | 
    
         
            -
             
     | 
| 
       146 
     | 
    
         
            -
             
     | 
| 
       147 
     | 
    
         
            -
             
     | 
| 
       148 
     | 
    
         
            -
             
     | 
| 
       149 
     | 
    
         
            -
             
     | 
| 
       150 
     | 
    
         
            -
             
     | 
| 
       151 
     | 
    
         
            -
             
     | 
| 
       152 
     | 
    
         
            -
             
     | 
| 
       153 
     | 
    
         
            -
             
     | 
| 
       154 
     | 
    
         
            -
             
     | 
| 
       155 
     | 
    
         
            -
             
     | 
| 
       156 
     | 
    
         
            -
             
     | 
| 
       157 
     | 
    
         
            -
             
     | 
| 
       158 
     | 
    
         
            -
             
     | 
| 
       159 
     | 
    
         
            -
             
     | 
| 
       160 
     | 
    
         
            -
             
     | 
| 
       161 
     | 
    
         
            -
             
     | 
| 
       162 
     | 
    
         
            -
             
     | 
| 
       163 
     | 
    
         
            -
             
     | 
| 
       164 
     | 
    
         
            -
             
     | 
| 
       165 
     | 
    
         
            -
             
     | 
| 
       166 
     | 
    
         
            -
             
     | 
| 
       167 
     | 
    
         
            -
             
     | 
| 
       168 
     | 
    
         
            -
             
     | 
| 
       169 
     | 
    
         
            -
             
     | 
| 
       170 
     | 
    
         
            -
             
     | 
| 
       171 
     | 
    
         
            -
             
     | 
| 
       172 
     | 
    
         
            -
             
     | 
| 
       173 
     | 
    
         
            -
             
     | 
| 
       174 
     | 
    
         
            -
             
     | 
| 
       175 
     | 
    
         
            -
             
     | 
| 
       176 
     | 
    
         
            -
             
     | 
| 
       177 
     | 
    
         
            -
             
     | 
| 
       178 
     | 
    
         
            -
             
     | 
| 
       179 
     | 
    
         
            -
             
     | 
| 
       180 
     | 
    
         
            -
             
     | 
| 
       181 
     | 
    
         
            -
             
     | 
| 
       182 
     | 
    
         
            -
             
     | 
| 
       183 
     | 
    
         
            -
             
     | 
| 
       184 
     | 
    
         
            -
             
     | 
| 
       185 
     | 
    
         
            -
             
     | 
| 
       186 
     | 
    
         
            -
             
     | 
| 
       187 
     | 
    
         
            -
             
     | 
| 
       188 
     | 
    
         
            -
             
     | 
| 
       189 
     | 
    
         
            -
             
     | 
| 
       190 
     | 
    
         
            -
             
     | 
| 
       191 
     | 
    
         
            -
             
     | 
| 
       192 
     | 
    
         
            -
             
     | 
| 
       193 
     | 
    
         
            -
             
     | 
| 
       194 
     | 
    
         
            -
             
     | 
| 
       195 
     | 
    
         
            -
             
     | 
| 
       196 
     | 
    
         
            -
             
     | 
| 
       197 
     | 
    
         
            -
             
     | 
| 
       198 
     | 
    
         
            -
             
     | 
| 
       199 
     | 
    
         
            -
             
     | 
| 
       200 
     | 
    
         
            -
             
     | 
| 
       201 
     | 
    
         
            -
             
     | 
| 
       202 
     | 
    
         
            -
             
     | 
| 
       203 
     | 
    
         
            -
             
     | 
| 
       204 
     | 
    
         
            -
             
     | 
| 
       205 
     | 
    
         
            -
             
     | 
| 
       206 
     | 
    
         
            -
             
     | 
| 
       207 
     | 
    
         
            -
             
     | 
| 
       208 
     | 
    
         
            -
             
     | 
| 
       209 
     | 
    
         
            -
             
     | 
| 
       210 
     | 
    
         
            -
             
     | 
| 
       211 
     | 
    
         
            -
             
     | 
| 
       212 
     | 
    
         
            -
             
     | 
| 
       213 
     | 
    
         
            -
             
     | 
| 
       214 
     | 
    
         
            -
             
     | 
| 
       215 
     | 
    
         
            -
             
     | 
| 
       216 
     | 
    
         
            -
             
     | 
| 
       217 
     | 
    
         
            -
             
     | 
| 
       218 
     | 
    
         
            -
             
     | 
| 
       219 
     | 
    
         
            -
             
     | 
| 
       220 
     | 
    
         
            -
             
     | 
| 
       221 
     | 
    
         
            -
             
     | 
| 
       222 
     | 
    
         
            -
             
     | 
| 
       223 
     | 
    
         
            -
             
     | 
| 
       224 
     | 
    
         
            -
             
     | 
| 
       225 
     | 
    
         
            -
             
     | 
| 
       226 
     | 
    
         
            -
             
     | 
| 
       227 
     | 
    
         
            -
             
     | 
| 
       228 
     | 
    
         
            -
             
     | 
| 
       229 
     | 
    
         
            -
             
     | 
| 
       230 
     | 
    
         
            -
             
     | 
| 
       231 
     | 
    
         
            -
             
     | 
| 
       232 
     | 
    
         
            -
             
     | 
| 
       233 
     | 
    
         
            -
             
     | 
| 
       234 
     | 
    
         
            -
             
     | 
| 
       235 
     | 
    
         
            -
             
     | 
| 
       236 
     | 
    
         
            -
             
     | 
| 
       237 
     | 
    
         
            -
             
     | 
| 
       238 
     | 
    
         
            -
             
     | 
| 
       239 
     | 
    
         
            -
             
     | 
| 
       240 
     | 
    
         
            -
             
     | 
| 
       241 
     | 
    
         
            -
             
     | 
| 
       242 
     | 
    
         
            -
             
     | 
| 
       243 
     | 
    
         
            -
             
     | 
| 
       244 
     | 
    
         
            -
             
     | 
| 
       245 
     | 
    
         
            -
             
     | 
| 
       246 
     | 
    
         
            -
             
     | 
| 
       247 
     | 
    
         
            -
             
     | 
| 
       248 
     | 
    
         
            -
             
     | 
| 
       249 
     | 
    
         
            -
             
     | 
| 
       250 
     | 
    
         
            -
             
     | 
| 
       251 
     | 
    
         
            -
             
     | 
| 
       252 
     | 
    
         
            -
             
     | 
| 
       253 
     | 
    
         
            -
             
     | 
| 
       254 
     | 
    
         
            -
             
     | 
| 
       255 
     | 
    
         
            -
             
     | 
| 
       256 
     | 
    
         
            -
             
     | 
| 
       257 
     | 
    
         
            -
             
     | 
| 
       258 
     | 
    
         
            -
             
     | 
| 
       259 
     | 
    
         
            -
             
     | 
| 
       260 
     | 
    
         
            -
             
     | 
| 
       261 
     | 
    
         
            -
             
     | 
| 
       262 
     | 
    
         
            -
             
     | 
| 
       263 
     | 
    
         
            -
             
     | 
| 
       264 
     | 
    
         
            -
             
     | 
| 
       265 
     | 
    
         
            -
             
     | 
| 
       266 
     | 
    
         
            -
             
     | 
| 
       267 
     | 
    
         
            -
             
     | 
| 
       268 
     | 
    
         
            -
             
     | 
| 
       269 
     | 
    
         
            -
             
     | 
| 
       270 
     | 
    
         
            -
             
     | 
| 
       271 
     | 
    
         
            -
             
     | 
| 
       272 
     | 
    
         
            -
             
     | 
| 
       273 
     | 
    
         
            -
             
     | 
| 
       274 
     | 
    
         
            -
             
     | 
| 
       275 
     | 
    
         
            -
             
     | 
| 
       276 
     | 
    
         
            -
             
     | 
| 
       277 
     | 
    
         
            -
             
     | 
| 
       278 
     | 
    
         
            -
             
     | 
| 
       279 
     | 
    
         
            -
             
     | 
| 
       280 
     | 
    
         
            -
             
     | 
| 
       281 
     | 
    
         
            -
             
     | 
| 
       282 
     | 
    
         
            -
             
     | 
| 
       283 
     | 
    
         
            -
             
     | 
| 
       284 
     | 
    
         
            -
             
     | 
| 
       285 
     | 
    
         
            -
             
     | 
| 
       286 
     | 
    
         
            -
                 
     | 
| 
       287 
     | 
    
         
            -
             
     | 
| 
       288 
     | 
    
         
            -
             
     | 
| 
       289 
     | 
    
         
            -
             
     | 
| 
       290 
     | 
    
         
            -
             
     | 
| 
       291 
     | 
    
         
            -
             
     | 
| 
       292 
     | 
    
         
            -
             
     | 
| 
       293 
     | 
    
         
            -
             
     | 
| 
       294 
     | 
    
         
            -
             
     | 
| 
       295 
     | 
    
         
            -
             
     | 
| 
       296 
     | 
    
         
            -
             
     | 
| 
       297 
     | 
    
         
            -
             
     | 
| 
       298 
     | 
    
         
            -
                 
     | 
| 
       299 
     | 
    
         
            -
                 
     | 
| 
       300 
     | 
    
         
            -
             
     | 
| 
       301 
     | 
    
         
            -
             
     | 
| 
       302 
     | 
    
         
            -
             
     | 
| 
       303 
     | 
    
         
            -
             
     | 
| 
       304 
     | 
    
         
            -
             
     | 
| 
       305 
     | 
    
         
            -
             
     | 
| 
       306 
     | 
    
         
            -
             
     | 
| 
       307 
     | 
    
         
            -
             
     | 
| 
       308 
     | 
    
         
            -
             
     | 
| 
       309 
     | 
    
         
            -
             
     | 
| 
       310 
     | 
    
         
            -
             
     | 
| 
       311 
     | 
    
         
            -
             
     | 
| 
       312 
     | 
    
         
            -
             
     | 
| 
       313 
     | 
    
         
            -
             
     | 
| 
       314 
     | 
    
         
            -
             
     | 
| 
       315 
     | 
    
         
            -
             
     | 
| 
       316 
     | 
    
         
            -
             
     | 
| 
       317 
     | 
    
         
            -
             
     | 
| 
       318 
     | 
    
         
            -
             
     | 
| 
       319 
     | 
    
         
            -
             
     | 
| 
       320 
     | 
    
         
            -
             
     | 
| 
       321 
     | 
    
         
            -
             
     | 
| 
       322 
     | 
    
         
            -
             
     | 
| 
       323 
     | 
    
         
            -
             
     | 
| 
       324 
     | 
    
         
            -
             
     | 
| 
       325 
     | 
    
         
            -
             
     | 
| 
       326 
     | 
    
         
            -
             
     | 
| 
       327 
     | 
    
         
            -
             
     | 
| 
       328 
     | 
    
         
            -
             
     | 
| 
       329 
     | 
    
         
            -
             
     | 
| 
       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 
     | 
    
         
             
            };
         
     |