Home / File/ validAriaProperties.js — react Source File

validAriaProperties.js — react Source File

Architecture documentation for validAriaProperties.js, a javascript file in the react codebase. 0 imports, 1 dependents.

Entity Profile

Dependency Diagram

graph LR
  597484b2_9524_2cec_2a6f_a214a62bc3c3["validAriaProperties.js"]
  c1dc9c2d_185d_8161_e658_7c3c75929b15["ReactDOMInvalidARIAHook.js"]
  c1dc9c2d_185d_8161_e658_7c3c75929b15 --> 597484b2_9524_2cec_2a6f_a214a62bc3c3
  style 597484b2_9524_2cec_2a6f_a214a62bc3c3 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 */

const ariaProperties = {
  'aria-current': 0, // state
  'aria-description': 0,
  'aria-details': 0,
  'aria-disabled': 0, // state
  'aria-hidden': 0, // state
  'aria-invalid': 0, // state
  'aria-keyshortcuts': 0,
  'aria-label': 0,
  'aria-roledescription': 0,
  // Widget Attributes
  'aria-autocomplete': 0,
  'aria-checked': 0,
  'aria-expanded': 0,
  'aria-haspopup': 0,
  'aria-level': 0,
  'aria-modal': 0,
  'aria-multiline': 0,
  'aria-multiselectable': 0,
  'aria-orientation': 0,
  'aria-placeholder': 0,
  'aria-pressed': 0,
  'aria-readonly': 0,
  'aria-required': 0,
  'aria-selected': 0,
  'aria-sort': 0,
  'aria-valuemax': 0,
  'aria-valuemin': 0,
  'aria-valuenow': 0,
  'aria-valuetext': 0,
  // Live Region Attributes
  'aria-atomic': 0,
  'aria-busy': 0,
  'aria-live': 0,
  'aria-relevant': 0,
  // Drag-and-Drop Attributes
  'aria-dropeffect': 0,
  'aria-grabbed': 0,
  // Relationship Attributes
  'aria-activedescendant': 0,
  'aria-colcount': 0,
  'aria-colindex': 0,
  'aria-colspan': 0,
  'aria-controls': 0,
  'aria-describedby': 0,
  'aria-errormessage': 0,
  'aria-flowto': 0,
  'aria-labelledby': 0,
  'aria-owns': 0,
  'aria-posinset': 0,
  'aria-rowcount': 0,
  'aria-rowindex': 0,
  'aria-rowspan': 0,
  'aria-setsize': 0,
  // ARIA 1.3 Attributes
  'aria-braillelabel': 0,
  'aria-brailleroledescription': 0,
  'aria-colindextext': 0,
  'aria-rowindextext': 0,
};

export default ariaProperties;

Domain

Frequently Asked Questions

What does validAriaProperties.js do?
validAriaProperties.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain.
What files import validAriaProperties.js?
validAriaProperties.js is imported by 1 file(s): ReactDOMInvalidARIAHook.js.
Where is validAriaProperties.js in the architecture?
validAriaProperties.js is located at packages/react-dom-bindings/src/shared/validAriaProperties.js (domain: BabelCompiler, directory: packages/react-dom-bindings/src/shared).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free